FreeRDP
wrapper/webview_impl.cpp File Reference
#include "webview.h"
#include <assert.h>
#include <string>
#include <vector>
#include <map>
#include <regex>
#include <sstream>
#include "../webview_impl.hpp"

Functions

static std::vector< std::string > split (const std::string &input, const std::string &regex)
 
static std::map< std::string, std::string > urlsplit (const std::string &url)
 
static void fkt (const std::string &url, void *arg)
 
bool webview_impl_run (const std::string &title, const std::string &url, std::string &code)
 

Function Documentation

◆ fkt()

static void fkt ( const std::string &  url,
void *  arg 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ split()

static std::vector<std::string> split ( const std::string &  input,
const std::string &  regex 
)
static

FreeRDP: A Remote Desktop Protocol Implementation Popup browser for AAD authentication

Copyright 2023 Isaac Klein fifth.nosp@m.degr.nosp@m.ee@pr.nosp@m.oton.nosp@m.mail..nosp@m.com

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Here is the caller graph for this function:

◆ urlsplit()

static std::map<std::string, std::string> urlsplit ( const std::string &  url)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ webview_impl_run()

bool webview_impl_run ( const std::string &  title,
const std::string &  url,
std::string &  code 
)

FreeRDP: A Remote Desktop Protocol Implementation Popup browser for AAD authentication

Copyright 2023 Isaac Klein fifth.nosp@m.degr.nosp@m.ee@pr.nosp@m.oton.nosp@m.mail..nosp@m.com

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Here is the call graph for this function: