Home | History | Annotate | Download | only in WebKitSupport

Lines Matching refs:Frame

37 #include "Frame.h"
140 void ChromeClientWx::focusedFrameChanged(Frame*)
144 Page* ChromeClientWx::createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures& features, const NavigationAction&)
163 Page* ChromeClientWx::createModalDialog(Frame*, const FrameLoadRequest&)
258 Frame* frame)
276 void ChromeClientWx::runJavaScriptAlert(Frame* frame, const String& string)
286 bool ChromeClientWx::runJavaScriptConfirm(Frame* frame, const String& string)
303 bool ChromeClientWx::runJavaScriptPrompt(Frame* frame, const String& message, const String& defaultValue, String& result)
388 void ChromeClientWx::contentsSizeChanged(Frame*, const IntSize&) const
417 void ChromeClientWx::print(Frame*)
423 void ChromeClientWx::exceededDatabaseQuota(Frame*, const String&)
428 if (Frame* frame = webFrame->GetFrame())
429 if (Document* document = frame->document())
453 void ChromeClientWx::runOpenPanel(Frame*, PassRefPtr<FileChooser>)
469 void ChromeClientWx::requestGeolocationPermissionForFrame(Frame*, Geolocation*)