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

12

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DCreateWindow.h38 struct WindowFeatures;
40 LocalFrame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures&,
H A DWindowFeatures.h39 struct WindowFeatures { struct in namespace:blink
40 WindowFeatures() function in struct:blink::WindowFeatures
59 explicit WindowFeatures(const String& windowFeaturesString);
60 WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect);
H A DWindowFeatures.cpp24 #include "core/page/WindowFeatures.h"
39 WindowFeatures::WindowFeatures(const String& features) function in class:blink::WindowFeatures
127 void WindowFeatures::setWindowFeature(const String& keyString, const String& valueString)
168 WindowFeatures::WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect) function in class:blink::WindowFeatures
214 bool WindowFeatures::boolFeature(const DialogFeaturesMap& features, const char* key, bool defaultValue)
223 float WindowFeatures::floatFeature(const DialogFeaturesMap& features, const char* key, float min, float max, float defaultValue)
242 void WindowFeatures::parseDialogFeatures(const String& string, DialogFeaturesMap& map)
H A DChrome.h53 struct WindowFeatures;
93 void setWindowFeatures(const WindowFeatures&) const;
H A DCreateWindow.cpp40 #include "core/page/WindowFeatures.h"
48 static LocalFrame* createWindow(LocalFrame& openerFrame, LocalFrame& lookupFrame, const FrameLoadRequest& request, const WindowFeatures& features, NavigationPolicy policy, ShouldSendReferrer shouldSendReferrer, bool& created)
118 LocalFrame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures& windowFeatures,
179 WindowFeatures features;
H A DChromeClient.h73 struct WindowFeatures;
99 virtual Page* createWindow(LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy, ShouldSendReferrer) = 0;
H A DChrome.cpp37 #include "core/page/WindowFeatures.h"
164 void Chrome::setWindowFeatures(const WindowFeatures& features) const
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWindowFeatures.h39 #include "core/page/WindowFeatures.h"
87 WebWindowFeatures(const WindowFeatures& f)
108 operator WindowFeatures() const
110 WindowFeatures result;
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.h64 struct WindowFeatures;
85 LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy, ShouldSendReferrer) OVERRIDE;
H A DWebLocalFrameImpl.h70 struct WindowFeatures;
H A DChromeClientImpl.cpp56 #include "core/page/WindowFeatures.h"
228 Page* ChromeClientImpl::createWindow(LocalFrame* frame, const FrameLoadRequest& r, const WindowFeatures& features,
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dpopup_blocker_browsertest.cc390 #define MAYBE_WindowFeatures WindowFeatures
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.h87 virtual Page* createWindow(LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy, ShouldSendReferrer) OVERRIDE { return 0; }
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalDOMWindow.cpp93 #include "core/page/WindowFeatures.h"
1828 WindowFeatures windowFeatures(windowFeaturesString);
1850 WindowFeatures windowFeatures(dialogFeaturesString, screenAvailableRect(m_frame->view()));
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_remaining.target.darwin-arm.mk513 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
H A Dwebcore_remaining.target.darwin-arm64.mk513 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
H A Dwebcore_remaining.target.darwin-mips.mk513 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
H A Dwebcore_remaining.target.darwin-mips64.mk513 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
H A Dwebcore_remaining.target.darwin-x86.mk513 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
H A Dwebcore_remaining.target.darwin-x86_64.mk513 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
H A Dwebcore_remaining.target.linux-arm.mk513 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
H A Dwebcore_remaining.target.linux-arm64.mk513 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
H A Dwebcore_remaining.target.linux-mips.mk513 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
H A Dwebcore_remaining.target.linux-mips64.mk513 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
H A Dwebcore_remaining.target.linux-x86.mk513 third_party/WebKit/Source/core/page/WindowFeatures.cpp \

Completed in 2741 milliseconds

12