Searched refs:empty (Results 176 - 200 of 8144) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/media_galleries/
H A Dimported_media_gallery_registry.cc36 if (imported_root_.empty()) {
48 DCHECK(!fs_name.empty());
49 DCHECK(!database_path.empty());
55 if (root.empty())
86 DCHECK(!library_xml_path.empty());
92 if (root.empty())
123 DCHECK(!library_xml_path.empty());
131 if (root.empty())
165 if (picasa_fs_names_.empty()) {
175 if (itunes_fs_names_.empty()) {
[all...]
/external/chromium_org/device/serial/
H A Ddata_sender.cc104 if (pending_sends_.empty() && sends_awaiting_ack_.empty()) {
118 while (bytes_sent != 0 && !sends_awaiting_ack_.empty() &&
122 if (bytes_sent > 0 && !pending_sends_.empty()) {
134 if (pending_sends_.empty() && sends_awaiting_ack_.empty())
146 while (!sends_awaiting_ack_.empty()) {
151 while (!pending_sends_.empty()) {
165 while (!pending_sends_.empty()) {
193 DCHECK(pending_sends_.empty()
[all...]
/external/chromium_org/extensions/common/
H A Dextension_resource_unittest.cc22 EXPECT_TRUE(resource.extension_root().empty());
23 EXPECT_TRUE(resource.relative_path().empty());
24 EXPECT_TRUE(resource.GetFilePath().empty());
42 // The path doesn't exist on disk, we will be returned an empty path.
45 EXPECT_TRUE(resource.GetFilePath().empty());
73 EXPECT_FALSE(r1.GetFilePath().empty());
78 EXPECT_TRUE(r2.GetFilePath().empty());
85 EXPECT_FALSE(r3.GetFilePath().empty());
91 EXPECT_TRUE(r4.GetFilePath().empty());
101 EXPECT_TRUE(r4a.GetFilePath().empty());
[all...]
H A Devent_filtering_info.cc42 if (!service_type_.empty())
49 return !has_url_ && service_type_.empty() && !has_instance_id_;
H A Dextension_resource.h62 bool empty() const { return extension_root().empty(); } function in class:extensions::ExtensionResource
83 // Full path to extension resource. Starts empty.
/external/chromium_org/ui/gfx/
H A Dfont_list_impl.cc28 DCHECK(!styles_size.empty());
37 // by space, and it inserts empty string for continuous spaces.
38 if (styles_size[i].empty())
80 DCHECK(!font_description_string.empty());
94 DCHECK(!font_names.empty());
95 DCHECK(!font_names[0].empty());
104 DCHECK(!fonts.empty());
125 if (!fonts_.empty()) {
171 if (font_description_string_.empty()) {
172 DCHECK(!fonts_.empty());
[all...]
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win.cc43 DCHECK(!storage_path.empty());
48 DCHECK(!storage_device_id.empty());
63 // Returns an empty string if the device is detached while the request is in
69 DCHECK(!file_path.empty());
86 DCHECK(!path_components.empty());
93 if (file_object_id.empty())
107 DCHECK(!device_info.registered_device_path.empty());
108 DCHECK(!root.empty());
117 if (object_id.empty())
123 entries.empty())
[all...]
/external/chromium_org/base/
H A Denvironment_unittest.cc15 // Every setup should have non-empty PATH...
92 const wchar_t empty[] = L"\0"; local
97 e = AlterEnvironment(empty, changes);
101 e = AlterEnvironment(empty, changes);
106 e = AlterEnvironment(empty, changes);
127 const char* const empty[] = { NULL }; local
132 e = AlterEnvironment(empty, changes).Pass();
136 e = AlterEnvironment(empty, changes);
142 e = AlterEnvironment(empty, changes);
/external/chromium_org/base/win/
H A Di18n_unittest.cc24 EXPECT_FALSE((*scan).empty());
36 EXPECT_FALSE((*scan).empty());
/external/chromium_org/cc/resources/
H A Dresource_update_queue.cc53 return !full_entries_.empty() || !partial_entries_.empty();
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_appcache_helper_unittest.cc110 ASSERT_TRUE(helper->empty());
112 ASSERT_FALSE(helper->empty());
114 ASSERT_TRUE(helper->empty());
127 EXPECT_TRUE(helper->empty());
131 EXPECT_FALSE(helper->empty());
148 ASSERT_TRUE(helper->empty());
150 ASSERT_TRUE(helper->empty());
152 ASSERT_TRUE(helper->empty());
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dfile_system_apitest.cc133 if (filename.empty()) {
134 EXPECT_TRUE(stored_value.empty());
186 ASSERT_FALSE(test_file.empty());
197 ASSERT_FALSE(test_file.empty());
214 ASSERT_FALSE(test_file.empty());
235 ASSERT_FALSE(test_file.empty());
247 ASSERT_FALSE(test_file.empty());
272 ASSERT_FALSE(test_file.empty());
284 ASSERT_FALSE(test_file.empty());
297 ASSERT_FALSE(test_file.empty());
[all...]
/external/chromium_org/chrome/browser/extensions/api/sessions/
H A Dsession_id.cc24 // session_tag will be the empty string for local sessions that have only
28 session_tag.empty() ? session_id : session_id.substr(separator + 1),
40 return !session_tag_.empty();
/external/chromium_org/chrome/browser/metrics/
H A Dfield_trial_synchronizer.cc54 CHECK(!field_trial_name.empty() && !group_name.empty());
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dtracker_id_set.h41 bool empty() const { return tracker_ids_.empty(); } function in class:sync_file_system::drive_backend::TrackerIDSet
/external/chromium_org/chrome/browser/ui/views/
H A Dcrypto_module_password_dialog_view_unittest.cc47 const base::string16 empty; local
48 EXPECT_EQ(empty, dialog_->password_entry_->text());
/external/chromium_org/chrome/installer/util/
H A Ddelete_reg_key_work_item.cc26 DCHECK(!path.empty());
33 if (path_.empty())
/external/chromium_org/chrome/renderer/extensions/
H A Dsync_file_system_custom_bindings.cc42 if (name.empty()) {
47 if (root_url.empty()) {
/external/chromium_org/chrome/tools/build/mac/
H A Dbuild_app_dmg35 "${PKG_DMG}" --source /var/empty \
/external/chromium_org/components/omnibox/
H A Dsearch_suggestion_parser_unittest.cc32 EXPECT_TRUE(urls.empty());
37 EXPECT_TRUE(urls.empty());
/external/chromium_org/components/ownership/
H A Dmock_owner_key_util.cc20 return !public_key_.empty();
32 return !public_key_.empty();
/external/chromium_org/components/policy/core/common/
H A Dpolicy_service.cc17 if (!callback_map_.empty())
23 if (callback_map_.empty())
/external/chromium_org/content/browser/fileapi/
H A Dsandbox_isolated_origin_database_unittest.cc38 EXPECT_FALSE(path1.empty());
39 EXPECT_FALSE(path2.empty());
/external/chromium_org/content/common/gpu/
H A Ddevtools_gpu_instrumentation.cc26 enabled_ = !processors_.empty();
34 enabled_ = !processors_.empty();
/external/chromium_org/extensions/common/features/
H A Dmanifest_feature.cc39 if (!error.empty())
42 if (extension_types()->empty()) {

Completed in 1405 milliseconds

1234567891011>>