Searched refs:WindowFeatures (Results 1 - 25 of 50) sorted by relevance

12

/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebwindowfeaturesprivate.h30 WebKitWebWindowFeatures* kitNew(const WebCore::WindowFeatures&);
H A Dwebkitwebwindowfeatures.cpp24 #include "WindowFeatures.h"
421 WebKitWebWindowFeatures* kitNew(const WebCore::WindowFeatures& features)
/external/webkit/Source/WebCore/page/
H A DWindowFeatures.h39 struct WindowFeatures { struct in namespace:WebCore
41 WindowFeatures() function in struct:WebCore::WindowFeatures
57 WindowFeatures(const String& windowFeaturesString);
58 WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect);
H A DWindowFeatures.cpp24 #include "WindowFeatures.h"
40 WindowFeatures::WindowFeatures(const String& features) function in class:WebCore::WindowFeatures
123 void WindowFeatures::setWindowFeature(const String& keyString, const String& valueString)
164 WindowFeatures::WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect) function in class:WebCore::WindowFeatures
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)
H A DChrome.h58 struct WindowFeatures;
105 Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&) const;
H A DChromeClient.h65 struct WindowFeatures;
101 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&) = 0;
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_window_features.cpp24 #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();
H A Dewk_private.h70 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/
H A DWebUIClient.h39 struct WindowFeatures;
55 PassRefPtr<WebPageProxy> createNewPage(WebPageProxy*, const WebCore::WindowFeatures&, WebEvent::Modifiers, WebMouseEvent::Button);
H A DWebUIClient.cpp37 #include <WebCore/WindowFeatures.h>
45 PassRefPtr<WebPageProxy> WebUIClient::createNewPage(WebPageProxy* page, const WindowFeatures& windowFeatures, WebEvent::Modifiers modifiers, WebMouseEvent::Button button)
/external/webkit/Source/WebKit/chromium/public/
H A DWebWindowFeatures.h39 #include "WindowFeatures.h"
83 WebWindowFeatures(const WebCore::WindowFeatures& f)
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.h47 struct WindowFeatures;
76 WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.h58 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&);
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.h64 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&);
H A DChromeClientHaiku.cpp115 Page* ChromeClientHaiku::createWindow(Frame*, const FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&)
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.h60 virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&);
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.h61 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&);
H A DChromeClientWx.cpp46 #include "WindowFeatures.h"
63 wxWebKitWindowFeatures wkFeaturesforWindowFeatures(const WindowFeatures& features)
144 Page* ChromeClientWx::createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures& features, const NavigationAction&)
/external/webkit/Source/WebKit2/Shared/
H A DWebCoreArgumentCoders.h51 #include <WebCore/WindowFeatures.h>
296 template<> struct ArgumentCoder<WebCore::WindowFeatures> {
297 static void encode(ArgumentEncoder* encoder, const WebCore::WindowFeatures& windowFeatures)
317 static bool decode(ArgumentDecoder* decoder, WebCore::WindowFeatures& windowFeatures)
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.h87 struct WindowFeatures;
505 Frame* createWindow(Frame* openerFrame, Frame* lookupFrame, const FrameLoadRequest&, const WindowFeatures&, bool& created);
/external/webkit/Source/WebCore/inspector/
H A DInspectorPageAgent.cpp50 #include "WindowFeatures.h"
108 WindowFeatures windowFeatures;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.h78 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h60 virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h59 virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.h79 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&);

Completed in 3268 milliseconds

12