OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsChannelOpening
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/public/common/
child_process_host.h
87
virtual bool
IsChannelOpening
() = 0;
/external/chromium_org/content/common/
child_process_host_impl.h
62
virtual bool
IsChannelOpening
() OVERRIDE;
child_process_host_impl.cc
182
bool ChildProcessHostImpl::
IsChannelOpening
() {
/external/chromium_org/content/browser/
plugin_process_host.cc
348
if (process_->GetHost()->
IsChannelOpening
()) {
ppapi_plugin_process_host.cc
195
if (process_->GetHost()->
IsChannelOpening
()) {
/external/chromium_org/content/browser/gpu/
gpu_process_host.cc
602
if (process_->GetHost()->
IsChannelOpening
()) {
[
all
...]
Completed in 154 milliseconds