Searched refs:WebPagePopupImpl (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebPagePopupImpl.cpp | 66 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 …]
|
D | WebPagePopupImpl.h | 51 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);
|
D | web.gypi | 192 'WebPagePopupImpl.cpp', 193 'WebPagePopupImpl.h',
|
D | WebViewImpl.h | 80 class WebPagePopupImpl; variable 692 RefPtr<WebPagePopupImpl> m_pagePopup;
|
D | blink_web.target.linux-mips64.mk | 157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
|
D | blink_web.target.linux-x86_64.mk | 157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
|
D | blink_web.target.linux-arm64.mk | 157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
|
D | blink_web.target.darwin-mips.mk | 157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
|
D | blink_web.target.linux-x86.mk | 157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
|
D | blink_web.target.darwin-x86.mk | 157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
|
D | blink_web.target.linux-arm.mk | 157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
|
D | blink_web.target.darwin-mips64.mk | 157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
|
D | blink_web.target.linux-mips.mk | 157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
|
D | blink_web.target.darwin-x86_64.mk | 157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
|
D | blink_web.target.darwin-arm64.mk | 157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
|
D | blink_web.target.darwin-arm.mk | 157 third_party/WebKit/Source/web/WebPagePopupImpl.cpp \
|
D | WebViewImpl.cpp | 494 RefPtr<WebPagePopupImpl> pagePopup; in handleMouseDown() 1591 WebPagePopupImpl* popupImpl = toWebPagePopupImpl(popup); in closePagePopup()
|