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

1 2

  /external/chromium/base/
task_queue.cc 30 bool TaskQueue::IsEmpty() const {
id_map.h 96 bool IsEmpty() const {
  /external/chromium/chrome/browser/prefs/
pref_change_registrar.cc 21 DCHECK(IsEmpty() || service_ == service);
65 bool PrefChangeRegistrar::IsEmpty() const {
  /external/chromium/net/base/
test_root_certs_openssl.cc 41 bool TestRootCerts::IsEmpty() const {
test_root_certs_mac.cc 71 bool TestRootCerts::IsEmpty() const {
76 if (IsEmpty())
test_root_certs_nss.cc 107 bool TestRootCerts::IsEmpty() const {
test_root_certs_win.cc 118 if (!ok || TestRootCerts::GetInstance()->IsEmpty() ||
167 bool TestRootCerts::IsEmpty() const {
172 if (IsEmpty())
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-filepath.h 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/gtest/include/gtest/internal/
gtest-filepath.h 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/v8/src/
unbound-queue.h 49 INLINE(bool IsEmpty()) { return divider_ == last_; }
data-flow.h 178 bool IsEmpty() const {
lithium-allocator.h 291 bool IsEmpty() const { return first_interval() == NULL; }
336 ASSERT(!IsEmpty());
341 ASSERT(!IsEmpty());
  /external/chromium/chrome/browser/autofill/
autofill_field.cc 61 bool AutofillField::IsEmpty() const {
autofill_profile.cc 379 bool AutofillProfile::IsEmpty() const {
credit_card.cc 428 bool CreditCard::IsEmpty() const {
  /external/clang/include/clang/Lex/
Pragma.h 113 bool IsEmpty() {
  /external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.h 85 bool IsEmpty() const {
  /external/chromium/net/proxy/
proxy_list.cc 80 bool ProxyList::IsEmpty() const {
  /external/chromium/base/synchronization/
condition_variable_win.cc 79 if (waiting_list_.IsEmpty())
81 while (!waiting_list_.IsEmpty())
99 if (waiting_list_.IsEmpty())
116 DCHECK(recycling_list_.IsEmpty());
179 while (!IsEmpty()) {
200 bool ConditionVariable::Event::IsEmpty() const {
  /external/chromium/net/http/
http_request_headers.h 82 bool IsEmpty() const { return headers_.empty(); }
  /external/chromium/chrome/browser/net/
predictor.cc 488 while (!work_queue_.IsEmpty() &&
496 DCHECK(work_queue_.IsEmpty());
527 if (work_queue_.IsEmpty())
568 while (!work_queue_.IsEmpty()) {
726 bool Predictor::HostNameQueue::IsEmpty() const {
731 DCHECK(!IsEmpty());
  /external/chromium/net/socket/
client_socket_pool_base.h 348 bool IsEmpty() const {
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 224 bool IsEmpty() const { return size() == 0; }
    [all...]

Completed in 528 milliseconds

1 2