Searched refs:setWindowFeatures (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChrome.h93 void setWindowFeatures(const WindowFeatures&) const;
H A DCreateWindow.cpp90 host->chrome().setWindowFeatures(features);
H A DChrome.cpp164 void Chrome::setWindowFeatures(const WindowFeatures& features) const function in class:blink::Chrome
/external/chromium_org/third_party/WebKit/public/web/
H A DWebView.h149 virtual void setWindowFeatures(const WebWindowFeatures&) = 0;
/external/chromium_org/chrome/renderer/
H A Dchrome_render_view_observer.cc285 render_view()->GetWebView()->setWindowFeatures(window_features);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.h176 virtual void setWindowFeatures(const WebWindowFeatures&) OVERRIDE;
H A DWebViewImpl.cpp3800 void WebViewImpl::setWindowFeatures(const WebWindowFeatures& features) function in class:WebViewImpl
3802 m_page->chrome().setWindowFeatures(features);

Completed in 1379 milliseconds