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,
56 const GURL& active_url,
render_widget_fullscreen_pepper.cc 352 const GURL& active_url,
356 new RenderWidgetFullscreenPepper(plugin, active_url, screen_info));
364 const GURL& active_url,
367 active_url_(active_url),
render_view_impl.cc 1204 GURL active_url; local
    [all...]
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.cc 114 const GURL& active_url,
126 init_params.active_url = active_url;
146 const GURL& active_url,
155 init_params.active_url = active_url;
gpu_channel_host.h 113 const GURL& active_url,
122 const GURL& active_url,
webgraphicscontext3d_command_buffer_impl.cc 210 const GURL& active_url,
219 active_url_(active_url),
    [all...]
webgraphicscontext3d_command_buffer_impl.h 81 const GURL& active_url,
127 const GURL& active_url);
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.cc 173 const GURL& active_url = entry ? entry->GetURL() : contents_->GetURL(); local
174 invoked_from_same_origin_ = active_url.GetOrigin() == source_url_.GetOrigin();
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.h 81 const GURL& active_url);
gpu_command_buffer_stub.cc 119 const GURL& active_url)
137 active_url_(active_url),
139 active_url_hash_ = base::Hash(active_url.possibly_invalid_spec());
    [all...]
gpu_messages.h 42 IPC_STRUCT_MEMBER(GURL, active_url)
gpu_channel.cc 648 init_params.active_url));
875 init_params.active_url));
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 498 const GURL& active_url = entry ? entry->GetURL() : web_contents()->GetURL(); local
499 invoked_from_same_origin_ = active_url.GetOrigin() == source_url_.GetOrigin();
    [all...]

Completed in 228 milliseconds