Searched refs:IsEmpty (Results 176 - 200 of 1248) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Binding.cpp214 ASSERT(!numberObject.IsEmpty());
262 ASSERT(!numberObject.IsEmpty());
340 ASSERT(!numberObject.IsEmpty());
393 ASSERT(!numberObject.IsEmpty());
435 ASSERT(!numberObject.IsEmpty());
485 ASSERT(!numberObject.IsEmpty());
536 if (value.IsEmpty())
540 if (value.IsEmpty())
672 if (value.IsEmpty())
701 if (value.IsEmpty() || !valu
[all...]
H A DExceptionState.cpp57 ASSERT(!m_creationContext.IsEmpty());
71 ASSERT(!m_creationContext.IsEmpty());
83 if (exception.IsEmpty()) {
/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp275 if (!ext.AddExt.IsEmpty())
424 if (!errorMessage.IsEmpty())
493 if (uo.SfxMode && uo.SfxModule.IsEmpty())
501 options.PasswordEnabled && !options.Password.IsEmpty();
511 callback.AskPassword = options.PasswordEnabled && options.Password.IsEmpty();
547 if (!errorInfo.Message.IsEmpty())
552 if (!errorInfo.FileName.IsEmpty())
557 if (!errorInfo.FileName2.IsEmpty())
567 if (!message.IsEmpty())
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_conversion_helper.cc23 if (!notification.icon().IsEmpty()) {
39 if (!rich_data->small_image.IsEmpty()) {
66 if (!rich_data->buttons[i].icon.IsEmpty()) {
78 if (type == "image" && !rich_data->image.IsEmpty()) {
83 } else if (type != "image" && !rich_data->image.IsEmpty()) {
/external/chromium_org/content/common/
H A Ddatabase_connections_unittest.cc49 EXPECT_TRUE(connections.IsEmpty());
54 EXPECT_FALSE(connections.IsEmpty());
62 EXPECT_TRUE(connections.IsEmpty());
71 EXPECT_FALSE(connections.IsEmpty());
91 EXPECT_TRUE(connections.IsEmpty());
/external/chromium_org/ui/views/controls/
H A Dsingle_split_view_unittest.cc19 if (split.bounds().IsEmpty()) {
20 EXPECT_TRUE(leading->bounds().IsEmpty());
21 EXPECT_TRUE(trailing->bounds().IsEmpty());
25 EXPECT_FALSE(leading->bounds().IsEmpty());
26 EXPECT_FALSE(trailing->bounds().IsEmpty());
/external/lzma/CPP/7zip/UI/Common/
H A DExtract.cpp63 if (!outDir.IsEmpty())
166 if (formatIndices.IsEmpty())
225 if (!password.IsEmpty())
234 if (!s.IsEmpty())
252 if (!errorMessage.IsEmpty())
H A DExtractingFilePath.cpp23 while (!res.IsEmpty() && res[res.Length() - 1] == '.')
92 if (s.IsEmpty())
135 while (!s.IsEmpty() && s[s.Length() - 1] == '.')
/external/chromium_org/cc/layers/
H A Dpicture_layer.cc39 if (layer_impl->bounds().IsEmpty()) {
73 if (!rect.IsEmpty()) {
97 pile_->tiling_size() == layer_size && pending_invalidation_.IsEmpty()) {
/external/chromium_org/components/dom_distiller/content/
H A Ddistiller_page_web_contents.cc64 if (render_view_size.IsEmpty())
123 if (size.IsEmpty())
127 if (size.IsEmpty()) {
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin_browsertest.cc94 if (value.IsEmpty() || !value->IsString())
109 if (value.IsEmpty() || !value->IsInt32())
122 if (value.IsEmpty() || !value->IsBoolean())
/external/chromium_org/content/renderer/
H A Dweb_ui_extension.cc67 if (context.IsEmpty())
75 if (chrome.IsEmpty()) {
104 if (args->PeekNext().IsEmpty() || args->PeekNext()->IsUndefined()) {
H A Ddom_automation_controller.cc29 if (context.IsEmpty())
36 if (controller.IsEmpty())
H A Dskia_benchmarking_extension.cc70 if (context.IsEmpty())
77 if (controller.IsEmpty())
83 if (chrome.IsEmpty()) {
120 if (args->PeekNext().IsEmpty())
135 if (!args->PeekNext().IsEmpty()) {
212 if (args->PeekNext().IsEmpty())
255 if (args->PeekNext().IsEmpty())
294 if (args->PeekNext().IsEmpty())
/external/chromium_org/net/server/
H A Dhttp_connection.cc101 bool HttpConnection::QueuedWriteIOBuffer::IsEmpty() const { function in class:net::HttpConnection::QueuedWriteIOBuffer
135 data_ = IsEmpty() ? NULL : const_cast<char*>(pending_data_.front().data());
141 if (IsEmpty()) {
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Caret.cpp56 if (!rcClip.IsEmpty())
59 if (!rcRect.IsEmpty())
97 if (!rcClip.IsEmpty())
/external/chromium_org/cc/resources/
H A Dlayer_tiling_data.cc81 DCHECK(!content_rect.IsEmpty());
97 if (tiling_size.IsEmpty()) {
/external/chromium_org/cc/test/
H A Dlayer_tree_host_common_test.cc73 DCHECK(!root_layer->bounds().IsEmpty());
99 DCHECK(!root_layer->bounds().IsEmpty());
/external/chromium_org/chrome/app/
H A Dsignature_validator_win_unittest.cc47 EXPECT_FALSE(test_roots_->IsEmpty());
54 EXPECT_TRUE(test_roots_->IsEmpty());
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_sign_in_delegate.cc127 DCHECK(!minimum_size_.IsEmpty());
128 DCHECK(!maximum_size_.IsEmpty());
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dpopup_blocker_tab_helper.cc59 if (!blocked_popups_.IsEmpty()) {
131 if (blocked_popups_.IsEmpty())
/external/chromium_org/components/policy/core/common/cloud/
H A Dpolicy_header_io_helper_unittest.cc64 EXPECT_TRUE(request->extra_request_headers().IsEmpty());
83 EXPECT_TRUE(request->extra_request_headers().IsEmpty());
/external/chromium_org/extensions/renderer/
H A Dutils_native_handler.cc59 if (func_as_value.IsEmpty() || func_as_value->IsUndefined()) {
66 CHECK(!natives.IsEmpty()); // this can happen if v8 has issues
/external/chromium_org/media/base/android/
H A Dvideo_decoder_job.cc50 if (!surface.IsEmpty() && IsProtectedSurfaceRequired() &&
128 if (surface_.IsEmpty()) {
/external/chromium_org/mojo/system/
H A Dchannel_endpoint.cc26 DCHECK(paused_message_queue_.IsEmpty());
90 while (!paused_message_queue_.IsEmpty()) {

Completed in 4543 milliseconds

1234567891011>>