Home
last modified time | relevance | path

Searched refs:is_broker (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/
Dppapi_plugin_process_host.cc42 explicit PpapiPluginSandboxedProcessLauncherDelegate(bool is_broker) in PpapiPluginSandboxedProcessLauncherDelegate() argument
43 : is_broker_(is_broker) {} in PpapiPluginSandboxedProcessLauncherDelegate()
/external/chromium_org/content/ppapi_plugin/
Dppapi_thread.cc64 PpapiThread::PpapiThread(const CommandLine& command_line, bool is_broker) in PpapiThread() argument
65 : is_broker_(is_broker), in PpapiThread()
Dppapi_thread.h48 PpapiThread(const CommandLine& command_line, bool is_broker);