/external/chromium_org/content/renderer/ |
render_widget_fullscreen_pepper.h | 81 GURL active_url_; member in class:content::RenderWidgetFullscreenPepper
|
render_widget_fullscreen_pepper.cc | 362 active_url_(active_url), 487 return active_url_;
|
/external/chromium_org/content/common/gpu/ |
gpu_command_buffer_stub.cc | 138 active_url_(active_url), 141 FastSetActiveURL(active_url_, active_url_hash_); 175 FastSetActiveURL(active_url_, active_url_hash_); 257 FastSetActiveURL(active_url_, active_url_hash_); 351 if (handle_.is_null() && !active_url_.is_empty()) { 354 active_url_)); 563 if (handle_.is_null() && !active_url_.is_empty()) { 566 active_url_)); 638 handle_.is_null(), state.context_lost_reason, active_url_)); 739 FastSetActiveURL(active_url_, active_url_hash_) [all...] |
gpu_command_buffer_stub.h | 263 GURL active_url_; member in class:content::GpuCommandBufferStub
|
/external/chromium_org/content/common/gpu/client/ |
webgraphicscontext3d_command_buffer_impl.cc | 216 active_url_(active_url), 334 active_url_, 341 active_url_, [all...] |
webgraphicscontext3d_command_buffer_impl.h | 699 GURL active_url_; member in class:content::WebGraphicsContext3DCommandBufferImpl
|