HomeSort by relevance Sort by last modified time
    Searched refs:PagePopupChromeClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebPagePopupImpl.h 48 class PagePopupChromeClient;
91 OwnPtr<PagePopupChromeClient> m_chromeClient;
96 friend class PagePopupChromeClient;
WebPagePopupImpl.cpp 58 class PagePopupChromeClient : public EmptyChromeClient {
59 WTF_MAKE_NONCOPYABLE(PagePopupChromeClient);
63 explicit PagePopupChromeClient(WebPagePopupImpl* popup)
190 m_chromeClient = adoptPtr(new PagePopupChromeClient(this));

Completed in 52 milliseconds