Home
last modified time | relevance | path

Searched defs:WebWindowFeatures (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebWindowFeatures.h44 struct WebWindowFeatures { struct
65 WebWindowFeatures() in WebWindowFeatures() argument
83 WebWindowFeatures(const WebCore::WindowFeatures& f) in WebWindowFeatures() function
/external/webkit/Tools/DumpRenderTree/chromium/
DWebViewHost.cpp232 WebView* WebViewHost::createView(WebFrame*, const WebURLRequest&, const WebWindowFeatures&, const W… in createView()