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 49 is_broker_(is_broker) {}
55 return !is_broker_;
60 if (is_broker_)
77 return !is_broker_ && plugin_launcher.empty() && info_.is_sandboxed;
89 bool is_broker_; member in class:content::PpapiPluginSandboxedProcessLauncherDelegate
132 DVLOG(1) << "PpapiPluginProcessHost" << (is_broker_ ? "[broker]" : "")
234 is_broker_(false) {
264 : is_broker_(true) {
311 is_broker_ ? switches::kPpapiBrokerProcess
322 if (!is_broker_) {
    [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 104 : is_broker_(is_broker),
117 if (!is_broker_) {
164 if (is_broker_)
183 DCHECK(is_broker_);
305 is_broker_ ?
311 if (!is_broker_) {
367 if (is_broker_) {
456 DCHECK(is_broker_ == (connect_instance_func_ != NULL));
464 if (is_broker_) {
521 (is_broker_ ? "Broker" : "Plugin")
    [all...]
ppapi_thread.h 121 bool is_broker_; member in class:content::PpapiThread
134 // Used only when is_broker_.

Completed in 51 milliseconds