Searched defs:WindowFeatures (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/page/ |
D | WindowFeatures.h | 39 struct WindowFeatures { struct 41 WindowFeatures() in WindowFeatures() function 60 float x; 61 bool xSet; 62 float y; 63 bool ySet; 64 float width; 65 bool widthSet; 66 float height; 67 bool heightSet; [all …]
|
D | WindowFeatures.cpp | 40 WindowFeatures::WindowFeatures(const String& features) in WindowFeatures() function in WebCore::WindowFeatures 164 WindowFeatures::WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailable… in WindowFeatures() function in WebCore::WindowFeatures
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | ChromeClientWinCE.cpp | 87 Page* ChromeClientWinCE::createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const… in createWindow()
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | ChromeClientHaiku.cpp | 115 …meClientHaiku::createWindow(Frame*, const FrameLoadRequest&, const WebCore::WindowFeatures&, const… in createWindow()
|
/external/webkit/Source/WebCore/loader/ |
D | EmptyClients.h | 113 …virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const Navigatio… in createWindow()
|