Home
last modified time | relevance | path

Searched refs:WindowFeatures (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DWindowFeatures.cpp39 WindowFeatures::WindowFeatures(const String& features) in WindowFeatures() function in WebCore::WindowFeatures
122 void WindowFeatures::setWindowFeature(const String& keyString, const String& valueString) in setWindowFeature()
163 WindowFeatures::WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailable… in WindowFeatures() function in WebCore::WindowFeatures
209 bool WindowFeatures::boolFeature(const DialogFeaturesMap& features, const char* key, bool defaultVa… in boolFeature()
218 float WindowFeatures::floatFeature(const DialogFeaturesMap& features, const char* key, float min, f… in floatFeature()
237 void WindowFeatures::parseDialogFeatures(const String& string, DialogFeaturesMap& map) in parseDialogFeatures()
DWindowFeatures.h39 struct WindowFeatures { struct
40 WindowFeatures() in WindowFeatures() argument
55 explicit WindowFeatures(const String& windowFeaturesString);
56 WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect);
DCreateWindow.h38 struct WindowFeatures;
40 Frame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures&,
DCreateWindow.cpp46 …nerFrame, Frame* lookupFrame, const FrameLoadRequest& request, const WindowFeatures& features, Nav… in createWindow()
114 Frame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures& w… in createWindow()
172 WindowFeatures features; in createWindowForRequest()
DChrome.h54 struct WindowFeatures;
98 void setWindowFeatures(const WindowFeatures&) const;
DChromeClient.h81 struct WindowFeatures;
106 …virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolic…
DChrome.cpp184 void Chrome::setWindowFeatures(const WindowFeatures& features) const in setWindowFeatures()
/external/chromium_org/third_party/WebKit/public/web/
DWebWindowFeatures.h83 WebWindowFeatures(const WebCore::WindowFeatures& f) in WebWindowFeatures()
104 operator WebCore::WindowFeatures() const in WindowFeatures() function
106 WebCore::WindowFeatures result; in WindowFeatures()
/external/chromium_org/third_party/WebKit/Source/web/
DChromeClientImpl.h57 struct WindowFeatures;
86 …WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, WebCore::Naviga…
DWebFrameImpl.h56 struct WindowFeatures;
DChromeClientImpl.cpp235 Page* ChromeClientImpl::createWindow(Frame* frame, const FrameLoadRequest& r, const WindowFeatures&… in createWindow()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFrameLoader.h70 struct WindowFeatures;
DEmptyClients.h88 …virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolic… in createWindow() argument
/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMWindow.h81 struct WindowFeatures;
DDOMWindow.cpp1835 WindowFeatures windowFeatures(windowFeaturesString); in open()
1857 WindowFeatures windowFeatures(dialogFeaturesString, screenAvailableRect(m_frame->view())); in showModalDialog()
/external/chromium_org/chrome/browser/ui/blocked_content/
Dpopup_blocker_browsertest.cc345 #define MAYBE_WindowFeatures WindowFeatures
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm.mk466 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
Dwebcore_remaining.target.linux-x86.mk466 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
Dwebcore_remaining.target.linux-mips.mk466 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
Dwebcore_remaining.target.darwin-arm.mk466 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
Dwebcore_remaining.target.darwin-x86.mk466 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
Dwebcore_remaining.target.darwin-mips.mk466 third_party/WebKit/Source/core/page/WindowFeatures.cpp \
Dcore.gypi1333 'page/WindowFeatures.cpp',