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