OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_parent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/extensions/features/
base_feature_provider.cc
153
bool
no_parent
= false;
local
154
parent->GetBoolean("noparent", &
no_parent
);
155
if (
no_parent
)
243
if (feature->
no_parent
())
feature.h
101
bool
no_parent
() const { return no_parent_; }
function in class:extensions::Feature
Completed in 596 milliseconds