OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_parent_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/common/extensions/features/
feature.cc
39
Feature::Feature() :
no_parent_
(false) {}
feature.h
101
bool no_parent() const { return
no_parent_
; }
150
bool
no_parent_
;
member in class:extensions::Feature
simple_feature.cc
246
no_parent_
= false;
247
value->GetBoolean("noparent", &
no_parent_
);
Completed in 63 milliseconds