OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_popupClient
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
PagePopupController.h
57
PagePopupClient*
m_popupClient
;
/external/chromium_org/third_party/WebKit/Source/web/
PopupMenuChromium.h
62
PopupMenuClient* client() const { return
m_popupClient
; }
64
PopupMenuClient*
m_popupClient
;
WebPagePopupImpl.h
64
bool hasSamePopupClient(WebPagePopupImpl* other) { return other &&
m_popupClient
== other->
m_popupClient
; }
92
WebCore::PagePopupClient*
m_popupClient
;
PopupListBox.h
177
void disconnectClient() {
m_popupClient
= 0; }
277
PopupMenuClient*
m_popupClient
;
/external/chromium_org/third_party/WebKit/Source/core/testing/
MockPagePopupDriver.cpp
53
PagePopupClient*
m_popupClient
;
59
:
m_popupClient
(client)
76
m_popupClient
->writeDocument(*writer);
88
m_popupClient
->didClosePopup();
89
m_popupClient
= 0;
Completed in 38 milliseconds