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;
90 OwnPtr<PagePopupChromeClient> m_chromeClient;
95 friend class PagePopupChromeClient;
WebPagePopupImpl.cpp 59 class PagePopupChromeClient : public EmptyChromeClient {
60 WTF_MAKE_NONCOPYABLE(PagePopupChromeClient);
64 explicit PagePopupChromeClient(WebPagePopupImpl* popup)
194 m_chromeClient = adoptPtr(new PagePopupChromeClient(this));

Completed in 39 milliseconds