Home
last modified time | relevance | path

Searched refs:EmptyChromeClient (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.cpp45 static ChromeClient* dummyChromeClient = adoptPtr(new EmptyChromeClient).leakPtr(); in fillWithEmptyClients()
75 PassRefPtr<PopupMenu> EmptyChromeClient::createPopupMenu(Frame&, PopupMenuClient*) const in createPopupMenu()
80 PassOwnPtr<ColorChooser> EmptyChromeClient::createColorChooser(ColorChooserClient*, const Color&) in createColorChooser()
85 PassRefPtr<DateTimeChooser> EmptyChromeClient::openDateTimeChooser(DateTimeChooserClient*, const Da… in openDateTimeChooser()
90 void EmptyChromeClient::openTextDataListChooser(HTMLInputElement&) in openTextDataListChooser()
94 void EmptyChromeClient::runOpenPanel(Frame*, PassRefPtr<FileChooser>) in runOpenPanel()
98 String EmptyChromeClient::acceptLanguages() in acceptLanguages()
DEmptyClients.h69 class EmptyChromeClient : public ChromeClient {
72 virtual ~EmptyChromeClient() { } in ~EmptyChromeClient()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorOverlay.h45 class EmptyChromeClient; variable
173 OwnPtr<EmptyChromeClient> m_overlayChromeClient;
DInspectorOverlay.cpp62 class InspectorOverlayChromeClient: public EmptyChromeClient {
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImageChromeClient.h37 class SVGImageChromeClient : public EmptyChromeClient {
/external/chromium_org/third_party/WebKit/Source/core/testing/
DDummyPageHolder.h77 EmptyChromeClient m_chromeClient;
/external/chromium_org/third_party/WebKit/Source/web/
DWebHelperPluginImpl.cpp80 class HelperPluginChromeClient : public EmptyChromeClient {
DWebPagePopupImpl.cpp58 class PagePopupChromeClient : public EmptyChromeClient {
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrame.cpp284 DEFINE_STATIC_LOCAL(EmptyChromeClient, client, ()); in emptyChromeClient()