Home
last modified time | relevance | path

Searched refs:WindowFeatures (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/WebCore/page/
DWindowFeatures.cpp40 WindowFeatures::WindowFeatures(const String& features) in WindowFeatures() function in WebCore::WindowFeatures
123 void WindowFeatures::setWindowFeature(const String& keyString, const String& valueString) in setWindowFeature()
160 bool WindowFeatures::boolFeature(const HashMap<String, String>& features, const char* key, bool def… in boolFeature()
169 float WindowFeatures::floatFeature(const HashMap<String, String>& features, const char* key, float … in floatFeature()
DWindowFeatures.h37 struct WindowFeatures { struct
38 WindowFeatures() in WindowFeatures() function
54 WindowFeatures(const String& features);
DChrome.h47 struct WindowFeatures;
79 Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&) const;
DChromeClient.h53 struct WindowFeatures;
76 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&) = 0;
DContextMenuController.cpp113 WindowFeatures features; in openNewWindow()
DChrome.cpp151 Page* Chrome::createWindow(Frame* frame, const FrameLoadRequest& request, const WindowFeatures& fea… in createWindow()
/external/webkit/WebCore/bindings/js/
DJSDOMWindowBase.cpp210 const String& frameName, const WindowFeatures& windowFeatures, JSValuePtr dialogArgs) in createWindow()
303 WindowFeatures wargs; in showModalDialog()
304 …wargs.width = WindowFeatures::floatFeature(features, "dialogwidth", 100, screenRect.width(), 620);… in showModalDialog()
306 …wargs.height = WindowFeatures::floatFeature(features, "dialogheight", 100, screenRect.height(), 45… in showModalDialog()
309 …wargs.x = WindowFeatures::floatFeature(features, "dialogleft", screenRect.x(), screenRect.right() … in showModalDialog()
311 …wargs.y = WindowFeatures::floatFeature(features, "dialogtop", screenRect.y(), screenRect.bottom() … in showModalDialog()
314 if (WindowFeatures::boolFeature(features, "center", true)) { in showModalDialog()
326 wargs.resizable = WindowFeatures::boolFeature(features, "resizable"); in showModalDialog()
327 wargs.scrollbarsVisible = WindowFeatures::boolFeature(features, "scroll", true); in showModalDialog()
328 wargs.statusBarVisible = WindowFeatures::boolFeature(features, "status", !trusted); in showModalDialog()
[all …]
/external/webkit/WebKit/android/WebCoreSupport/
DChromeClientAndroid.h58 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&);
DChromeClientAndroid.cpp96 const WindowFeatures& features) in createWindow()
/external/webkit/WebKit/wx/WebKitSupport/
DChromeClientWx.h57 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&);
DChromeClientWx.cpp110 Page* ChromeClientWx::createWindow(Frame*, const FrameLoadRequest& request, const WindowFeatures&) in createWindow() argument
/external/webkit/WebKit/qt/WebCoreSupport/
DChromeClientQt.h66 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&);
DChromeClientQt.cpp141 Page* ChromeClientQt::createWindow(Frame*, const FrameLoadRequest& request, const WindowFeatures& f… in createWindow()
/external/webkit/WebKit/gtk/WebCoreSupport/
DChromeClientGtk.h50 …e* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&);
DChromeClientGtk.cpp112 …eWindow(Frame* frame, const FrameLoadRequest& frameLoadRequest, const WindowFeatures& coreFeatures) in createWindow()
/external/webkit/WebKit/gtk/webkit/
Dwebkitprivate.h136 webkit_web_window_features_new_from_core_features (const WebCore::WindowFeatures& features);
Dwebkitwebwindowfeatures.cpp382 …eatures* webkit_web_window_features_new_from_core_features(const WebCore::WindowFeatures& features) in webkit_web_window_features_new_from_core_features()
/external/webkit/WebKit/win/WebCoreSupport/
DWebChromeClient.h59 …e* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&);
DWebChromeClient.cpp151 …ent::createWindow(Frame*, const FrameLoadRequest& frameLoadRequest, const WindowFeatures& features) in createWindow()
/external/webkit/WebKit/mac/WebCoreSupport/
DWebChromeClient.h56 …e* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&);
DWebChromeClient.mm60 #import <WebCore/WindowFeatures.h>
160 …Client::createWindow(Frame* frame, const FrameLoadRequest& request, const WindowFeatures& features)
/external/webkit/WebCore/loader/
DFrameLoader.h79 struct WindowFeatures;
178 …ameLoader* frameLoaderForFrameLookup, const FrameLoadRequest&, const WindowFeatures&, bool& create…
DEmptyClients.h75 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&) { return 0; } in createWindow() argument
/external/webkit/WebCore/
DAndroid.mk547 page/WindowFeatures.cpp \
DWebCore.scons400 'page/WindowFeatures.cpp',

12