/external/chromium_org/third_party/WebKit/Source/core/page/ |
CreateWindow.h | 38 struct WindowFeatures; 40 LocalFrame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures&,
|
WindowFeatures.h | 39 struct WindowFeatures { 40 WindowFeatures() 59 explicit WindowFeatures(const String& windowFeaturesString); 60 WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect);
|
WindowFeatures.cpp | 24 #include "core/page/WindowFeatures.h" 39 WindowFeatures::WindowFeatures(const String& features) 127 void WindowFeatures::setWindowFeature(const String& keyString, const String& valueString) 168 WindowFeatures::WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect) 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)
|
Chrome.h | 54 struct WindowFeatures; 95 void setWindowFeatures(const WindowFeatures&) const;
|
ChromeClient.h | 80 struct WindowFeatures; 106 virtual Page* createWindow(LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy, ShouldSendReferrer) = 0;
|
CreateWindow.cpp | 39 #include "core/page/WindowFeatures.h" 47 static LocalFrame* createWindow(LocalFrame& openerFrame, LocalFrame& lookupFrame, const FrameLoadRequest& request, const WindowFeatures& features, NavigationPolicy policy, ShouldSendReferrer shouldSendReferrer, bool& created) 117 LocalFrame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures& windowFeatures, 140 LocalFrame* newFrame = createWindow(*activeFrame, openerFrame, frameRequest, windowFeatures, NavigationPolicyIgnore, MaybeSendReferrer, created); 178 WindowFeatures features;
|
Chrome.cpp | 35 #include "core/page/WindowFeatures.h" 169 void Chrome::setWindowFeatures(const WindowFeatures& features) const
|
/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 | 59 struct WindowFeatures; 88 WebCore::LocalFrame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, WebCore::NavigationPolicy, WebCore::ShouldSendReferrer) OVERRIDE;
|
WebLocalFrameImpl.h | 56 struct WindowFeatures;
|
ChromeClientImpl.cpp | 53 #include "core/page/WindowFeatures.h" 222 Page* ChromeClientImpl::createWindow(LocalFrame* frame, const FrameLoadRequest& r, const WindowFeatures& features,
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
FrameLoader.h | 71 struct WindowFeatures;
|
EmptyClients.h | 86 virtual Page* createWindow(LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy, ShouldSendReferrer) OVERRIDE { return 0; }
|
/external/chromium_org/chrome/browser/ui/blocked_content/ |
popup_blocker_browsertest.cc | 380 #define MAYBE_WindowFeatures WindowFeatures 404 "/popup_blocker/popup-windowfeatures.html",
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
LocalDOMWindow.h | 84 struct WindowFeatures;
|
LocalDOMWindow.cpp | 90 #include "core/page/WindowFeatures.h" [all...] |
/external/chromium_org/third_party/WebKit/Source/core/ |
webcore_remaining.target.darwin-arm.mk | 508 third_party/WebKit/Source/core/page/WindowFeatures.cpp \ [all...] |
webcore_remaining.target.darwin-arm64.mk | 508 third_party/WebKit/Source/core/page/WindowFeatures.cpp \ [all...] |
webcore_remaining.target.darwin-mips.mk | 508 third_party/WebKit/Source/core/page/WindowFeatures.cpp \ [all...] |
webcore_remaining.target.darwin-x86.mk | 508 third_party/WebKit/Source/core/page/WindowFeatures.cpp \ [all...] |
webcore_remaining.target.darwin-x86_64.mk | 508 third_party/WebKit/Source/core/page/WindowFeatures.cpp \ [all...] |
webcore_remaining.target.linux-arm.mk | 508 third_party/WebKit/Source/core/page/WindowFeatures.cpp \ [all...] |
webcore_remaining.target.linux-arm64.mk | 508 third_party/WebKit/Source/core/page/WindowFeatures.cpp \ [all...] |
webcore_remaining.target.linux-mips.mk | 508 third_party/WebKit/Source/core/page/WindowFeatures.cpp \ [all...] |
webcore_remaining.target.linux-x86.mk | 508 third_party/WebKit/Source/core/page/WindowFeatures.cpp \ [all...] |