Home
last modified time | relevance | path

Searched refs:type_str (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dfile_manager_util.cc227 std::string type_str; in GetDialogTypeAsString() local
230 type_str = "full-page"; in GetDialogTypeAsString()
234 type_str = "folder"; in GetDialogTypeAsString()
238 type_str = "saveas-file"; in GetDialogTypeAsString()
242 type_str = "open-file"; in GetDialogTypeAsString()
246 type_str = "open-multi-file"; in GetDialogTypeAsString()
253 return type_str; in GetDialogTypeAsString()
Dextension_webrequest_api.cc84 static bool ParseResourceType(const std::string& type_str, in ParseResourceType() argument
87 std::find(kResourceTypeStrings, ARRAYEND(kResourceTypeStrings), type_str); in ParseResourceType()
230 std::string type_str; in InitFromValue() local
232 if (!types_value->GetString(i, &type_str) || in InitFromValue()
233 !ParseResourceType(type_str, &type)) in InitFromValue()
Dextension_tabs_module.cc469 std::string type_str; in RunImpl() local
472 &type_str)); in RunImpl()
473 if (type_str == keys::kWindowTypeValueNormal) { in RunImpl()
475 } else if (type_str == keys::kWindowTypeValuePopup) { in RunImpl()
477 } else if (type_str == keys::kWindowTypeValuePanel) { in RunImpl()
/external/chromium/chrome/common/
Dsandbox_policy.cc579 std::string type_str = cmd_line->GetSwitchValueASCII(switches::kProcessType); in StartProcessWithAccess() local
580 if (type_str == switches::kRendererProcess) { in StartProcessWithAccess()
582 } else if (type_str == switches::kExtensionProcess) { in StartProcessWithAccess()
585 } else if (type_str == switches::kPluginProcess) { in StartProcessWithAccess()
587 } else if (type_str == switches::kWorkerProcess) { in StartProcessWithAccess()
589 } else if (type_str == switches::kNaClLoaderProcess) { in StartProcessWithAccess()
591 } else if (type_str == switches::kUtilityProcess) { in StartProcessWithAccess()
593 } else if (type_str == switches::kNaClBrokerProcess) { in StartProcessWithAccess()
595 } else if (type_str == switches::kGpuProcess) { in StartProcessWithAccess()
597 } else if (type_str == switches::kPpapiPluginProcess) { in StartProcessWithAccess()
[all …]
/external/icu4c/i18n/
Dgender.cpp158 char type_str[256]; in loadInstance() local
159 u_UCharsToChars(s, type_str, resLen + 1); in loadInstance()
160 if (uprv_strcmp(type_str, gNeutralStr) == 0) { in loadInstance()
163 if (uprv_strcmp(type_str, gMixedNeutralStr) == 0) { in loadInstance()
166 if (uprv_strcmp(type_str, gMailTaintsStr) == 0) { in loadInstance()
/external/openssl/crypto/asn1/
Da_mbstr.c68 static int type_str(unsigned long value, void *arg);
161 if(traverse_string(in, len, inform, type_str, &mask) < 0) { in ASN1_mbstring_ncopy()
309 static int type_str(unsigned long value, void *arg) in type_str() function
/external/libselinux/src/
Dlabel_file.c29 char *type_str; /* type string for diagnostic messages */ member
338 spec_arr[nspec].type_str = strdup(type); in process_line()
549 free(spec->type_str); in closef()
659 if (spec_arr[i].type_str) { in stats()
663 spec_arr[i].type_str, in stats()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi_unittest.cc415 std::string type_str; in CheckNodeValue() local
416 EXPECT_TRUE(value.GetString("type", &type_str)); in CheckNodeValue()
419 syncable::ModelTypeFromString(type_str); in CheckNodeValue()
422 EXPECT_EQ("Top-level folder", type_str); in CheckNodeValue()
424 EXPECT_EQ("Unspecified", type_str); in CheckNodeValue()
/external/chromium/chrome/browser/autocomplete/
Dsearch_provider.cc498 std::string type_str; in ParseSuggestResults() local
500 type_val->GetAsString(&type_str) && (type_str == "NAVIGATION")) { in ParseSuggestResults()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers.c367 char type_str[] = "a?"; /* ? will be replaced with subtype letter; */ in wpas_dbus_simple_array_property_getter() local
378 type_str[1] = sub_type_str[0]; in wpas_dbus_simple_array_property_getter()
381 type_str, &variant_iter)) { in wpas_dbus_simple_array_property_getter()
464 char type_str[] = "aa?"; in wpas_dbus_simple_array_array_property_getter() local
476 type_str[2] = sub_type_str[0]; in wpas_dbus_simple_array_array_property_getter()
480 type_str, &variant_iter)) { in wpas_dbus_simple_array_array_property_getter()
/external/v8/src/
Dliveobjectlist.cc238 static LiveObjectType FindTypeFor(String* type_str) { in FindTypeFor() argument
240 type_str->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL); in FindTypeFor()
295 String* type_str = String::cast(type_obj); in InitTypeFilter() local
296 type_ = FindTypeFor(type_str); in InitTypeFilter()
/external/valgrind/main/coregrind/m_demangle/
Dcplus-dem.c2436 string type_str; in demangle_arm_hp_template() local
2462 if (!do_type (work, &args, &type_str)) in demangle_arm_hp_template()
2465 string_appends (&arg, &type_str); in demangle_arm_hp_template()
2466 string_delete (&type_str); in demangle_arm_hp_template()