Home
last modified time | relevance | path

Searched refs:WebPagePopupImpl (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebPagePopupImpl.cpp66 explicit PagePopupChromeClient(WebPagePopupImpl* popup) in PagePopupChromeClient()
172 WebPagePopupImpl* m_popup;
188 WebPagePopupImpl::WebPagePopupImpl(WebWidgetClient* client) in WebPagePopupImpl() function in blink::WebPagePopupImpl
199 WebPagePopupImpl::~WebPagePopupImpl() in ~WebPagePopupImpl()
204 bool WebPagePopupImpl::initialize(WebViewImpl* webView, PagePopupClient* popupClient, const IntRect… in initialize()
221 bool WebPagePopupImpl::initializePage() in initializePage()
257 void WebPagePopupImpl::destroyPage() in destroyPage()
266 AXObject* WebPagePopupImpl::rootAXObject() in rootAXObject()
278 void WebPagePopupImpl::setRootGraphicsLayer(GraphicsLayer* layer) in setRootGraphicsLayer()
293 void WebPagePopupImpl::setIsAcceleratedCompositingActive(bool enter) in setIsAcceleratedCompositingActive()
[all …]
DWebPagePopupImpl.h51 class WebPagePopupImpl FINAL
55 , public RefCounted<WebPagePopupImpl> {
56 WTF_MAKE_NONCOPYABLE(WebPagePopupImpl);
60 virtual ~WebPagePopupImpl();
65 …bool hasSamePopupClient(WebPagePopupImpl* other) { return other && m_popupClient == other->m_popup… in hasSamePopupClient()
91 explicit WebPagePopupImpl(WebWidgetClient*);
114 DEFINE_TYPE_CASTS(WebPagePopupImpl, WebWidget, widget, widget->isPagePopup(), widget.isPagePopup());
117 DEFINE_TYPE_CASTS(WebPagePopupImpl, PagePopup, popup, true, true);
Dweb.gypi192 'WebPagePopupImpl.cpp',
193 'WebPagePopupImpl.h',
DWebViewImpl.h80 class WebPagePopupImpl; variable
692 RefPtr<WebPagePopupImpl> m_pagePopup;
Dblink_web.target.linux-mips64.mk157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
Dblink_web.target.linux-x86_64.mk157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
Dblink_web.target.linux-arm64.mk157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
Dblink_web.target.darwin-mips.mk157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
Dblink_web.target.linux-x86.mk157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
Dblink_web.target.darwin-x86.mk157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
Dblink_web.target.linux-arm.mk157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
Dblink_web.target.darwin-mips64.mk157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
Dblink_web.target.linux-mips.mk157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
Dblink_web.target.darwin-x86_64.mk157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
Dblink_web.target.darwin-arm64.mk157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
Dblink_web.target.darwin-arm.mk157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
DWebViewImpl.cpp494 RefPtr<WebPagePopupImpl> pagePopup; in handleMouseDown()
1591 WebPagePopupImpl* popupImpl = toWebPagePopupImpl(popup); in closePagePopup()