Home
last modified time | relevance | path

Searched refs:scoped_name (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/common/
Dservice_process_util_win.cc44 std::string scoped_name = base::WideToUTF8(user_data_dir.value()); in GetObsoleteServiceProcessAutoRunKey() local
45 std::replace(scoped_name.begin(), scoped_name.end(), '\\', '!'); in GetObsoleteServiceProcessAutoRunKey()
46 std::replace(scoped_name.begin(), scoped_name.end(), '/', '!'); in GetObsoleteServiceProcessAutoRunKey()
47 scoped_name.append("_service_run"); in GetObsoleteServiceProcessAutoRunKey()
48 return scoped_name; in GetObsoleteServiceProcessAutoRunKey()
Dservice_process_util_unittest.cc62 std::string scoped_name = GetServiceProcessScopedVersionedName(test_str); in TEST() local
65 EXPECT_TRUE(EndsWith(scoped_name, test_str, true)); in TEST()
66 EXPECT_NE(std::string::npos, scoped_name.find(version_info.Version())); in TEST()
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Dv8_attributes.py42 has_extended_attribute_value, scoped_name, strip_suffix,
218 getter_name = scoped_name(interface, attribute, this_getter_base_name)
353 setter_name = scoped_name(interface, attribute, this_setter_base_name)
368 getter_name = scoped_name(interface, attribute, cpp_name(attribute))
Dv8_utilities.py130 def scoped_name(interface, definition, base_name): function
Dv8_methods.py313 cpp_method_name = v8_utilities.scoped_name(interface, method, base_name)
/external/chromium_org/content/renderer/pepper/
Dppb_var_deprecated_impl.cc205 ScopedPPVar scoped_name(method_name); in CallDeprecatedInternal() local
207 scoped_name = ScopedPPVar(ScopedPPVar::PassRef(), in CallDeprecatedInternal()
212 v8::Handle<v8::Value> v8_method_name = try_catch.ToV8(scoped_name.get()); in CallDeprecatedInternal()
/external/chromium_org/net/http/
Dhttp_auth_gssapi_posix.cc861 ScopedName scoped_name(principal_name, library_); in GetNextSecurityToken() local