Searched refs:source_string (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dnetwork_ui_data.cc118 std::string source_string = EnumToString(kONCSourceTable, onc_source_); local
119 if (!source_string.empty())
120 dict->SetString(kKeyONCSource, source_string);
/external/chromium/chrome/browser/
H A Dcookies_tree_model.cc607 std::string source_string = it->Source(); local
608 if (source_string.empty() || !use_cookie_source_) {
614 source_string = std::string(chrome::kHttpScheme) +
618 GURL source(source_string);
/external/chromium_org/chrome/browser/browsing_data/
H A Dcookies_tree_model.cc1078 std::string source_string = it->Source(); local
1079 if (source_string.empty() || !group_by_cookie_source_) {
1085 source_string = std::string(chrome::kHttpScheme) +
1089 GURL source(source_string);
/external/chromium_org/v8/src/
H A Dobjects-printer.cc871 SmartArrayPointer<char> source_string = local
875 PrintF(out, "%s", *source_string);
H A Dbootstrapper.cc983 FieldDescriptor field(heap->source_string(),
1799 *factory()->source_string(), *script_source, attribs);
H A Dheap.h228 V(source_string, "source") \
H A Druntime.cc2506 result = regexp->SetLocalPropertyIgnoreAttributes(heap->source_string(),
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc2907 v8::Handle<v8::String> source_string = v8::String::NewExternal(resource); local
2909 v8::Script::Compile(source_string)->Run();

Completed in 189 milliseconds