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

  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.h 73 GURL active_url_; member in class:content::RenderWidgetFullscreenPepper
render_widget_fullscreen_pepper.cc 283 active_url_(active_url),
388 return active_url_;
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 178 active_url_(active_url),
181 FastSetActiveURL(active_url_, active_url_hash_);
222 FastSetActiveURL(active_url_, active_url_hash_);
309 FastSetActiveURL(active_url_, active_url_hash_);
411 if (handle_.is_null() && !active_url_.is_empty()) {
414 active_url_));
624 if (handle_.is_null() && !active_url_.is_empty()) {
627 active_url_));
689 handle_.is_null(), state.context_lost_reason, active_url_));
820 FastSetActiveURL(active_url_, active_url_hash_)
    [all...]
gpu_command_buffer_stub.h 274 GURL active_url_; member in class:content::GpuCommandBufferStub
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 96 active_url_(active_url),
179 active_url_,
186 active_url_,
webgraphicscontext3d_command_buffer_impl.h 198 GURL active_url_; member in class:content::WebGraphicsContext3DCommandBufferImpl

Completed in 215 milliseconds