Searched refs:IsEmpty (Results 226 - 250 of 1248) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/panels/
H A Dnative_panel_stack_window.h67 virtual bool IsEmpty() const = 0;
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dscreenlock_icon_source.cc52 if (image.IsEmpty()) {
/external/chromium_org/components/enhanced_bookmarks/
H A Dimage_store_unittest.cc46 if (image_1.IsEmpty() && image_2.IsEmpty())
49 if (image_1.IsEmpty() || image_2.IsEmpty())
/external/chromium_org/components/url_matcher/
H A Dsubstring_set_matcher.h49 bool IsEmpty() const;
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture_controller.h75 bool IsEmpty() { function in class:content::SyntheticGestureController::GestureAndCallbackQueue
/external/chromium_org/content/browser/shared_worker/
H A Dworker_document_set.h79 bool IsEmpty() const { return document_set_.empty(); } function in class:content::WorkerDocumentSet
/external/chromium_org/content/browser/web_contents/aura/
H A Dimage_window_delegate.h22 bool has_image() const { return !image_.IsEmpty(); }
/external/chromium_org/content/renderer/media/
H A Dtagged_list.h79 bool IsEmpty() const { function in class:content::TaggedList
/external/chromium_org/gin/
H A Dinterceptor_unittest.cc112 if (!function_template.IsEmpty())
141 EXPECT_FALSE(source.IsEmpty());
145 EXPECT_FALSE(script.IsEmpty());
147 EXPECT_FALSE(val.IsEmpty());
/external/chromium_org/gin/test/
H A Dgtest.cc50 if (templ.IsEmpty()) {
/external/chromium_org/gpu/command_buffer/service/
H A Dcmd_parser.h56 bool IsEmpty() const { return put_ == get_; } function in class:gpu::CommandParser
/external/chromium_org/media/base/
H A Ddecoder_buffer_queue.cc78 bool DecoderBufferQueue::IsEmpty() { function in class:media::DecoderBufferQueue
/external/chromium_org/net/base/
H A Dhost_port_pair.h47 bool IsEmpty() const { function in class:net::HostPortPair
/external/chromium_org/net/proxy/
H A Dproxy_info.h94 return proxy_list_.IsEmpty();
H A Dproxy_list.h54 bool IsEmpty() const;
63 // this if !IsEmpty().
/external/chromium_org/net/quic/
H A Dquic_ack_notifier.cc53 if (IsEmpty()) {
/external/chromium_org/net/server/
H A Dhttp_connection.h80 bool IsEmpty() const;
/external/chromium_org/net/socket/
H A Dwebsocket_endpoint_lock_manager.h62 bool IsEmpty() const;
/external/chromium_org/net/spdy/
H A Dspdy_read_queue.cc19 bool SpdyReadQueue::IsEmpty() const { function in class:net::SpdyReadQueue
/external/chromium_org/printing/
H A Dprint_settings_initializer_win.cc46 if (printable_area_device_units.IsEmpty() ||
/external/chromium_org/remoting/host/
H A Dscreen_resolution.cc42 bool ScreenResolution::IsEmpty() const { function in class:remoting::ScreenResolution
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScopedPersistent.h66 bool isEmpty() const { return m_handle.IsEmpty(); }
H A DScriptValue.cpp71 if (string.IsEmpty() || !string->IsString())
H A DScriptWrappable.cpp61 if (UNLIKELY(wrapper.IsEmpty()))

Completed in 1511 milliseconds

1234567891011>>