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

  /external/chromium_org/content/browser/
ppapi_plugin_process_host.cc 43 : is_broker_(is_broker) {}
47 if (is_broker_)
53 if (is_broker_)
65 bool is_broker_; member in class:content::PpapiPluginSandboxedProcessLauncherDelegate
109 DVLOG(1) << "PpapiPluginProcessHost" << (is_broker_ ? "[broker]" : "")
213 is_broker_(false) {
234 : is_broker_(true) {
280 is_broker_ ? switches::kPpapiBrokerProcess
291 if (!is_broker_) {
333 bool use_zygote = !is_broker_ && plugin_launcher.empty() && info.is_sandboxed
    [all...]
ppapi_plugin_process_host.h 164 const bool is_broker_; member in class:content::PpapiPluginProcessHost
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc 65 : is_broker_(is_broker),
78 if (!is_broker_) {
123 if (is_broker_)
142 DCHECK(is_broker_);
260 is_broker_ ?
266 if (!is_broker_) {
306 if (is_broker_) {
395 DCHECK(is_broker_ == (connect_instance_func_ != NULL));
403 if (is_broker_) {
461 histogram_name << "Plugin.Ppapi" << (is_broker_ ? "Broker" : "Plugin"
    [all...]
ppapi_thread.h 118 bool is_broker_; member in class:content::PpapiThread
131 // Used only when is_broker_.

Completed in 158 milliseconds