HomeSort by relevance Sort by last modified time
    Searched refs:Page (Results 176 - 200 of 432) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.h 52 virtual void getPluginInfo(const WebCore::Page*, Vector<WebCore::PluginInfo>&);
150 virtual bool isLinkVisited(WebCore::Page*, WebCore::LinkHash);
151 virtual void addVisitedLink(WebCore::Page*, WebCore::LinkHash);
PlatformStrategiesWinCE.cpp 30 #include "Page.h"
82 void PlatformStrategiesWinCE::getPluginInfo(const Page*, Vector<PluginInfo>& outPlugins)
669 bool PlatformStrategiesWinCE::isLinkVisited(Page* page, LinkHash hash)
671 return page->group().isLinkVisited(hash);
674 void PlatformStrategiesWinCE::addVisitedLink(Page* page, LinkHash hash)
676 page->group().addVisitedLinkHash(hash);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
WebPageQt.cpp 34 #include <WebCore/Page.h>
61 #define VK_PRIOR 0x21 // PAGE UP key
62 #define VK_NEXT 0x22 // PAGE DOWN key
212 static inline void scroll(Page* page, ScrollDirection direction, ScrollGranularity granularity)
214 page->focusController()->focusedOrMainFrame()->eventHandler()->scrollRecursively(direction, granularity);
217 static inline void logicalScroll(Page* page, ScrollLogicalDirection direction, ScrollGranularity granularity)
219 page->focusController()->focusedOrMainFrame()->eventHandler()->logicalScrollRecursively(direction, granularity);
  /external/webkit/Source/WebCore/page/mac/
EventHandlerMac.mm 43 #include "Page.h"
110 Page* page = m_frame->page();
111 if (!page)
116 PlatformWheelEvent wheelEvent(event, page->chrome()->platformPageClient());
156 Page* page = m_frame->page();
157 if (!page)
    [all...]
  /external/v8/src/
mark-compact.cc 111 // The bottom position is at the start of its page. Allows us to use
112 // page->area_start() as start of range on all pages.
116 NewSpacePage* page = it.next(); local
117 Address limit = it.has_next() ? page->area_end() : end;
118 ASSERT(limit == end || !page->Contains(end));
119 VerifyMarking(page->area_start(), limit);
128 Page* p = it.next();
191 NewSpacePage* page = it.next(); local
192 Address current = page->area_start();
193 Address limit = it.has_next() ? page->area_end() : space->top()
520 Page* page() { return page_; } function in class:v8::internal::Candidate
2981 Page* page = evacuation_candidates_[j]; local
    [all...]
  /external/webkit/Source/WebCore/page/
Geolocation.cpp 35 #include "Page.h"
238 Page* Geolocation::page() const function in class:WebCore::Geolocation
240 return m_frame ? m_frame->page() : 0;
245 Page* page = this->page(); local
246 if (page && m_allowGeolocation == InProgress) {
248 page->geolocationController()->cancelPermissionRequest(this);
250 page->chrome()->cancelGeolocationPermissionRequestForFrame(m_frame, this)
271 Page* page = this->page(); local
704 Page* page = this->page(); local
730 Page* page = this->page(); local
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 45 #include "Page.h"
83 Frame* frame = m_webFrame->page()->mainFrame();
96 WebViewCore* webViewCore = WebViewCore::getWebViewCore(m_webFrame->page()->mainFrame()->view());
136 FrameView* frameView = m_webFrame->page()->mainFrame()->view();
166 return android::WebViewCore::getWebViewCore(m_webFrame->page()->mainFrame()->view())->chromeCanTakeFocus(direction);
171 android::WebViewCore::getWebViewCore(m_webFrame->page()->mainFrame()->view())->chromeTakeFocus(direction);
176 android::WebViewCore::getWebViewCore(m_webFrame->page()->mainFrame()->view())->focusNodeChanged(node);
181 Page* ChromeClientAndroid::createWindow(Frame* frame, const FrameLoadRequest&,
187 // If the client doesn't support multiple windows, just return the current page
188 return frame->page();
204 WebCore::Page* page = newFrame->page(); local
251 Page* page = m_webFrame->page(); local
343 Page* page = m_webFrame->page(); local
485 Page* page = m_webFrame->page(); local
509 Page* page = m_webFrame->page(); local
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorAgent.cpp 59 #include "Page.h"
96 PageRuntimeAgent(InjectedScriptManager* injectedScriptManager, Page* page)
98 , m_inspectedPage(page) { }
103 Page* m_inspectedPage;
108 InspectorAgent::InspectorAgent(Page* page, InspectorClient* client, InjectedScriptManager* injectedScriptManager)
109 : m_inspectedPage(page)
115 , m_pageAgent(InspectorPageAgent::create(m_instrumentingAgents.get(), page, injectedScriptManager))
116 , m_domAgent(InspectorDOMAgent::create(m_instrumentingAgents.get(), page, m_client, m_state.get(), injectedScriptManager)
    [all...]
InspectorApplicationCacheAgent.cpp 40 #include "Page.h"
45 InspectorApplicationCacheAgent::InspectorApplicationCacheAgent(InstrumentingAgents* instrumentingAgents, Page* inspectedPage)
InspectorFrontendClientLocal.cpp 43 #include "Page.h"
65 InspectorFrontendClientLocal::InspectorFrontendClientLocal(InspectorController* inspectorController, Page* frontendPage, PassOwnPtr<Settings> settings)
  /external/webkit/Source/WebCore/platform/
ScrollbarThemeComposite.cpp 34 #include "Page.h"
45 static Page* pageForScrollView(ScrollView* view)
54 return frameView->frame()->page();
104 if (Page* page = pageForScrollView(scrollbar->parent())) {
105 if (page->settings()->shouldPaintCustomScrollbars()) {
115 if (page->chrome()->client()->paintCustomScrollbar(graphicsContext,
310 Page* page = frameView->frame() ? frameView->frame()->page() : 0 local
    [all...]
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 144 Page* ChromeClientWx::createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures& features, const NavigationAction&)
146 Page* myPage = 0;
156 myPage = impl->page;
163 Page* ChromeClientWx::createModalDialog(Frame*, const FrameLoadRequest&)
471 // See the comment in WebCore/page/ChromeClient.h
  /external/webkit/Source/WebCore/bindings/v8/
ScriptState.cpp 36 #include "Page.h"
66 // Skip proxy object. The proxy object will survive page navigation while we need
112 ScriptState* scriptStateFromPage(DOMWrapperWorld*, Page* page)
115 return mainWorldScriptState(page->mainFrame());
  /external/webkit/Source/WebCore/dom/
WheelEvent.cpp 100 return event.granularity() == ScrollByPageWheelEvent ? WheelEvent::Page : WheelEvent::Pixel;
  /external/webkit/Source/WebCore/html/
HTMLPlugInImageElement.cpp 30 #include "Page.h"
75 if (document()->frame()->page()->frameCount() >= Page::maxNumberOfFrames)
  /external/webkit/Source/WebCore/page/chromium/
EventHandlerChromium.cpp 41 #include "Page.h"
137 Page* page = m_frame->page(); local
138 if (!page)
140 page->focusController()->setFocusedFrame(m_frame);
  /external/webkit/Source/WebCore/platform/haiku/
RenderThemeHaiku.cpp 44 PassRefPtr<RenderTheme> RenderTheme::themeForPage(Page*)
  /external/webkit/Source/WebCore/rendering/
RenderListBox.h 148 Page* m_page;
  /external/webkit/Source/WebKit/cf/WebCoreSupport/
WebInspectorClientCF.cpp 66 #include <WebCore/Page.h>
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
ChromeClientEfl.h 58 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
WebPlatformStrategies.cpp 37 #include <Page.h>
89 void WebPlatformStrategies::getPluginInfo(const WebCore::Page* page, Vector<WebCore::PluginInfo>& outPlugins)
91 QWebPage* qPage = static_cast<ChromeClientQt*>(page->chrome()->client())->m_webPage;
741 bool WebPlatformStrategies::isLinkVisited(Page* page, LinkHash hash)
743 return page->group().isLinkVisited(hash);
746 void WebPlatformStrategies::addVisitedLink(Page* page, LinkHash hash)
748 page->group().addVisitedLinkHash(hash)
    [all...]
  /external/webkit/Source/WebKit/win/
WebDropSource.cpp 37 #include <WebCore/Page.h>
147 FrameView* view = m_webView->page()->mainFrame()->view();
  /external/webkit/Source/WebKit2/WebProcess/FullScreen/
WebFullScreenManager.cpp 37 #include <WebCore/Page.h>
44 WebFullScreenManager::WebFullScreenManager(WebPage* page)
45 : m_page(page)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebDragClientWin.cpp 39 #include <WebCore/Page.h>
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
PageOverlay.cpp 34 #include <WebCore/Page.h>
170 // If this was a fade out, go ahead and uninstall the page overlay.

Completed in 619 milliseconds

1 2 3 4 5 6 78 91011>>