Searched defs:empty (Results 76 - 100 of 610) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/
H A Dbrowser_list.h42 bool empty() const { return browsers_.empty(); } function in class:BrowserList
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Djavascript_dialog_manager_unittest.cc114 base::DictionaryValue empty; variable
116 listener_->OnEvent(this, "Page.javascriptDialogClosing", empty);
/external/chromium_org/chrome/test/logging/win/
H A Dmof_data_parser.h60 bool empty() { return length_ == 0; } function in class:logging_win::MofDataParser
/external/chromium_org/components/content_settings/core/browser/
H A Dcontent_settings_origin_identifier_value_map.h64 bool empty() const { function in class:content_settings::OriginIdentifierValueMap
/external/chromium_org/components/omnibox/
H A Dautocomplete_result.h40 // True when the selection is empty.
41 bool empty() const { function in struct:AutocompleteResult::Selection
86 bool empty() const;
/external/chromium_org/components/policy/core/common/
H A Dforwarding_policy_provider_unittest.cc233 const PolicyBundle empty; local
234 EXPECT_TRUE(forwarding_provider_.policies().Equals(empty));
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DMacroExpander.h64 bool empty() const function in struct:pp::MacroExpander::MacroContext
/external/chromium_org/third_party/skia/tests/
H A DPathOpsBoundsTest.cpp18 {{2, 0, 4, 1}, {3, 0, 3, 0}}, // intersecting an empty bounds is OK
85 bool empty = bounds.isReallyEmpty(); local
86 REPORTER_ASSERT(reporter, empty);
91 bool empty = bounds.isReallyEmpty(); local
92 REPORTER_ASSERT(reporter, !empty);
/external/chromium_org/tools/grit/grit/node/
H A Dio_unittest.py19 from grit.node import empty namespace
31 translations = empty.TranslationsNode()
/external/chromium_org/ui/gfx/image/
H A Dimage_family.h109 bool empty() const { return map_.empty(); } function in class:gfx::ImageFamily
142 // |map_| must not be empty. |desired_aspect| must be > 0.0.
/external/chromium_org/ui/views/examples/
H A Dtextfield_example.cc109 base::string16 empty; local
110 name_->SetText(empty);
111 password_->SetText(empty);
112 read_only_->SetText(empty);
122 if (!name_->text().empty()) {
/external/clang/include/clang/Basic/
H A DVersionTuple.h51 /// \brief Determine whether this version information is empty
53 bool empty() const { return Major == 0 && Minor == 0 && Subminor == 0; } function in class:clang::VersionTuple
/external/llvm/include/llvm/ADT/
H A DSmallSet.h43 bool LLVM_ATTRIBUTE_UNUSED_RESULT empty() const { function in class:llvm::SmallSet
44 return Vector.empty() && Set.empty();
76 while (!Vector.empty()) {
106 bool isSmall() const { return Set.empty(); }
H A DUniqueVector.h92 /// empty - Returns true if the vector is empty.
94 bool empty() const { return Vector.empty(); } function in class:llvm::UniqueVector
/external/llvm/include/llvm/IR/
H A DTypeFinder.h54 bool empty() const { return StructTypes.empty(); } function in class:llvm::TypeFinder
/external/skia/tests/
H A DPathOpsBoundsTest.cpp18 {{2, 0, 4, 1}, {3, 0, 3, 0}}, // intersecting an empty bounds is OK
85 bool empty = bounds.isReallyEmpty(); local
86 REPORTER_ASSERT(reporter, empty);
91 bool empty = bounds.isReallyEmpty(); local
92 REPORTER_ASSERT(reporter, !empty);
/external/smack/src/org/xbill/DNS/
H A DTypeBitmap.java138 empty() { method in class:TypeBitmap
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1TaggedObject.java15 boolean empty = false; field in class:ASN1TaggedObject
106 if (tagNo != other.tagNo || empty != other.empty || explicit != other.explicit)
167 return empty;
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_window.cc57 bool WindowSelectorWindow::empty() const { function in class:ash::WindowSelectorWindow
/external/chromium_org/base/i18n/
H A Drtl_unittest.cc74 // Test empty string.
136 // Test empty string.
217 // Test empty string.
270 // Test empty path.
312 string16 empty; local
313 WrapStringWithLTRFormatting(&empty);
314 EXPECT_TRUE(empty.empty());
315 WrapStringWithRTLFormatting(&empty);
316 EXPECT_TRUE(empty
[all...]
/external/chromium_org/base/prefs/
H A Dpref_service_unittest.cc288 base::DictionaryValue empty; local
289 observer_.Expect(kName, &empty);
290 prefs_.Set(kName, empty);
314 base::ListValue empty; local
315 observer_.Expect(kName, &empty);
316 prefs_.Set(kName, empty);
/external/chromium_org/cc/output/
H A Dfilter_operations_unittest.cc546 // Tests blending non-empty sequences that have the same length and matching
584 FilterOperations empty; local
591 FilterOperations blended = empty.Blend(filters, -0.75);
598 blended = empty.Blend(filters, 0.75);
605 blended = empty.Blend(filters, 1.5);
612 blended = filters.Blend(empty, -0.75);
619 blended = filters.Blend(empty, 0.75);
626 blended = filters.Blend(empty, 1.5);
635 FilterOperations empty; local
637 FilterOperations blended = empty
[all...]
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_appcache_helper.cc118 bool CannedBrowsingDataAppCacheHelper::empty() const { function in class:CannedBrowsingDataAppCacheHelper
119 return info_collection_->infos_by_origin.empty();
H A Dbrowsing_data_indexed_db_helper.cc128 bool CannedBrowsingDataIndexedDBHelper::empty() const { function in class:CannedBrowsingDataIndexedDBHelper
129 return indexed_db_info_.empty() && pending_indexed_db_info_.empty();
H A Dbrowsing_data_local_storage_helper.cc97 bool CannedBrowsingDataLocalStorageHelper::empty() const { function in class:CannedBrowsingDataLocalStorageHelper
98 return pending_local_storage_info_.empty();

Completed in 5543 milliseconds

1234567891011>>