• Home
  • Raw
  • Download

Lines Matching refs:WebviewController

74 std::unordered_map<int32_t, WebviewController*> g_webview_controller_map;
75 std::string WebviewController::customeSchemeCmdLine_ = "";
76 bool WebviewController::existNweb_ = false;
77 bool WebviewController::webDebuggingAccess_ = false;
79 WebviewController::WebviewController(int32_t nwebId) : nweb_(NWebHelper::Instance().GetNWeb(nwebId)… in WebviewController() function in OHOS::NWeb::WebviewController
87 WebviewController::~WebviewController() in ~WebviewController()
93 void WebviewController::SetWebId(int32_t nwebId) in SetWebId()
118 WebviewController* WebviewController::FromID(int32_t nwebId) in FromID()
128 void WebviewController::InnerCompleteWindowNew(int32_t parentNwebId) in InnerCompleteWindowNew()
155 bool WebviewController::IsInit() in IsInit()
160 bool WebviewController::AccessForward() in AccessForward()
170 bool WebviewController::AccessBackward() in AccessBackward()
180 bool WebviewController::AccessStep(int32_t step) in AccessStep()
190 void WebviewController::ClearHistory() in ClearHistory()
198 void WebviewController::Forward() in Forward()
206 void WebviewController::Backward() in Backward()
214 void WebviewController::OnActive() in OnActive()
222 void WebviewController::OnInactive() in OnInactive()
230 void WebviewController::Refresh() in Refresh()
238 ErrCode WebviewController::ZoomIn() in ZoomIn()
250 ErrCode WebviewController::ZoomOut() in ZoomOut()
262 int32_t WebviewController::GetWebId() const in GetWebId()
272 std::string WebviewController::GetUserAgent() in GetUserAgent()
285 std::string WebviewController::GetCustomUserAgent() const in GetCustomUserAgent()
298 ErrCode WebviewController::SetCustomUserAgent(const std::string& userAgent) in SetCustomUserAgent()
312 std::string WebviewController::GetTitle() in GetTitle()
322 int32_t WebviewController::GetPageHeight() in GetPageHeight()
332 ErrCode WebviewController::BackOrForward(int32_t step) in BackOrForward()
343 void WebviewController::StoreWebArchiveCallback(const std::string &baseName, bool autoName, napi_en… in StoreWebArchiveCallback()
397 void WebviewController::StoreWebArchivePromise(const std::string &baseName, bool autoName, napi_env… in StoreWebArchivePromise()
438 ErrCode WebviewController::CreateWebMessagePorts(std::vector<std::string>& ports) in CreateWebMessagePorts()
449 ErrCode WebviewController::PostWebMessage(std::string& message, std::vector<std::string>& ports, st… in PostWebMessage()
512 HitTestResult WebviewController::GetHitTestValue() in GetHitTestValue()
523 void WebviewController::RequestFocus() in RequestFocus()
531 bool WebviewController::GetRawFileUrl(const std::string &fileName, in GetRawFileUrl()
563 bool WebviewController::ParseUrl(napi_env env, napi_value urlObj, std::string& result) in ParseUrl()
613 ErrCode WebviewController::PostUrl(std::string& url, std::vector<char>& postData) in PostUrl()
622 ErrCode WebviewController::LoadUrl(std::string url) in LoadUrl()
631 ErrCode WebviewController::LoadUrl(std::string url, std::map<std::string, std::string> httpHeaders) in LoadUrl()
640 ErrCode WebviewController::LoadData(std::string data, std::string mimeType, std::string encoding, in LoadData()
653 int WebviewController::ConverToWebHitTestType(int hitType) in ConverToWebHitTestType()
694 int WebviewController::GetHitTest() in GetHitTest()
704 void WebviewController::ClearMatches() in ClearMatches()
712 void WebviewController::SearchNext(bool forward) in SearchNext()
720 void WebviewController::EnableSafeBrowsing(bool enable) in EnableSafeBrowsing()
728 bool WebviewController::IsSafeBrowsingEnabled() in IsSafeBrowsingEnabled()
738 void WebviewController::SearchAllAsync(const std::string& searchString) in SearchAllAsync()
746 void WebviewController::ClearSslCache() in ClearSslCache()
754 void WebviewController::ClearClientAuthenticationCache() in ClearClientAuthenticationCache()
762 void WebviewController::Stop() in Stop()
770 ErrCode WebviewController::Zoom(float factor) in Zoom()
782 ErrCode WebviewController::DeleteJavaScriptRegister(const std::string& objName, in DeleteJavaScriptRegister()
800 void WebviewController::SetNWebJavaScriptResultCallBack() in SetNWebJavaScriptResultCallBack()
815 void WebviewController::RegisterJavaScriptProxy( in RegisterJavaScriptProxy()
843 void WebviewController::RunJavaScriptCallback( in RunJavaScriptCallback()
869 void WebviewController::RunJavaScriptPromise(const std::string &script, napi_env env, in RunJavaScriptPromise()
888 std::string WebviewController::GetUrl() in GetUrl()
898 std::string WebviewController::GetOriginalUrl() in GetOriginalUrl()
908 void WebviewController::PutNetworkAvailable(bool available) in PutNetworkAvailable()
916 ErrCode WebviewController::HasImagesCallback(napi_env env, napi_ref jsCallback) in HasImagesCallback()
942 ErrCode WebviewController::HasImagesPromise(napi_env env, napi_deferred deferred) in HasImagesPromise()
961 void WebviewController::RemoveCache(bool include_disk_files) in RemoveCache()
969 std::shared_ptr<NWebHistoryList> WebviewController::GetHistoryList() in GetHistoryList()
997 bool WebviewController::GetFavicon( in GetFavicon()
1008 WebState WebviewController::SerializeWebState() in SerializeWebState()
1017 bool WebviewController::RestoreWebState(WebState state) in RestoreWebState()
1027 void WebviewController::ScrollPageDown(bool bottom) in ScrollPageDown()
1036 void WebviewController::ScrollPageUp(bool top) in ScrollPageUp()
1045 void WebviewController::ScrollTo(float x, float y) in ScrollTo()
1054 void WebviewController::ScrollBy(float deltaX, float deltaY) in ScrollBy()
1063 void WebviewController::SlideScroll(float vx, float vy) in SlideScroll()
1072 void WebviewController::InnerSetHapPath(const std::string &hapPath) in InnerSetHapPath()
1077 bool WebviewController::GetCertChainDerData(std::vector<std::string> &certChainDerData) in GetCertChainDerData()
1088 ErrCode WebviewController::SetAudioMuted(bool muted) in SetAudioMuted()
1099 ErrCode WebviewController::PrefetchPage(std::string& url, std::map<std::string, std::string> additi… in PrefetchPage()
1125 void* WebviewController::CreateWebPrintDocumentAdapter(const std::string& jobName) in CreateWebPrintDocumentAdapter()
1134 int WebviewController::GetSecurityLevel() in GetSecurityLevel()
1164 bool WebviewController::IsIncognitoMode() in IsIncognitoMode()