Searched refs:EmptyChromeClient (Results 1 – 9 of 9) sorted by relevance
45 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()
69 class EmptyChromeClient : public ChromeClient {72 virtual ~EmptyChromeClient() { } in ~EmptyChromeClient()
45 class EmptyChromeClient; variable173 OwnPtr<EmptyChromeClient> m_overlayChromeClient;
62 class InspectorOverlayChromeClient: public EmptyChromeClient {
37 class SVGImageChromeClient : public EmptyChromeClient {
77 EmptyChromeClient m_chromeClient;
80 class HelperPluginChromeClient : public EmptyChromeClient {
58 class PagePopupChromeClient : public EmptyChromeClient {
284 DEFINE_STATIC_LOCAL(EmptyChromeClient, client, ()); in emptyChromeClient()