HomeSort by relevance Sort by last modified time
    Searched refs:webview_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/views/examples/
webview_example.cc 17 webview_(NULL),
25 webview_ = new WebView(browser_context_);
27 container->AddChildView(webview_);
29 webview_->LoadInitialURL(GURL("http://www.google.com/"));
30 webview_->web_contents()->Focus();
webview_example.h 29 WebView* webview_; member in class:views::examples::WebViewExample
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
suggest_apps_dialog.js 75 this.webview_ = null;
264 this.webview_ = this.document_.createElement('webview');
265 this.webview_.id = 'cws-widget';
266 this.webview_.partition = 'persist:cwswidgets';
267 this.webview_.style.width = WEBVIEW_WIDTH + 'px';
268 this.webview_.style.height = WEBVIEW_HEIGHT + 'px';
269 this.webview_.request.onBeforeSendHeaders.addListener(
273 this.webview_.addEventListener('newwindow', function(event) {
279 this.webviewContainer_.appendChild(this.webview_);
284 this.webview_,
    [all...]

Completed in 216 milliseconds