Searched refs:IsEmpty (Results 126 - 150 of 314) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/bindings/v8/
H A DScriptObject.cpp87 if (v8Value.IsEmpty())
H A DV8AbstractEventListener.h93 return !m_listener.IsEmpty();
H A DV8DOMWindowShell.h90 return boilerplate.IsEmpty() ? createWrapperFromCacheSlowCase(type) : boilerplate->Clone();
H A DV8NodeFilterCondition.cpp93 ASSERT(!result.IsEmpty());
H A DV8Binding.h97 ASSERT(!lastV8String.IsEmpty());
242 if (m_v8Object.IsEmpty()) {
266 if (LIKELY(!m_v8Object.IsEmpty()))
H A DScriptDebugServer.cpp164 if (m_breakProgramCallbackTemplate.get().IsEmpty()) {
170 if (context.IsEmpty())
231 if (!message.IsEmpty())
237 ASSERT(!result.IsEmpty());
318 ASSERT(!eventContext.IsEmpty());
359 if (m_debuggerScript.get().IsEmpty()) {
370 return !m_executionState.get().IsEmpty();
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLAudioElementConstructor.cpp83 if (!cachedTemplate.IsEmpty())
H A DV8HTMLImageElementConstructor.cpp94 if (!cachedTemplate.IsEmpty())
H A DV8HTMLOptionElementConstructor.cpp92 if (!cachedTemplate.IsEmpty())
H A DV8SQLTransactionSyncCustom.cpp79 if (value.IsEmpty() || value->IsNull())
H A DV8WorkerCustom.cpp65 if (scriptUrl.IsEmpty())
H A DV8LocationCustom.cpp155 if (holder.IsEmpty()) {
173 if (holder.IsEmpty()) {
192 if (holder.IsEmpty()) {
281 if (wrapper.IsEmpty()) {
283 if (!wrapper.IsEmpty())
/external/v8/test/cctest/
H A Dtest-thread-termination.cc60 CHECK(result.IsEmpty());
84 CHECK(try_catch.Message().IsEmpty());
101 CHECK(try_catch.Message().IsEmpty());
295 CHECK(try_catch.Message().IsEmpty());
346 CHECK(try_catch.Message().IsEmpty());
H A Dtest-log-stack-tracer.cc189 if (env.IsEmpty()) {
295 CHECK(!result.IsEmpty());
343 CHECK(!result.IsEmpty());
H A Dtest-random.cc73 if (env.IsEmpty()) env = v8::Context::New();
/external/chromium/testing/gtest/test/
H A Dgtest-filepath_test.cc88 EXPECT_FALSE(original_dir.IsEmpty());
111 EXPECT_TRUE(FilePath("").IsEmpty());
112 EXPECT_TRUE(FilePath(NULL).IsEmpty());
116 EXPECT_FALSE(FilePath("a").IsEmpty());
117 EXPECT_FALSE(FilePath(".").IsEmpty());
118 EXPECT_FALSE(FilePath("a/b").IsEmpty());
119 EXPECT_FALSE(FilePath("a\\b\\").IsEmpty());
/external/gtest/test/
H A Dgtest-filepath_test.cc88 EXPECT_FALSE(original_dir.IsEmpty());
111 EXPECT_TRUE(FilePath("").IsEmpty());
112 EXPECT_TRUE(FilePath(NULL).IsEmpty());
116 EXPECT_FALSE(FilePath("a").IsEmpty());
117 EXPECT_FALSE(FilePath(".").IsEmpty());
118 EXPECT_FALSE(FilePath("a/b").IsEmpty());
119 EXPECT_FALSE(FilePath("a\\b\\").IsEmpty());
/external/protobuf/gtest/test/
H A Dgtest-filepath_test.cc88 EXPECT_FALSE(original_dir.IsEmpty());
107 EXPECT_TRUE(FilePath("").IsEmpty());
108 EXPECT_TRUE(FilePath(NULL).IsEmpty());
112 EXPECT_FALSE(FilePath("a").IsEmpty());
113 EXPECT_FALSE(FilePath(".").IsEmpty());
114 EXPECT_FALSE(FilePath("a/b").IsEmpty());
115 EXPECT_FALSE(FilePath("a\\b\\").IsEmpty());
/external/chromium/chrome/browser/net/
H A Dpredictor.cc488 while (!work_queue_.IsEmpty() &&
496 DCHECK(work_queue_.IsEmpty());
527 if (work_queue_.IsEmpty())
568 while (!work_queue_.IsEmpty()) {
726 bool Predictor::HostNameQueue::IsEmpty() const { function in class:chrome_browser_net::Predictor::HostNameQueue
731 DCHECK(!IsEmpty());
/external/v8/samples/
H A Dprocess.cc206 if (compiled_script.IsEmpty()) {
215 if (result.IsEmpty()) {
262 if (result.IsEmpty()) {
297 if (map_template_.IsEmpty()) {
402 if (request_template_.IsEmpty()) {
609 if (source.IsEmpty()) {
H A Dlineprocessor.cc187 if (script_source.IsEmpty()) {
243 if (script.IsEmpty()) {
365 if (message.IsEmpty()) {
/external/v8/src/
H A Ddateparser.h325 bool IsEmpty() { return hour_ == kNone; }
335 bool IsEmpty() const { return index_ == 0; }
369 bool IsEmpty() const { return index_ == 0; }
/external/chromium/chrome/browser/autofill/
H A Dautofill_profile.h105 bool IsEmpty() const;
/external/chromium/chrome/browser/
H A Dbrowsing_data_remover.h165 return registrar_.IsEmpty() && !waiting_for_clear_cache_ &&
/external/chromium/net/socket/
H A Dclient_socket_pool_base.cc294 if (!deleted_group && group->IsEmpty())
361 group->IsEmpty() && !group->HasBackupJob() &&
380 } else if (group->IsEmpty()) {
636 if (group->IsEmpty()) {
882 if (group->IsEmpty())
895 if (group->IsEmpty())
949 if (group->IsEmpty()) {
975 if (group->IsEmpty()) {
1015 if (group->IsEmpty())

Completed in 1137 milliseconds

1234567891011>>