Home
last modified time | relevance | path

Searched defs:empty_string (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/ppapi/tests/
Dtest_var.cc97 pp::Var empty_string(""); in TestInvalidAndEmpty() local
Dtest_var_deprecated.cc139 pp::Var empty_string(""); in TestInvalidAndEmpty() local
Dtest_websocket.cc944 PP_Var empty_string = CreateVarString(std::string()); in TestBufferedAmount() local
/external/chromium_org/url/
Dgurl.cc22 static std::string* empty_string = NULL; variable
Durl_canon.h737 static const CHAR empty_string = 0; in Placeholder() local
/external/pcre/dist/
Dpcrecpp.cc78 static const string empty_string; variable
/external/regex-re2/re2/
Dre2.cc57 static const string *empty_string; variable
/external/chromium_org/third_party/re2/re2/
Dre2.cc75 static const string *empty_string; variable
/external/chromium_org/third_party/re2/util/
Dpcre.cc54 static const string empty_string; variable
/external/regex-re2/util/
Dpcre.cc49 static const string empty_string; variable
/external/chromium_org/content/renderer/
Drender_view_browsertest.cc1934 const base::string16 empty_string; in TEST_F() local
/external/chromium_org/v8/src/
Dbootstrapper.cc515 Handle<String> empty_string = in CreateEmptyFunction() local
Druntime.cc4016 Handle<String> empty_string = isolate->factory()->empty_string(); in StringReplaceGlobalRegExpWithEmptyString() local
/external/chromium_org/net/url_request/
Durl_request_unittest.cc6206 std::string empty_string; // Avoid most vexing parse on line below. in TEST_F() local
/external/chromium_org/v8/test/cctest/
Dtest-api.cc21154 i::Handle<i::Object> empty_string = factory->empty_string(); in TEST() local