HomeSort by relevance Sort by last modified time
    Searched defs:m_popupClient (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
PagePopupController.h 60 PagePopupClient* m_popupClient;
  /external/chromium_org/third_party/WebKit/Source/web/
PopupMenuChromium.h 58 WebCore::PopupMenuClient* m_popupClient;
WebPagePopupImpl.h 68 bool hasSamePopupClient(WebPagePopupImpl* other) { return other && m_popupClient == other->m_popupClient; }
100 WebCore::PagePopupClient* m_popupClient;
PopupListBox.h 154 void disconnectClient() { m_popupClient = 0; }
255 WebCore::PopupMenuClient* m_popupClient;
  /external/chromium_org/third_party/WebKit/Source/core/testing/
MockPagePopupDriver.cpp 53 PagePopupClient* m_popupClient;
59 : m_popupClient(client)
78 m_popupClient->writeDocument(data.get());
94 m_popupClient->didClosePopup();
95 m_popupClient = 0;

Completed in 1943 milliseconds