HomeSort by relevance Sort by last modified time
    Searched refs:WindowFeatures (Results 1 - 25 of 50) sorted by null

1 2

  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebwindowfeaturesprivate.h 30 WebKitWebWindowFeatures* kitNew(const WebCore::WindowFeatures&);
  /external/webkit/Source/WebCore/page/
WindowFeatures.h 39 struct WindowFeatures {
41 WindowFeatures()
57 WindowFeatures(const String& windowFeaturesString);
58 WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect);
WindowFeatures.cpp 24 #include "WindowFeatures.h"
40 WindowFeatures::WindowFeatures(const String& features)
123 void WindowFeatures::setWindowFeature(const String& keyString, const String& valueString)
164 WindowFeatures::WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect)
210 bool WindowFeatures::boolFeature(const DialogFeaturesMap& features, const char* key, bool defaultValue)
219 float WindowFeatures::floatFeature(const DialogFeaturesMap& features, const char* key, float min, float max, float defaultValue)
238 void WindowFeatures::parseDialogFeatures(const String& string, DialogFeaturesMap& map)
Chrome.h 58 struct WindowFeatures;
105 Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&) const;
ChromeClient.h 65 struct WindowFeatures;
101 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&) = 0;
DOMWindow.h 75 struct WindowFeatures;
447 static Frame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures&,
  /external/webkit/Source/WebKit/efl/ewk/
ewk_window_features.cpp 24 #include "WindowFeatures.h"
35 WebCore::WindowFeatures* core;
151 * @param core if not @c 0 a new WebCore::WindowFeatures is allocated copying core features and
155 Ewk_Window_Features* ewk_window_features_new_from_core(const WebCore::WindowFeatures* core)
160 window_features->core = new WebCore::WindowFeatures(*core);
162 window_features->core = new WebCore::WindowFeatures();
ewk_private.h 70 Evas_Object *ewk_view_window_create(Evas_Object *o, Eina_Bool javascript, const WebCore::WindowFeatures* coreFeatures);
134 Ewk_Window_Features *ewk_window_features_new_from_core(const WebCore::WindowFeatures* core);
  /external/webkit/Source/WebKit2/UIProcess/
WebUIClient.h 39 struct WindowFeatures;
55 PassRefPtr<WebPageProxy> createNewPage(WebPageProxy*, const WebCore::WindowFeatures&, WebEvent::Modifiers, WebMouseEvent::Button);
WebUIClient.cpp 37 #include <WebCore/WindowFeatures.h>
45 PassRefPtr<WebPageProxy> WebUIClient::createNewPage(WebPageProxy* page, const WindowFeatures& windowFeatures, WebEvent::Modifiers modifiers, WebMouseEvent::Button button)
51 if (windowFeatures.xSet)
52 map.set("x", WebDouble::create(windowFeatures.x));
53 if (windowFeatures.ySet)
54 map.set("y", WebDouble::create(windowFeatures.y));
55 if (windowFeatures.widthSet)
56 map.set("width", WebDouble::create(windowFeatures.width));
57 if (windowFeatures.heightSet
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebWindowFeatures.h 39 #include "WindowFeatures.h"
83 WebWindowFeatures(const WebCore::WindowFeatures& f)
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
ChromeClientEfl.h 58 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&);
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.h 64 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&);
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.h 61 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&);
ChromeClientWx.cpp 46 #include "WindowFeatures.h"
63 wxWebKitWindowFeatures wkFeaturesforWindowFeatures(const WindowFeatures& features)
144 Page* ChromeClientWx::createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures& features, const NavigationAction&)
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.h 47 struct WindowFeatures;
76 WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&);
WebFrameImpl.h 50 struct WindowFeatures;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 79 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 60 virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.h 79 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.h 63 virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.h 60 virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&);
  /external/webkit/Source/WebKit2/Shared/
WebCoreArgumentCoders.h 51 #include <WebCore/WindowFeatures.h>
296 template<> struct ArgumentCoder<WebCore::WindowFeatures> {
297 static void encode(ArgumentEncoder* encoder, const WebCore::WindowFeatures& windowFeatures)
299 encoder->encode(windowFeatures.x);
300 encoder->encode(windowFeatures.y);
301 encoder->encode(windowFeatures.width);
302 encoder->encode(windowFeatures.height);
303 encoder->encode(windowFeatures.xSet);
304 encoder->encode(windowFeatures.ySet)
    [all...]
  /external/webkit/Source/WebCore/loader/
FrameLoader.h 87 struct WindowFeatures;
505 Frame* createWindow(Frame* openerFrame, Frame* lookupFrame, const FrameLoadRequest&, const WindowFeatures&, bool& created);
  /external/webkit/Source/WebCore/inspector/
InspectorPageAgent.cpp 50 #include "WindowFeatures.h"
108 WindowFeatures windowFeatures;
109 Frame* newFrame = WebCore::createWindow(mainFrame, mainFrame, request, windowFeatures, created);

Completed in 663 milliseconds

1 2