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

  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.h 30 const GURL& active_url,
54 const GURL& active_url,
render_widget_fullscreen_pepper.cc 268 const GURL& active_url,
272 new RenderWidgetFullscreenPepper(plugin, active_url, screen_info));
280 const GURL& active_url,
283 active_url_(active_url),
render_frame_impl.cc 583 GURL active_url; local
585 active_url = GURL(render_view_->webview()->mainFrame()->document().url());
587 GetRenderWidget()->routing_id(), plugin, active_url,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
settings_api_bubble_helper_views.cc 102 GURL active_url = entry->GetURL();
103 if (!active_url.SchemeIs("chrome-extension"))
113 if (ntp_url != active_url)
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.cc 134 const GURL& active_url,
145 init_params.active_url = active_url;
184 const GURL& active_url,
192 init_params.active_url = active_url;
webgraphicscontext3d_command_buffer_impl.h 107 const GURL& active_url,
137 const GURL& active_url,
gpu_channel_host.h 115 const GURL& active_url,
123 const GURL& active_url,
webgraphicscontext3d_command_buffer_impl.cc 85 const GURL& active_url,
96 active_url_(active_url),
351 const GURL& active_url,
362 active_url,
  /external/chromium_org/chrome/renderer/extensions/
chrome_extensions_dispatcher_delegate.cc 327 GURL active_url(view->GetWebView()->mainFrame()->document().url());
328 if (active_url != url)
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.h 81 const GURL& active_url);
gpu_channel.cc 587 init_params.active_url));
799 init_params.active_url));
gpu_command_buffer_stub.cc 161 const GURL& active_url)
178 active_url_(active_url),
180 active_url_hash_ = base::Hash(active_url.possibly_invalid_spec());
    [all...]
gpu_messages.h 71 IPC_STRUCT_MEMBER(GURL, active_url)
    [all...]

Completed in 652 milliseconds