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

  /external/chromium_org/content/renderer/pepper/
renderer_ppapi_host_impl.cc 52 is_running_in_process_ = false;
66 is_running_in_process_ = true;
222 DCHECK(is_running_in_process_);
233 return is_running_in_process_;
renderer_ppapi_host_impl.h 135 bool is_running_in_process_; member in class:content::RendererPpapiHostImpl
pepper_graphics_2d_host.h 199 bool is_running_in_process_; member in class:content::PepperGraphics2DHost
pepper_graphics_2d_host.cc 191 is_running_in_process_(host->IsRunningInProcess()),
518 if (is_running_in_process_)

Completed in 1894 milliseconds