Searched refs:PageWidgetDelegate (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DPageWidgetDelegate.h66 class PageWidgetDelegate { class in namespace:blink
81 PageWidgetDelegate() { } function in class:blink::PageWidgetDelegate
H A DPageWidgetDelegate.cpp32 #include "web/PageWidgetDelegate.h"
61 void PageWidgetDelegate::animate(Page* page, double monotonicFrameBeginTime, LocalFrame* rootFrame)
70 void PageWidgetDelegate::layout(Page* page, LocalFrame* rootFrame)
84 void PageWidgetDelegate::paint(Page* page, PageOverlayList* overlays, WebCanvas* canvas, const WebRect& rect, CanvasBackground background, LocalFrame* rootFrame)
106 bool PageWidgetDelegate::handleInputEvent(Page* page, PageWidgetEventHandler& handler, const WebInputEvent& event, LocalFrame* rootFrame)
H A DWebPagePopupImpl.cpp326 PageWidgetDelegate::animate(m_page.get(), monotonicallyIncreasingTime());
337 PageWidgetDelegate::layout(m_page.get());
343 PageWidgetDelegate::paint(m_page.get(), 0, canvas, rect, PageWidgetDelegate::Opaque);
382 return PageWidgetDelegate::handleInputEvent(m_page.get(), *this, event);
H A DWebViewImpl.cpp1842 PageWidgetDelegate::animate(m_page.get(), validFrameTime.lastFrameTimeMonotonic);
1861 PageWidgetDelegate::layout(m_page.get(), localFrameRootTemporary()->frame());
1878 PageWidgetDelegate::paint(m_page.get(), pageOverlays(), canvas, rect, isTransparent() ? PageWidgetDelegate::Translucent : PageWidgetDelegate::Opaque);
1897 PageWidgetDelegate::paint(m_page.get(), pageOverlays(), canvas, rect, isTransparent() ? PageWidgetDelegate::Translucent : PageWidgetDelegate::Opaque);
2088 return PageWidgetDelegate::handleInputEvent(m_page.get(), *this, inputEvent);
H A Dblink_web.target.darwin-arm.mk66 third_party/WebKit/Source/web/PageWidgetDelegate.cpp \
H A Dblink_web.target.darwin-arm64.mk66 third_party/WebKit/Source/web/PageWidgetDelegate.cpp \
H A Dblink_web.target.darwin-mips.mk66 third_party/WebKit/Source/web/PageWidgetDelegate.cpp \
H A Dblink_web.target.darwin-mips64.mk66 third_party/WebKit/Source/web/PageWidgetDelegate.cpp \
H A Dblink_web.target.darwin-x86.mk66 third_party/WebKit/Source/web/PageWidgetDelegate.cpp \
H A Dblink_web.target.darwin-x86_64.mk66 third_party/WebKit/Source/web/PageWidgetDelegate.cpp \
H A Dblink_web.target.linux-arm.mk66 third_party/WebKit/Source/web/PageWidgetDelegate.cpp \
H A Dblink_web.target.linux-arm64.mk66 third_party/WebKit/Source/web/PageWidgetDelegate.cpp \
H A Dblink_web.target.linux-mips.mk66 third_party/WebKit/Source/web/PageWidgetDelegate.cpp \
H A Dblink_web.target.linux-mips64.mk66 third_party/WebKit/Source/web/PageWidgetDelegate.cpp \
H A Dblink_web.target.linux-x86.mk66 third_party/WebKit/Source/web/PageWidgetDelegate.cpp \
H A Dblink_web.target.linux-x86_64.mk66 third_party/WebKit/Source/web/PageWidgetDelegate.cpp \

Completed in 88 milliseconds