Searched refs:is_empty (Results 76 - 100 of 522) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/
H A Dhydrogen-uint32-analysis.cc193 while (!worklist.is_empty()) {
194 while (!worklist.is_empty()) {
H A Dheap-profiler.h63 return !allocation_tracker_.is_empty();
/external/chromium_org/athena/extensions/chrome/
H A Dextensions_delegate_impl.cc97 DCHECK(!url_input.is_empty() || extension);
/external/chromium_org/cc/resources/
H A Dlayer_tiling_data.h50 bool is_empty() const { return has_empty_bounds() || !tiles().size(); } function in class:cc::LayerTilingData
/external/chromium_org/chrome/browser/extensions/
H A Dextension_api_unittest.cc36 if (url.is_empty())
H A Dwebstore_install_helper.cc52 CHECK(icon_base64_data_.empty() || icon_url_.is_empty());
54 if (icon_base64_data_.empty() && icon_url_.is_empty())
62 if (!icon_url_.is_empty()) {
/external/chromium_org/chrome/browser/safe_browsing/
H A Dmalware_details.cc134 if (!parent.is_empty() && IsPublicUrl(parent)) {
175 if (!resource_.original_url.is_empty() &&
190 if (!resource_.original_url.is_empty())
200 if (nav_entry && !referrer_url.is_empty())
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_service.cc121 return !url.is_empty() && !url.SchemeIs(content::kChromeUIScheme) &&
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_tabstrip.cc27 url.is_empty() ? GURL(chrome::kChromeUINewTabURL) : url,
/external/chromium_org/chrome/browser/ui/webui/quota_internals/
H A Dquota_internals_types.cc86 DCHECK(!origin_.is_empty());
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_ui.cc46 (parent_origin.is_empty() ||
/external/chromium_org/components/omnibox/
H A Dautocomplete_result.h42 return destination_url.is_empty() && !provider_affinity &&
/external/chromium_org/content/browser/streams/
H A Dstream_registry.cc28 DCHECK(!stream->url().is_empty());
/external/chromium_org/extensions/common/
H A Dextension_set.h68 bool is_empty() const;
H A Durl_pattern_set.h57 bool is_empty() const;
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dhir_field_selection.cpp85 if (!call->expressions.is_empty())
H A Dopt_dead_functions.cpp144 if (func && func->signatures.is_empty()) {
/external/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker_state.cc42 for (uint32_t index = 0; !id_bits.is_empty(); index++) {
/external/chromium_org/ui/gfx/
H A Dcanvas_paint_win.cc37 if (!is_empty()) {
/external/chromium_org/ui/gfx/range/
H A Drange.h74 bool is_empty() const { return start() == end(); } function in class:gfx::Range
/external/mesa3d/src/glsl/
H A Dhir_field_selection.cpp85 if (!call->expressions.is_empty())
H A Dopt_dead_functions.cpp144 if (func && func->signatures.is_empty()) {
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_tab_helper.cc115 if (!entry || entry->GetURL().is_empty())
131 if (!favicon.valid || favicon.url.is_empty() ||
181 if (!entry || entry->GetURL().is_empty())
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dapp_launch_info.cc182 if (extension->web_extent().is_empty() && !launch_web_url_.is_empty()) {
212 if (!url.is_empty()) {
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_entry_impl.cc130 return virtual_url_.is_empty() ? url_ : virtual_url_;
183 if (!virtual_url_.is_empty()) {
185 } else if (!url_.is_empty()) {

Completed in 503 milliseconds

1234567891011>>