/external/webkit/WebCore/page/ |
D | WindowFeatures.cpp | 40 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()
|
D | WindowFeatures.h | 37 struct WindowFeatures { struct 38 WindowFeatures() in WindowFeatures() function 54 WindowFeatures(const String& features);
|
D | Chrome.h | 47 struct WindowFeatures; 79 Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&) const;
|
D | ChromeClient.h | 53 struct WindowFeatures; 76 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&) = 0;
|
D | ContextMenuController.cpp | 113 WindowFeatures features; in openNewWindow()
|
D | Chrome.cpp | 151 Page* Chrome::createWindow(Frame* frame, const FrameLoadRequest& request, const WindowFeatures& fea… in createWindow()
|
/external/webkit/WebCore/bindings/js/ |
D | JSDOMWindowBase.cpp | 210 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/ |
D | ChromeClientAndroid.h | 58 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&);
|
D | ChromeClientAndroid.cpp | 96 const WindowFeatures& features) in createWindow()
|
/external/webkit/WebKit/wx/WebKitSupport/ |
D | ChromeClientWx.h | 57 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&);
|
D | ChromeClientWx.cpp | 110 Page* ChromeClientWx::createWindow(Frame*, const FrameLoadRequest& request, const WindowFeatures&) in createWindow() argument
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
D | ChromeClientQt.h | 66 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&);
|
D | ChromeClientQt.cpp | 141 Page* ChromeClientQt::createWindow(Frame*, const FrameLoadRequest& request, const WindowFeatures& f… in createWindow()
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
D | ChromeClientGtk.h | 50 …e* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&);
|
D | ChromeClientGtk.cpp | 112 …eWindow(Frame* frame, const FrameLoadRequest& frameLoadRequest, const WindowFeatures& coreFeatures) in createWindow()
|
/external/webkit/WebKit/gtk/webkit/ |
D | webkitprivate.h | 136 webkit_web_window_features_new_from_core_features (const WebCore::WindowFeatures& features);
|
D | webkitwebwindowfeatures.cpp | 382 …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/ |
D | WebChromeClient.h | 59 …e* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&);
|
D | WebChromeClient.cpp | 151 …ent::createWindow(Frame*, const FrameLoadRequest& frameLoadRequest, const WindowFeatures& features) in createWindow()
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebChromeClient.h | 56 …e* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&);
|
D | WebChromeClient.mm | 60 #import <WebCore/WindowFeatures.h> 160 …Client::createWindow(Frame* frame, const FrameLoadRequest& request, const WindowFeatures& features)
|
/external/webkit/WebCore/loader/ |
D | FrameLoader.h | 79 struct WindowFeatures; 178 …ameLoader* frameLoaderForFrameLookup, const FrameLoadRequest&, const WindowFeatures&, bool& create…
|
D | EmptyClients.h | 75 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&) { return 0; } in createWindow() argument
|
/external/webkit/WebCore/ |
D | Android.mk | 547 page/WindowFeatures.cpp \
|
D | WebCore.scons | 400 'page/WindowFeatures.cpp',
|