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

  /external/chromium_org/third_party/WebKit/Source/core/page/
CreateWindow.h 35 class WindowFeatures;
37 Frame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures&,
WindowFeatures.h 39 struct WindowFeatures {
40 WindowFeatures()
55 explicit WindowFeatures(const String& windowFeaturesString);
56 WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect);
WindowFeatures.cpp 24 #include "core/page/WindowFeatures.h"
39 WindowFeatures::WindowFeatures(const String& features)
122 void WindowFeatures::setWindowFeature(const String& keyString, const String& valueString)
163 WindowFeatures::WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect)
209 bool WindowFeatures::boolFeature(const DialogFeaturesMap& features, const char* key, bool defaultValue)
218 float WindowFeatures::floatFeature(const DialogFeaturesMap& features, const char* key, float min, float max, float defaultValue)
237 void WindowFeatures::parseDialogFeatures(const String& string, DialogFeaturesMap& map)
Chrome.h 53 struct WindowFeatures;
96 void setWindowFeatures(const WindowFeatures&) const;
ChromeClient.h 83 struct WindowFeatures;
108 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&, NavigationPolicy = NavigationPolicyIgnore) = 0;
CreateWindow.cpp 38 #include "core/page/WindowFeatures.h"
46 static Frame* createWindow(Frame* openerFrame, Frame* lookupFrame, const FrameLoadRequest& request, const WindowFeatures& features, bool& created)
124 Frame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures& windowFeatures,
146 Frame* newFrame = createWindow(activeFrame, openerFrame, frameRequest, windowFeatures, created);
Chrome.cpp 36 #include "core/page/WindowFeatures.h"
184 void Chrome::setWindowFeatures(const WindowFeatures& features) const
DOMWindow.h 76 struct WindowFeatures;
DOMWindow.cpp 86 #include "core/page/WindowFeatures.h"
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebWindowFeatures.h 39 #include "core/page/WindowFeatures.h"
83 WebWindowFeatures(const WebCore::WindowFeatures& f)
104 operator WebCore::WindowFeatures() const
106 WebCore::WindowFeatures result;
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.h 55 struct WindowFeatures;
84 WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&, WebCore::NavigationPolicy);
WebFrameImpl.h 56 struct WindowFeatures;
ChromeClientImpl.cpp 84 #include "core/page/WindowFeatures.h"
233 Frame* frame, const FrameLoadRequest& r, const WindowFeatures& features, const NavigationAction& action, NavigationPolicy navigationPolicy)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.h 72 struct WindowFeatures;
EmptyClients.h 87 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&, NavigationPolicy) OVERRIDE { return 0; }
FrameLoader.cpp 80 #include "core/page/WindowFeatures.h"
    [all...]
  /external/chromium_org/chrome/browser/ui/blocked_content/
popup_blocker_browsertest.cc 384 IN_PROC_BROWSER_TEST_F(BetterPopupBlockerBrowserTest, WindowFeatures) {
433 RunCheckTest(base::FilePath(FILE_PATH_LITERAL("popup-windowfeatures.html")),
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 438 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 438 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 438 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 438 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 438 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 438 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
    [all...]

Completed in 588 milliseconds