Searched defs:m_popupClient (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPagePopupController.h59 PagePopupClient* m_popupClient; member in class:WebCore::PagePopupController
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupMenuChromium.h62 PopupMenuClient* client() const { return m_popupClient; }
64 PopupMenuClient* m_popupClient; member in class:WebCore::PopupMenuChromium
H A DWebPagePopupImpl.h64 bool hasSamePopupClient(WebPagePopupImpl* other) { return other && m_popupClient == other->m_popupClient; }
91 WebCore::PagePopupClient* m_popupClient; member in class:WebKit::WebPagePopupImpl
H A DPopupListBox.h176 void disconnectClient() { m_popupClient = 0; }
276 PopupMenuClient* m_popupClient; member in class:WebCore::PopupListBox
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DMockPagePopupDriver.cpp54 PagePopupClient* m_popupClient; member in class:WebCore::MockPagePopup
60 : m_popupClient(client)
76 m_popupClient->writeDocument(*writer);
88 m_popupClient->didClosePopup();
89 m_popupClient = 0;

Completed in 95 milliseconds