HomeSort by relevance Sort by last modified time
    Searched refs:IsEmpty (Results 101 - 125 of 314) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestInterface.h 58 if (!wrapper.IsEmpty())
V8TestMediaQueryListListener.h 55 if (!wrapper.IsEmpty())
V8TestSerializedScriptValueInterface.h 57 if (!wrapper.IsEmpty())
V8TestInterface.cpp 86 if (wrapper.IsEmpty())
V8TestObj.h 59 if (!wrapper.IsEmpty())
  /external/webkit/Source/WebCore/bindings/v8/
V8AbstractEventListener.h 93 return !m_listener.IsEmpty();
V8IsolatedContext.cpp 58 if (m_context->get().IsEmpty())
WorkerScriptController.cpp 117 if (global.IsEmpty())
IDBBindingUtilities.cpp 140 if (v8Key.IsEmpty())
153 if (parent.IsEmpty())
ScriptValue.cpp 55 if (m_value.IsEmpty())
78 if (value.IsEmpty()) {
V8NPUtils.cpp 51 ASSERT(!object.IsEmpty());
53 if (object.IsEmpty())
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLPlugInElementCustom.cpp 56 if (instance.IsEmpty())
71 if (instance.IsEmpty())
141 if (instance.IsEmpty())
157 if (instance.IsEmpty())
V8NodeListCustom.cpp 73 if (index.IsEmpty())
V8SharedWorkerCustom.cpp 66 if (scriptUrl.IsEmpty())
V8WebSocketCustom.cpp 61 if (urlstring.IsEmpty())
V8WorkerContextCustom.cpp 98 if (tryCatch.HasCaught() || scriptUrl.IsEmpty())
136 ASSERT(!global.IsEmpty());
  /external/webkit/Source/WebCore/bindings/v8/specialization/
V8BindingState.cpp 50 if (activeContext.IsEmpty()) {
  /external/v8/samples/
shell.cc 72 if (context.IsEmpty()) {
146 if (source.IsEmpty()) {
164 if (source.IsEmpty()) {
236 if (source.IsEmpty()) {
274 if (script.IsEmpty()) {
281 if (result.IsEmpty()) {
307 if (message.IsEmpty()) {
  /external/chromium/net/proxy/
proxy_resolver_v8.cc 186 if (object.IsEmpty())
191 if (str_object.IsEmpty())
201 if (args.Length() == 0 || args[0].IsEmpty() || !args[0]->IsString())
500 if (message.IsEmpty())
521 if (!code.IsEmpty())
644 if (args.Length() == 0 || args[0].IsEmpty() || !args[0]->IsString())
660 if (args.Length() < 2 || args[0].IsEmpty() || !args[0]->IsString() ||
661 args[1].IsEmpty() || !args[1]->IsString())
proxy_list_unittest.cc 62 EXPECT_FALSE(list.IsEmpty());
  /external/chromium/chrome/browser/autofill/
credit_card.h 73 bool IsEmpty() const;
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor.cc 57 if (!registrar_.IsEmpty()) {
  /external/chromium/chrome/browser/ui/find_bar/
find_tab_helper.cc 124 if (selection.IsEmpty())
  /external/chromium/net/http/
http_request_headers.h 82 bool IsEmpty() const { return headers_.empty(); }

Completed in 498 milliseconds

1 2 3 45 6 7 8 91011>>