HomeSort by relevance Sort by last modified time
    Searched refs:IsEmpty (Results 26 - 50 of 324) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DataGridColumnListCustom.cpp 47 if (!value.IsEmpty())
V8SVGDocumentCustom.cpp 46 if (wrapper.IsEmpty())
V8StyleSheetCustom.cpp 49 if (ownerNode && !wrapper.IsEmpty())
V8HTMLCollectionCustom.cpp 61 if (index.IsEmpty()) {
63 if (asString.IsEmpty())
67 if (result.IsEmpty())
83 if (!value.IsEmpty())
109 if (result.IsEmpty())
129 if (index.IsEmpty())
V8CustomVoidCallback.cpp 57 if (v8Context.IsEmpty())
81 if (callbackFunction.IsEmpty())
87 callbackReturnValue = !result.IsEmpty() && result->BooleanValue();
V8CustomXPathNSResolver.cpp 67 if (lookupNamespaceURIFunc.IsEmpty() && !m_resolver->IsFunction()) {
81 v8::Handle<v8::Function> function = lookupNamespaceURIFunc.IsEmpty() ? v8::Handle<v8::Function>::Cast(m_resolver) : lookupNamespaceURIFunc;
V8NamedNodeMapCustom.cpp 62 if (!value.IsEmpty())
85 if (!wrapper.IsEmpty() && element)
V8HTMLAllCollectionCustom.cpp 61 if (index.IsEmpty()) {
64 if (result.IsEmpty())
80 if (!value.IsEmpty())
106 if (result.IsEmpty())
126 if (index.IsEmpty())
V8InjectedScriptManager.cpp 58 if (function.IsEmpty()) {
63 if (instance.IsEmpty()) {
88 if (scriptHostWrapper.IsEmpty())
100 ASSERT(!v.IsEmpty());
141 if (!val.IsEmpty() && val->IsObject())
159 if (global.IsEmpty())
162 if (holder.IsEmpty())
  /external/webkit/Source/WebCore/bindings/v8/
OptionsObject.cpp 61 if (m_options.IsEmpty())
73 if (v8Bool.IsEmpty())
86 if (v8Int32.IsEmpty())
145 ASSERT(!options.IsEmpty());
151 if (value.IsEmpty())
ScheduledAction.cpp 72 if (m_function.IsEmpty())
110 if (v8Context.IsEmpty())
118 if (!m_function.IsEmpty() && m_function->IsFunction()) {
135 if (!m_function.IsEmpty() && m_function->IsFunction()) {
138 ASSERT(!v8Context.IsEmpty());
V8WorkerContextEventListener.cpp 73 if (v8Context.IsEmpty())
89 if (handlerFunction.IsEmpty() || receiver.IsEmpty())
105 if (!listener.IsEmpty() && !listener->IsFunction())
110 if (value.IsEmpty())
WorkerContextExecutionProxy.cpp 105 if (!m_context.IsEmpty()) {
133 if (!m_context.IsEmpty())
145 if (m_context.IsEmpty())
165 if (jsWorkerContext.IsEmpty()) {
226 if (result.IsEmpty() || result->IsUndefined())
234 if (script.IsEmpty())
244 ASSERT(script.IsEmpty());
246 if (script.IsEmpty())
258 if (result.IsEmpty())
V8WindowErrorHandler.cpp 53 if (!listener.IsEmpty() && listener->IsFunction()) {
60 if (!tryCatch.HasCaught() && !returnValue.IsEmpty() && returnValue->IsBoolean() && !returnValue->BooleanValue())
V8WorkerContextErrorHandler.cpp 52 if (!listener.IsEmpty() && listener->IsFunction()) {
58 if (!returnValue.IsEmpty() && returnValue->IsBoolean() && !returnValue->BooleanValue())
V8DOMWrapper.cpp 144 if (value.IsEmpty())
147 if (!objectPrototype.IsEmpty())
167 if (context.IsEmpty())
182 if (context.IsEmpty())
201 if (context.IsEmpty())
207 ASSERT(!global.IsEmpty());
262 if (!context.IsEmpty()) {
287 if (!instance.IsEmpty()) {
299 if (value.IsEmpty() || !value->IsObject())
317 if (value.IsEmpty() || !value->IsObject()
    [all...]
NPV8Object.cpp 170 if (context.IsEmpty())
177 if (functionObject.IsEmpty() || functionObject->IsNull()) {
196 if (resultObject.IsEmpty())
223 if (context.IsEmpty())
245 if (resultObject.IsEmpty())
269 if (context.IsEmpty())
294 if (v8result.IsEmpty())
311 if (context.IsEmpty())
320 if (v8result.IsEmpty())
346 if (context.IsEmpty())
    [all...]
  /external/chromium/base/synchronization/
condition_variable_win.cc 79 if (waiting_list_.IsEmpty())
81 while (!waiting_list_.IsEmpty())
99 if (waiting_list_.IsEmpty())
116 DCHECK(recycling_list_.IsEmpty());
179 while (!IsEmpty()) {
200 bool ConditionVariable::Event::IsEmpty() const {
  /external/chromium/chrome/browser/autofill/
autofill_field_unittest.cc 34 TEST(AutofillFieldTest, IsEmpty) {
39 EXPECT_TRUE(field.IsEmpty());
43 EXPECT_FALSE(field.IsEmpty());
  /external/chromium/base/
task_queue.cc 30 bool TaskQueue::IsEmpty() const {
id_map_unittest.cc 27 EXPECT_TRUE(map.IsEmpty());
34 EXPECT_FALSE(map.IsEmpty());
39 EXPECT_FALSE(map.IsEmpty());
46 EXPECT_FALSE(map.IsEmpty());
50 EXPECT_TRUE(map.IsEmpty());
79 EXPECT_TRUE(map.IsEmpty());
83 EXPECT_TRUE(map.IsEmpty());
  /external/chromium/chrome/browser/prefs/
pref_change_registrar_unittest.cc 63 EXPECT_FALSE(registrar.IsEmpty());
73 EXPECT_TRUE(registrar.IsEmpty());
89 EXPECT_FALSE(registrar.IsEmpty());
113 EXPECT_TRUE(registrar.IsEmpty());
pref_change_registrar.cc 21 DCHECK(IsEmpty() || service_ == service);
65 bool PrefChangeRegistrar::IsEmpty() const {
  /external/chromium/net/base/
test_root_certs_openssl.cc 41 bool TestRootCerts::IsEmpty() const {
  /external/webkit/Source/WebCore/css/
MediaQueryListListener.cpp 42 if (context.IsEmpty())

Completed in 3299 milliseconds

12 3 4 5 6 7 8 91011>>