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 49 class PagePopupChromeClient;
99 OwnPtr<PagePopupChromeClient> m_chromeClient;
109 friend class PagePopupChromeClient;
WebPagePopupImpl.cpp 58 class PagePopupChromeClient : public EmptyChromeClient {
59 WTF_MAKE_NONCOPYABLE(PagePopupChromeClient);
63 explicit PagePopupChromeClient(WebPagePopupImpl* popup)
209 m_chromeClient = adoptPtr(new PagePopupChromeClient(this));

Completed in 61 milliseconds