Searched refs:empty_string (Results 1 - 25 of 60) sorted by relevance

123

/external/chromium_org/url/
H A Dgurl.cc22 static std::string* empty_string = NULL; member in namespace:__anon17204
31 if (!empty_string) {
36 reinterpret_cast<PVOID*>(&empty_string), new_empty_string, NULL)) {
42 return *empty_string;
51 empty_string = new std::string;
57 return *empty_string;
H A Durl_canon.h737 static const CHAR empty_string = 0; local
738 return &empty_string;
/external/chromium_org/v8/src/
H A Dfunc-name-inferrer.cc50 return MakeNameFromStackHelper(0, ast_value_factory_->empty_string());
H A Djson-stringifier.h79 return Serialize_<false>(obj, false, factory_->empty_string());
246 Object::ToObject(isolate, factory_->empty_string()).ToHandleChecked());
720 set_accumulator(factory_->empty_string());
H A Dbootstrapper.cc515 Handle<String> empty_string = local
519 empty_string, code);
781 Handle<String> name = Handle<String>(heap()->empty_string());
815 Handle<String> name = Handle<String>(heap()->empty_string());
1097 JSRegExp::IRREGEXP, factory->empty_string(),
1299 factory->empty_string(), code, JS_CONTEXT_EXTENSION_OBJECT_TYPE,
1315 factory->empty_string(), code, JS_OBJECT_TYPE, JSObject::kHeaderSize);
1326 factory->empty_string(), code, JS_OBJECT_TYPE, JSObject::kHeaderSize);
1646 factory()->empty_string(), code, JS_BUILTINS_OBJECT_TYPE,
1683 Handle<JSFunction> bridge = factory()->NewFunction(factory()->empty_string());
[all...]
H A Dast-value-factory.cc90 string_ = isolate->factory()->empty_string();
H A Dfactory.cc568 if (length <= 0) return empty_string();
1976 share->set_inferred_name(*empty_string(), SKIP_WRITE_BARRIER);
2133 result = NewFunctionWithoutPrototype(empty_string(), code);
2167 result = NewFunction(empty_string(), code, prototype, type,
/external/chromium_org/ppapi/tests/
H A Dtest_var.cc97 pp::Var empty_string("");
99 result = var_interface_->VarToUtf8(empty_string.pp_var(), &len);
H A Dtest_var_deprecated.cc139 pp::Var empty_string("");
141 result = var_interface_->VarToUtf8(empty_string.pp_var(), &len);
/external/chromium_org/v8/src/ic/
H A Dstub-cache.cc96 primary_[i].key = isolate()->heap()->empty_string();
101 secondary_[j].key = isolate()->heap()->empty_string();
H A Dic-compiler.cc113 isolate->factory()->empty_string(), ELEMENT);
224 Handle<String> name(isolate->heap()->empty_string());
262 &types, &handlers, isolate->factory()->empty_string(), Code::NORMAL,
441 return GetCode(kind(), Code::NORMAL, factory()->empty_string());
/external/chromium_org/third_party/re2/re2/
H A Dre2.cc75 static const string *empty_string; member in namespace:re2
81 if (empty_string == NULL) {
82 empty_string = new string;
195 error_ = empty_string;
211 if (error_ == empty_string)
253 if (rprog_ == NULL && error_ == empty_string) {
274 if (error_ != empty_string)
/external/regex-re2/re2/
H A Dre2.cc57 static const string *empty_string; member in namespace:re2
63 if (empty_string == NULL) {
64 empty_string = new string;
177 error_ = empty_string;
193 if (error_ == empty_string)
235 if (rprog_ == NULL && error_ == empty_string) {
256 if (error_ != empty_string)
/external/chromium_org/v8/src/ic/arm/
H A Dic-compiler-arm.cc122 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC);
/external/chromium_org/v8/src/ic/arm64/
H A Dic-compiler-arm64.cc125 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC);
/external/chromium_org/v8/src/ic/ia32/
H A Dic-compiler-ia32.cc120 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC);
/external/chromium_org/v8/src/ic/mips/
H A Dic-compiler-mips.cc106 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC);
/external/chromium_org/v8/src/ic/mips64/
H A Dic-compiler-mips64.cc106 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC);
/external/chromium_org/v8/src/ic/x64/
H A Dic-compiler-x64.cc69 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC);
/external/chromium_org/v8/src/ic/x87/
H A Dic-compiler-x87.cc120 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC);
/external/chromium_org/third_party/re2/util/
H A Dpcre.cc54 static const string empty_string; member in namespace:re2
63 error_ = &empty_string;
105 if (error_ != &empty_string) delete error_;
139 if (error_ == &empty_string) error_ = new string(error);
/external/pcre/dist/
H A Dpcrecpp.cc78 static const string empty_string; member in namespace:pcrecpp
90 error_ = &empty_string;
103 if (error_ != &empty_string) delete error_;
145 if (error_ == &empty_string) error_ = new string(compile_error);
/external/regex-re2/util/
H A Dpcre.cc49 static const string empty_string; member in namespace:re2
58 error_ = &empty_string;
100 if (error_ != &empty_string) delete error_;
134 if (error_ == &empty_string) error_ = new string(error);
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility.cc520 CR_DEFINE_STATIC_LOCAL(std::string, empty_string, ());
526 return empty_string;
/external/chromium_org/content/renderer/
H A Drender_view_browsertest.cc1934 const base::string16 empty_string; local
1948 empty_string, gfx::Range::InvalidRange(), false);
1959 empty_string, gfx::Range::InvalidRange(), false);
1973 empty_string, gfx::Range::InvalidRange(), false);
1996 empty_string, gfx::Range::InvalidRange(), false);

Completed in 4576 milliseconds

123