HomeSort by relevance Sort by last modified time
    Searched refs:corePage (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleBackForwardList.cpp 43 Page* page = m_page->corePage();
53 Page* page = m_page->corePage();
63 Page* page = m_page->corePage();
73 Page* page = m_page->corePage();
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebInspector.cpp 97 m_page->corePage()->inspectorController()->show();
102 m_page->corePage()->inspectorController()->close();
107 m_page->corePage()->inspectorController()->evaluateForTestInFrontend(callID, script);
112 m_page->corePage()->inspectorController()->showConsole();
118 m_page->corePage()->inspectorController()->showAndEnableDebugger();
125 m_page->corePage()->inspectorController()->disableDebugger();
132 m_page->corePage()->inspectorController()->startUserInitiatedProfiling();
139 m_page->corePage()->inspectorController()->stopUserInitiatedProfiling();
145 m_page->corePage()->inspectorController()->startTimelineProfiler();
150 m_page->corePage()->inspectorController()->stopTimelineProfiler()
    [all...]
WebContextMenu.cpp 52 ContextMenuController* controller = m_page->corePage()->contextMenuController();
93 m_page->corePage()->contextMenuController()->contextMenuItemSelected(&coreItem);
FindController.cpp 71 unsigned matchCount = m_webPage->corePage()->markAllMatchesForText(string, core(options), false, maxMatchCount + 1);
72 m_webPage->corePage()->unmarkAllTextMatches();
93 m_webPage->corePage()->unmarkAllTextMatches();
95 bool found = m_webPage->corePage()->findString(string, core(options));
97 Frame* selectedFrame = frameWithSelection(m_webPage->corePage());
116 unsigned matchCount = m_webPage->corePage()->markAllMatchesForText(string, core(options), false, maxMatchCount + 1);
230 for (Frame* frame = m_webPage->corePage()->mainFrame(); frame; frame = frame->tree()->traverseNext()) {
PageOverlay.cpp 66 FrameView* frameView = m_webPage->corePage()->mainFrame()->view();
DrawingAreaImpl.cpp 72 if (webPage->corePage()->settings()->acceleratedDrawingEnabled())
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebInspectorClient.cpp 54 inspectorPage->corePage()->inspectorController()->setInspectorFrontendClient(adoptPtr(new WebInspectorFrontendClient(m_page, inspectorPage)));
85 return doDispatchMessageOnFrontendPage(inspectorPage->corePage(), message);
WebInspectorFrontendClient.cpp 42 : InspectorFrontendClientLocal(page->corePage()->inspectorController(), inspectorPage->corePage(), new Settings())
WebChromeClient.cpp 169 return WebProcess::shared().webPage(newPageID)->corePage();
278 m_page->corePage()->setGroupName(String());
356 if (m_page->corePage()->mainFrame()->document()->printing())
363 if (m_page->corePage()->mainFrame()->document()->printing())
WebFrameLoaderClient.cpp 562 Page* newPage = webPage->corePage()->chrome()->createWindow(m_frame->coreFrame(), FrameLoadRequest(m_frame->coreFrame()->document()->securityOrigin()), WindowFeatures(), navigationAction);
753 double progress = webPage->corePage()->progress()->estimatedProgress();
    [all...]
WebEditorClient.cpp 189 Frame* frame = m_page->corePage()->focusController()->focusedFrame();
  /external/webkit/Source/WebKit2/WebProcess/Geolocation/
WebGeolocationManager.cpp 90 if (page->corePage())
91 page->corePage()->geolocationController()->positionChanged(position.get());
106 if (page->corePage())
107 page->corePage()->geolocationController()->errorOccurred(error.get());
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
LayerTreeHostCA.cpp 69 if (m_webPage->corePage()->settings()->acceleratedDrawingEnabled())
188 return m_webPage->corePage()->settings()->showDebugBorders();
193 return m_webPage->corePage()->settings()->showRepaintCounter();
228 return m_webPage->corePage()->mainFrame()->view()->syncCompositingStateIncludingSubframes();
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebContextMenuClientMac.mm 68 Frame* mainFrame = m_page->corePage()->mainFrame();
WebEditorClientMac.mm 144 Frame* frame = page->corePage()->focusController()->focusedOrMainFrame();
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 403 WebCore::Page* corePage = core(webView);
404 if (!corePage || !corePage->focusController())
407 Frame* frame = corePage->focusController()->focusedOrMainFrame();
422 WebCore::Page* corePage = core(webView);
423 Frame* targetFrame = corePage->focusController()->focusedOrMainFrame();
444 WebCore::Page* corePage = core(m_webView);
445 Frame* targetFrame = corePage->focusController()->focusedOrMainFrame();
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 641 Page* corePage = QWebPagePrivate::core(page);
642 if (!corePage)
645 corePage->settings()->setEditingBehaviorType(coreEditingBehavior);
782 Page* corePage = QWebPagePrivate::core(page);
783 GeolocationClientMock* mockClient = toGeolocationClientMock(corePage->geolocationController()->client());
791 Page* corePage = QWebPagePrivate::core(page);
792 GeolocationClientMock* mockClient = toGeolocationClientMock(corePage->geolocationController()->client());
800 Page* corePage = QWebPagePrivate::core(page);
801 GeolocationClientMock* mockClient = toGeolocationClientMock(corePage->geolocationController()->client());
809 Page* corePage = QWebPagePrivate::core(page)
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitviewportattributes.cpp 524 IntRect windowRect(webView->priv->corePage->chrome()->windowRect());
528 IntRect rect(webView->priv->corePage->chrome()->pageRect());
535 ViewportArguments arguments = webView->priv->corePage->mainFrame()->document()->viewportArguments();
webkitwebviewprivate.h 54 WebCore::Page* corePage;
webkitwebview.cpp 835 Editor* editor = webView->priv->corePage->focusController()->focusedOrMainFrame()->editor();
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
WebFullScreenManagerMac.mm 170 m_page->corePage()->mainFrame()->view()->syncCompositingStateIncludingSubframes();
181 m_page->corePage()->mainFrame()->view()->syncCompositingStateIncludingSubframes();
230 m_page->corePage()->mainFrame()->view()->syncCompositingStateIncludingSubframes();
  /external/webkit/Source/WebKit2/WebProcess/FullScreen/
WebFullScreenManager.cpp 66 if (!m_page->corePage()->settings()->fullScreenEnabled())
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebDragClientWin.cpp 84 DWORD okEffect = draggingSourceOperationMaskToDragCursors(m_page->corePage()->dragController()->sourceDragOperation());
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
AccessibilityWebPageObject.mm 45 WebCore::Page* page = m_page->corePage();
  /external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DownloadMac.mm 64 Page* page = webPage->corePage();

Completed in 196 milliseconds

1 2