HomeSort by relevance Sort by last modified time
    Searched defs:IsInternal (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/extensions/common/features/
api_feature.cc 15 bool APIFeature::IsInternal() const {
complex_feature.cc 15 // 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 {
102 return features_[0]->IsInternal();
simple_feature.cc 519 bool SimpleFeature::IsInternal() const {
  /external/chromium_org/ui/gfx/
display.cc 177 IsInternal() ? "internal" : "external");
180 bool Display::IsInternal() const {
  /external/lldb/source/Breakpoint/
BreakpointLocationCollection.cpp 166 BreakpointLocationCollection::IsInternal () const
176 if (!(*pos)->GetBreakpoint().IsInternal ())
BreakpointSite.cpp 102 BreakpointSite::IsInternal() const
104 return m_owners.IsInternal();
Breakpoint.cpp 67 Breakpoint::IsInternal () const
413 if (!IsInternal())
441 if (!IsInternal())
670 && !IsInternal()
687 && !IsInternal()
  /external/lldb/source/API/
SBBreakpoint.cpp 273 SBBreakpoint::IsInternal ()
278 return m_opaque_sp->IsInternal();

Completed in 271 milliseconds