Searched defs:IsEmpty (Results 101 - 125 of 144) sorted by relevance

123456

/external/lzma/CPP/Common/
H A DMyVector.h26 bool IsEmpty() const { return (_size == 0); } function in class:CBaseRecordVector
H A DMyString.h311 bool IsEmpty() const { return (_length == 0); } function in class:CStringBase
381 if (s.IsEmpty())
479 if (s.IsEmpty())
509 if (oldString.IsEmpty())
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusRegion.h316 Region::IsEmpty(IN const Graphics *g) const function in class:Region
/external/chromium_org/base/synchronization/
H A Dcondition_variable_win.cc153 bool IsEmpty() const;
272 if (waiting_list_.IsEmpty())
274 while (!waiting_list_.IsEmpty())
292 if (waiting_list_.IsEmpty())
309 DCHECK(recycling_list_.IsEmpty());
372 while (!IsEmpty()) {
393 bool WinXPCondVar::Event::IsEmpty() const { function in class:base::WinXPCondVar::Event
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_link_manager.cc284 bool PrerenderLinkManager::IsEmpty() const { function in class:prerender::PrerenderLinkManager
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_field.cc462 bool AutofillField::IsEmpty() const { function in class:autofill::AutofillField
H A Dcredit_card.cc566 bool CreditCard::IsEmpty(const std::string& app_locale) const { function in class:autofill::CreditCard
H A Dautofill_profile.cc443 bool AutofillProfile::IsEmpty(const std::string& app_locale) const { function in class:autofill::AutofillProfile
/external/chromium_org/content/renderer/media/
H A Dvideo_track_adapter.cc80 bool IsEmpty() const;
330 bool VideoTrackAdapter::VideoFrameResolutionAdapter::IsEmpty() const { function in class:content::VideoTrackAdapter::VideoFrameResolutionAdapter
455 if ((*it)->IsEmpty()) {
/external/chromium_org/v8/src/
H A Dast-value-factory.h48 bool IsEmpty() const { return length() == 0; } function in class:v8::internal::AstString
H A Deffects.h178 bool IsEmpty() { return map_->is_empty(); } function in class:v8::internal::EffectsBase
245 bool IsEmpty() { function in class:v8::internal::NestedEffectsBase
247 if (!node->effects.IsEmpty()) return false;
H A Dlithium-allocator.h204 bool IsEmpty() const { return first_interval() == NULL; } function in class:v8::internal::LiveRange
257 DCHECK(!IsEmpty());
262 DCHECK(!IsEmpty());
/external/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h50 if (UnpackSizes.IsEmpty())
226 bool IsEmpty() const function in struct:NArchive::N7z::CArchiveDatabase
228 return (PackSizes.IsEmpty() &&
229 PackCRCsDefined.IsEmpty() &&
230 PackCRCs.IsEmpty() &&
231 Folders.IsEmpty() &&
232 NumUnpackStreamsVector.IsEmpty() &&
233 Files.IsEmpty());
/external/pdfium/core/include/fxcrt/
H A Dfx_string.h108 bool IsEmpty() const function in class:CFX_ByteStringC
202 bool IsEmpty() const function in class:CFX_ByteString
542 bool IsEmpty() const function in class:CFX_WideStringC
649 FX_BOOL IsEmpty() const function in class:CFX_WideString
/external/pdfium/core/src/fxcrt/
H A Dmem_int.h97 FX_BOOL IsEmpty() const function in class:CFXMEM_FixedPages
143 FX_BOOL IsEmpty() const function in class:CFXMEM_Page
161 FX_BOOL IsEmpty() const;
180 FX_BOOL IsEmpty() const;
H A Dfx_basic_memmgr_mini.cpp340 FX_BOOL CFXMEM_Pages::IsEmpty() const function in class:CFXMEM_Pages
347 if (!((CFXMEM_Page*)pPage)->IsEmpty()) {
408 FX_BOOL CFXMEM_Pool::IsEmpty() const function in class:CFXMEM_Pool
410 if (!m_8BytesPages.IsEmpty()) {
413 if (!m_16BytesPages.IsEmpty()) {
416 if (!m_32BytesPages.IsEmpty()) {
419 if (!m_MidPages.IsEmpty()) {
422 return !m_pLargePage || m_pLargePage->IsEmpty();
722 if (pFind->m_bAlone && pFind->IsEmpty()) {
733 if (pFind->m_bAlone && pFind->IsEmpty()) {
[all...]
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h210 FX_BOOL IsEmpty() { return CFX_ArrayTemplate<TYPE>::GetSize() <= 0; } function in class:CLST_ArrayTemplate
/external/chromium_org/cc/quads/
H A Dlist_container.cc107 bool IsEmpty() const { return size() == 0; } function in class:cc::ListContainer::ListContainerCharAllocator
283 if (data_->IsEmpty())
300 if (data_->IsEmpty())
317 if (data_->IsEmpty())
326 if (data_->IsEmpty())
336 if (data_->IsEmpty())
345 if (data_->IsEmpty())
422 return data_->IsEmpty();
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_stack_view.cc83 if (!app_icon.IsEmpty())
187 bool PanelStackView::IsEmpty() const { function in class:PanelStackView
/external/chromium_org/ui/gfx/image/
H A Dimage.cc101 if (size_.IsEmpty())
144 DCHECK(!size.IsEmpty());
145 if (size.IsEmpty())
608 if (IsEmpty())
672 return IsEmpty() ? SkBitmap() : *ToSkBitmap();
676 return IsEmpty() ? ImageSkia() : *ToImageSkia();
681 return IsEmpty() ? nil : ToNSImage();
725 bool Image::IsEmpty() const { function in class:gfx::Image
730 if (IsEmpty())
736 if (IsEmpty())
[all...]
/external/chromium_org/v8/include/
H A Dv8-util.h225 bool IsEmpty() const { function in class:v8::PersistentValueMap::PersistentValueReference
376 static bool IsEmpty(const Impl* impl) { function in class:v8::DefaultPersistentValueVectorTraits
431 bool IsEmpty() const { function in class:v8::PersistentValueVector
432 return Traits::IsEmpty(&impl_);
/external/lldb/include/lldb/Core/
H A DRangeMap.h313 IsEmpty () const function in class:lldb_private::RangeArray
599 IsEmpty () const function in class:lldb_private::RangeVector
887 IsEmpty () const function in class:lldb_private::RangeDataArray
1187 IsEmpty () const function in class:lldb_private::RangeDataVector
1458 IsEmpty () const function in class:lldb_private::AddressDataArray
/external/lldb/source/Symbol/
H A DType.cpp886 TypeAndOrName::IsEmpty() function in class:TypeAndOrName
/external/chromium_org/components/url_matcher/
H A Durl_matcher.cc494 bool URLMatcherConditionFactory::IsEmpty() const { function in class:url_matcher::URLMatcherConditionFactory
828 if (!full_url_matcher_.IsEmpty()) {
832 if (!url_component_matcher_.IsEmpty()) {
837 if (!regex_set_matcher_.IsEmpty()) {
841 if (!origin_and_path_regex_set_matcher_.IsEmpty()) {
876 bool URLMatcher::IsEmpty() const { function in class:url_matcher::URLMatcher
877 return condition_factory_.IsEmpty() &&
880 full_url_matcher_.IsEmpty() &&
881 url_component_matcher_.IsEmpty() &&
882 regex_set_matcher_.IsEmpty()
[all...]
/external/chromium_org/content/browser/loader/
H A Dresource_scheduler.cc95 bool IsEmpty() const { return queue_.size() == 0; } function in class:content::ResourceScheduler::RequestQueue

Completed in 406 milliseconds

123456