Home | History | Annotate | Download | only in chromium

Lines Matching refs:WebFrame

45 #include "WebFrame.h"
232 WebView* WebViewHost::createView(WebFrame*, const WebURLRequest&, const WebWindowFeatures&, const WebString&)
401 WebFrame* frame = webView()->focusedFrame();
452 void WebViewHost::runModalAlertDialog(WebFrame*, const WebString& message)
457 bool WebViewHost::runModalConfirmDialog(WebFrame*, const WebString& message)
463 bool WebViewHost::runModalPromptDialog(WebFrame* frame, const WebString& message,
470 bool WebViewHost::runModalBeforeUnloadDialog(WebFrame*, const WebString&)
475 void WebViewHost::showContextMenu(WebFrame*, const WebContextMenuData& contextMenuData)
760 WebPlugin* WebViewHost::createPlugin(WebFrame* frame, const WebPluginParams& params)
765 WebWorker* WebViewHost::createWorker(WebFrame*, WebWorkerClient*)
770 WebMediaPlayer* WebViewHost::createMediaPlayer(WebFrame* frame, WebMediaPlayerClient* client)
775 WebApplicationCacheHost* WebViewHost::createApplicationCacheHost(WebFrame* frame, WebApplicationCacheHostClient* client)
780 bool WebViewHost::allowPlugins(WebFrame* frame, bool enabledPerSettings)
785 bool WebViewHost::allowImages(WebFrame* frame, bool enabledPerSettings)
790 void WebViewHost::loadURLExternally(WebFrame*, const WebURLRequest& request, WebNavigationPolicy policy)
799 WebFrame*, const WebURLRequest& request,
824 bool WebViewHost::canHandleRequest(WebFrame*, const WebURLRequest& request)
832 WebURLError WebViewHost::cannotHandleRequestError(WebFrame*, const WebURLRequest& request)
843 WebURLError WebViewHost::cancelledError(WebFrame*, const WebURLRequest& request)
848 void WebViewHost::unableToImplementPolicyWithError(WebFrame* frame, const WebURLError& error)
855 void WebViewHost::willPerformClientRedirect(WebFrame* frame, const WebURL& from, const WebURL& to,
864 void WebViewHost::didCancelClientRedirect(WebFrame* frame)
872 void WebViewHost::didCreateDataSource(WebFrame*, WebDataSource* ds)
879 void WebViewHost::didStartProvisionalLoad(WebFrame* frame)
899 void WebViewHost::didReceiveServerRedirectForProvisionalLoad(WebFrame* frame)
908 void WebViewHost::didFailProvisionalLoad(WebFrame* frame, const WebURLError& error)
921 void WebViewHost::didCommitProvisionalLoad(WebFrame* frame, bool isNewNavigation)
930 void WebViewHost::didClearWindowObject(WebFrame* frame)
935 void WebViewHost::didReceiveTitle(WebFrame* frame, const WebString& title, WebTextDirection direction)
951 void WebViewHost::didFinishDocumentLoad(WebFrame* frame)
965 void WebViewHost::didHandleOnloadEvents(WebFrame* frame)
973 void WebViewHost::didFailLoad(WebFrame* frame, const WebURLError& error)
982 void WebViewHost::didFinishLoad(WebFrame* frame)
992 void WebViewHost::didNavigateWithinPage(WebFrame* frame, bool isNewNavigation)
999 void WebViewHost::didChangeLocationWithinPage(WebFrame* frame)
1007 void WebViewHost::assignIdentifierToRequest(WebFrame*, unsigned identifier, const WebURLRequest& request)
1020 WebFrame*, unsigned identifier, WebURLRequest& request, const WebURLResponse& redirectResponse)
1073 void WebViewHost::didReceiveResponse(WebFrame*, unsigned identifier, const WebURLResponse& response)
1091 void WebViewHost::didFinishResourceLoad(WebFrame*, unsigned identifier)
1100 void WebViewHost::didFailResourceLoad(WebFrame*, unsigned identifier, const WebURLError& error)
1111 void WebViewHost::didDisplayInsecureContent(WebFrame*)
1117 void WebViewHost::didRunInsecureContent(WebFrame*, const WebSecurityOrigin& origin, const WebURL& insecureURL)
1123 bool WebViewHost::allowScript(WebFrame*, bool enabledPerSettings)
1128 void WebViewHost::openFileSystem(WebFrame* frame, WebFileSystem::Type type, long long size, bool create, WebFileSystemCallbacks* callbacks)
1274 WebFrame* frame = webView()->mainFrame();
1322 WebFrame* mainFrame = webView->mainFrame();
1332 void WebViewHost::locationChangeDone(WebFrame* frame)
1340 void WebViewHost::updateForCommittedLoad(WebFrame* frame, bool isNewNavigation)
1362 void WebViewHost::updateURL(WebFrame* frame)
1386 void WebViewHost::updateSessionHistory(WebFrame* frame)
1405 void WebViewHost::printFrameDescription(WebFrame* webframe)
1407 string name8 = webframe->name().utf8();
1408 if (webframe == webView()->mainFrame()) {
1423 void WebViewHost::printFrameUserGestureStatus(WebFrame* webframe, const char* msg)
1425 bool isUserGesture = webframe->isProcessingUserGesture();