OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_dispatcher_wrapper_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/pepper/
plugin_module.cc
484
DCHECK(!
host_dispatcher_wrapper_
.get());
485
host_dispatcher_wrapper_
.reset(host_dispatcher_wrapper);
499
DCHECK(
host_dispatcher_wrapper_
.get());
504
host_dispatcher_wrapper_
->AddInstance(instance->pp_instance());
511
bool PluginModule::IsProxied() const { return !!
host_dispatcher_wrapper_
; }
514
if (
host_dispatcher_wrapper_
)
515
return
host_dispatcher_wrapper_
->peer_pid();
520
if (
host_dispatcher_wrapper_
)
521
return
host_dispatcher_wrapper_
->plugin_child_id();
543
if (
host_dispatcher_wrapper_
)
[
all
...]
plugin_module.h
242
scoped_ptr<HostDispatcherWrapper>
host_dispatcher_wrapper_
;
member in class:content::PluginModule
256
// presence of the
host_dispatcher_wrapper_
value.
Completed in 701 milliseconds