HomeSort by relevance Sort by last modified time
    Searched defs:is_empty (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium/chrome/common/extensions/
extension_extent.cc 25 bool ExtensionExtent::is_empty() const { function in class:ExtensionExtent
  /external/chromium_org/ui/gfx/
canvas_paint_mac.h 35 bool is_empty() const { function in class:gfx::CanvasSkiaPaint
canvas_paint_win.h 51 bool is_empty() const { function in class:gfx::CanvasSkiaPaint
canvas_paint_gtk.h 36 bool is_empty() const { function in class:gfx::CanvasSkiaPaint
78 bool is_empty() const { function in class:gfx::CanvasSkiaPaintCairo
  /external/chromium/net/proxy/
proxy_info.h 48 if (is_empty())
55 if (is_empty())
62 if (is_empty())
69 if (is_empty())
75 bool is_empty() const { function in class:net::ProxyInfo
79 // Returns the first valid proxy server. is_empty() must be false to be able
  /external/chromium_org/tools/gn/
pattern.h 75 bool is_empty() const { return patterns_.empty(); } function in class:PatternList
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
bounds.py 13 def is_empty(self): member in class:Bounds
62 if not a.is_empty and not b.is_empty:
65 if a.is_empty and not b.is_empty:
68 if not a.is_empty and b.is_empty:
  /external/chromium_org/ui/gfx/range/
range.h 74 bool is_empty() const { return start() == end(); } function in class:gfx::Range
  /external/v8/src/
smart-array-pointer.h 85 ASSERT(is_empty());
92 inline bool is_empty() { return p_ == NULL; } function in class:v8::internal::SmartArrayPointer
small-pointer-list.h 72 bool is_empty() const { return length() == 0; } function in class:v8::internal::SmallPointerList
splay-tree.h 99 bool is_empty() { return root_ == NULL; } function in class:v8::internal::SplayTree
v8utils.h 243 bool is_empty() const { return length_ == 0; } function in class:v8::internal::MemoryMappedExternalResource
  /external/chromium_org/content/renderer/media/
tagged_list.h 80 bool is_empty = items_.empty(); local
81 DCHECK(!is_empty || tagged_items_.empty());
82 return is_empty;
  /external/chromium_org/chrome/common/extensions/
extension_set.cc 39 bool ExtensionSet::is_empty() const { function in class:ExtensionSet
  /external/chromium_org/extensions/common/
url_pattern_set.cc 110 bool URLPatternSet::is_empty() const { function in class:extensions::URLPatternSet
  /external/chromium_org/net/proxy/
proxy_info.h 55 if (is_empty())
66 if (is_empty())
73 if (is_empty())
80 if (is_empty())
86 bool is_empty() const { function in class:net::ProxyInfo
101 // Returns the first valid proxy server. is_empty() must be false to be able
  /external/chromium_org/v8/src/
smart-pointers.h 95 ASSERT(is_empty());
102 inline bool is_empty() { return p_ == NULL; } function in class:v8::internal::SmartPointerBase
small-pointer-list.h 78 bool is_empty() const { return length() == 0; } function in class:v8::internal::SmallPointerList
splay-tree.h 115 bool is_empty() { return root_ == NULL; } function in class:v8::internal::SplayTree
  /external/chromium/googleurl/src/
gurl.h 86 bool is_empty() const { function in class:GURL
  /external/chromium_org/cc/resources/
layer_tiling_data.h 50 bool is_empty() const { return has_empty_bounds() || !tiles().size(); } function in class:cc::LayerTilingData
  /external/chromium_org/chrome/common/extensions/api/sockets/
sockets_manifest_permission.cc 160 bool is_empty = permissions_.empty(); local
161 return !is_empty;
  /external/chromium_org/url/
gurl.h 70 bool is_empty() const { function in class:GURL
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asynchat.py 280 def is_empty (self): member in class:fifo
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py 280 def is_empty (self): member in class:fifo

Completed in 4616 milliseconds

1 2