OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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