Searched defs:IsEmpty (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium/base/
H A Dtask_queue.cc30 bool TaskQueue::IsEmpty() const { function in class:TaskQueue
H A Did_map.h96 bool IsEmpty() const { function in class:IDMap
/external/chromium/net/base/
H A Dtest_root_certs_openssl.cc41 bool TestRootCerts::IsEmpty() const { function in class:net::TestRootCerts
H A Dtest_root_certs_nss.cc107 bool TestRootCerts::IsEmpty() const { function in class:net::TestRootCerts
H A Dtest_root_certs_mac.cc71 bool TestRootCerts::IsEmpty() const { function in class:net::TestRootCerts
76 if (IsEmpty())
H A Dtest_root_certs_win.cc118 if (!ok || TestRootCerts::GetInstance()->IsEmpty() ||
167 bool TestRootCerts::IsEmpty() const { function in class:net::TestRootCerts
172 if (IsEmpty())
/external/v8/src/
H A Dunbound-queue.h49 INLINE(bool IsEmpty()) { return divider_ == last_; } function in class:v8::internal::BASE_EMBEDDED
H A Ddata-flow.h178 bool IsEmpty() const { function in class:v8::internal::BitVector
H A Dlithium-allocator.h291 bool IsEmpty() const { return first_interval() == NULL; } function in class:v8::internal::LiveRange
336 ASSERT(!IsEmpty());
341 ASSERT(!IsEmpty());
/external/chromium/chrome/browser/prefs/
H A Dpref_change_registrar.cc21 DCHECK(IsEmpty() || service_ == service);
65 bool PrefChangeRegistrar::IsEmpty() const { function in class:PrefChangeRegistrar
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; } function in class:testing::internal::FilePath
/external/clang/include/clang/Lex/
H A DPragma.h113 bool IsEmpty() { function in class:clang::PragmaNamespace
/external/gtest/include/gtest/internal/
H A Dgtest-filepath.h115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; } function in class:testing::internal::FilePath
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; } function in class:testing::internal::FilePath
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-filepath.h115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; } function in class:testing::internal::FilePath
/external/chromium/chrome/browser/autofill/
H A Dautofill_field.cc61 bool AutofillField::IsEmpty() const { function in class:AutofillField
H A Dcredit_card.cc428 bool CreditCard::IsEmpty() const { function in class:CreditCard
H A Dautofill_profile.cc379 bool AutofillProfile::IsEmpty() const { function in class:AutofillProfile
/external/chromium/chrome/browser/sync/engine/
H A Dchange_reorder_buffer.h85 bool IsEmpty() const { function in class:sync_api::ChangeReorderBuffer
/external/chromium/net/proxy/
H A Dproxy_list.cc80 bool ProxyList::IsEmpty() const { function in class:net::ProxyList
/external/chromium/base/synchronization/
H A Dcondition_variable_win.cc79 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 { function in class:base::ConditionVariable::Event
/external/chromium/net/http/
H A Dhttp_request_headers.h82 bool IsEmpty() const { return headers_.empty(); } function in class:net::HttpRequestHeaders
/external/chromium/chrome/browser/net/
H A Dpredictor.cc488 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 { function in class:chrome_browser_net::Predictor::HostNameQueue
731 DCHECK(!IsEmpty());
/external/chromium/net/socket/
H A Dclient_socket_pool_base.h348 bool IsEmpty() const { function in class:net::internal::ClientSocketPoolBaseHelper::Group
/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h224 bool IsEmpty() const { return size() == 0; } function in class:testing::internal::List

Completed in 481 milliseconds

12