Searched refs:is_empty (Results 101 - 125 of 522) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer_helper_unittest.cc28 EXPECT_TRUE(region.is_empty());
34 EXPECT_TRUE(region.is_empty());
57 EXPECT_TRUE(capturer_helper_.size_most_recent().is_empty());
H A Ddesktop_region.h98 bool is_empty() const { return rows_.empty(); } function in class:webrtc::DesktopRegion
/external/chromium_org/content/renderer/manifest/
H A Dmanifest_parser_unittest.cc43 ASSERT_TRUE(manifest.start_url.is_empty());
55 ASSERT_TRUE(manifest.start_url.is_empty());
133 ASSERT_TRUE(manifest.start_url.is_empty());
139 ASSERT_TRUE(manifest.start_url.is_empty());
157 ASSERT_TRUE(manifest.start_url.is_empty());
H A Dmanifest_manager.cc101 if (url.is_empty()) {
/external/chromium_org/chrome/browser/extensions/api/management/
H A Dmanagement_browsertest.cc308 ASSERT_TRUE(registry->disabled_extensions().is_empty());
462 ASSERT_TRUE(registry->disabled_extensions().is_empty());
558 ASSERT_TRUE(registry->disabled_extensions().is_empty());
625 ASSERT_TRUE(registry->disabled_extensions().is_empty());
691 EXPECT_TRUE(registry->disabled_extensions().is_empty());
714 EXPECT_TRUE(registry->disabled_extensions().is_empty());
/external/chromium_org/android_webview/renderer/
H A Daw_render_view_ext.cc113 // Note: Using GURL::is_empty instead of GURL:is_valid due to the
117 if (!absolute_image_url.is_empty())
122 const bool has_link_url = !absolute_link_url.is_empty();
123 const bool has_image_url = !absolute_image_url.is_empty();
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dexternal_file_url_request_job.cc90 if (FileSystemURLToExternalFileURL(file_system_url_).is_empty()) {
224 if (!redirect_url_.is_empty()) {
296 if (redirect_url_.is_empty())
/external/chromium_org/chrome/browser/drive/
H A Ddrive_api_util.cc198 if (!file_resource.alternate_link().is_empty()) {
243 if (!file_list.next_link().is_empty()) {
269 if (!change_list.next_link().is_empty()) {
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dincognito_connectability.cc62 if (origin.is_empty())
/external/chromium_org/chrome/browser/extensions/
H A Dextension_error_controller.cc36 if (!blacklisted_extensions_.is_empty() && !error_ui_.get()) {
H A Dextension_sync_data.cc101 if (!specifics_update_url.is_empty() && !specifics_update_url.is_valid()) {
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dfolder_creator.cc90 if (!file_list->next_link().is_empty()) {
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_sync_starter.cc95 DCHECK(web_contents || continue_url.is_empty());
481 if (web_contents() && !continue_url_.is_empty() &&
567 else if (!continue_url_.is_empty())
592 if (!continue_url_.is_empty()) {
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dsuggestions_source_top_sites.cc95 if (suggested_url.url.is_empty())
/external/chromium_org/components/autofill/core/common/
H A Dautofill_data_validation.cc29 return url.is_empty() || url.is_valid();
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node.cc107 type_ = url_.is_empty() ? FOLDER : URL;
/external/chromium_org/components/enhanced_bookmarks/
H A Denhanced_bookmark_model.cc444 DCHECK(image_url.is_valid() || image_url.is_empty());
445 DCHECK(thumbnail_url.is_valid() || thumbnail_url.is_empty());
457 if (image_url.is_empty()) {
471 if (thumbnail_url.is_empty()) {
/external/chromium_org/components/precache/content/
H A Dprecache_manager.cc112 if (size == 0 || url.is_empty() || !url.SchemeIsHTTPOrHTTPS()) {
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_script.cc83 if (translate_script_url.is_empty())
/external/chromium_org/content/browser/appcache/
H A Dappcache_interceptor.cc62 DCHECK(manifest_url->is_empty());
/external/chromium_org/content/renderer/
H A Dcontext_menu_params_builder.cc58 if (!params.link_url.is_empty()) {
/external/chromium_org/extensions/common/
H A Durl_pattern_set_unittest.cc135 EXPECT_FALSE(result.is_empty());
142 EXPECT_TRUE(intersection.is_empty());
156 EXPECT_TRUE(result.is_empty());
172 EXPECT_FALSE(result.is_empty());
/external/chromium_org/remoting/client/
H A Dsoftware_video_renderer.cc197 if (source_size_.is_empty()) {
232 if (buffers_.empty() || view_size_.is_empty())
236 if (!decoder_.get() || source_size_.is_empty())
246 if (!output_region.is_empty()) {
/external/chromium_org/third_party/bintrees/bintrees/
H A Dtreemixin.py62 * is_empty() -> True if len(T) == 0, O(1)
201 def is_empty(self): member in class:TreeMixin
202 """ x.is_empty() -> False if T contains any items else True"""
227 if self.is_empty():
300 if self.is_empty():
429 if self.is_empty():
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-set.cc185 return set->is_empty ();

Completed in 933 milliseconds

1234567891011>>