Searched defs:IsInternal (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/extensions/common/features/
H A Dapi_feature.cc15 bool APIFeature::IsInternal() const { function in class:extensions::APIFeature
H A Dcomplex_feature.cc15 // Verify IsInternal and no_parent is consistent across all features.
16 bool first_is_internal = features_[0]->IsInternal();
20 DCHECK(first_is_internal == (*it)->IsInternal())
99 bool ComplexFeature::IsInternal() const { function in class:extensions::ComplexFeature
102 return features_[0]->IsInternal();
H A Dsimple_feature.cc519 bool SimpleFeature::IsInternal() const { function in class:extensions::SimpleFeature
/external/chromium_org/ui/gfx/
H A Ddisplay.cc177 IsInternal() ? "internal" : "external");
180 bool Display::IsInternal() const { function in class:gfx::Display
/external/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp166 BreakpointLocationCollection::IsInternal () const function in class:BreakpointLocationCollection
176 if (!(*pos)->GetBreakpoint().IsInternal ())
H A DBreakpointSite.cpp102 BreakpointSite::IsInternal() const function in class:BreakpointSite
104 return m_owners.IsInternal();
H A DBreakpoint.cpp67 Breakpoint::IsInternal () const function in class:Breakpoint
413 if (!IsInternal())
441 if (!IsInternal())
670 && !IsInternal()
687 && !IsInternal()
/external/lldb/source/API/
H A DSBBreakpoint.cpp273 SBBreakpoint::IsInternal () function in class:SBBreakpoint
278 return m_opaque_sp->IsInternal();
/external/clang/lib/AST/
H A DDeclObjC.cpp1158 bool IsInternal)
1167 setImplicit(IsInternal);
1154 ObjCInterfaceDecl(const ASTContext &C, DeclContext *DC, SourceLocation AtLoc, IdentifierInfo *Id, SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl, bool IsInternal) argument

Completed in 853 milliseconds