HomeSort by relevance Sort by last modified time
    Searched defs:type_string (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/chrome/browser/sync_file_system/
file_change.cc 29 const char* type_string = "UNKNOWN"; local
32 type_string = "FILE";
35 type_string = "DIRECTORY";
38 type_string = "UNKNOWN";
41 return base::StringPrintf("%s:%s", change_string, type_string);
  /external/chromium_org/chrome/renderer/extensions/
file_system_natives.cc 76 std::string type_string = *v8::String::Utf8Value(args[0]->ToString()); local
78 bool is_valid_type = fileapi::GetFileSystemPublicType(type_string, &type);
  /external/chromium/chrome/browser/extensions/
extension_context_menu_api.cc 89 std::string type_string; local
90 if (!properties.GetString(kTypeKey, &type_string))
93 if (type_string == "normal") {
95 } else if (type_string == "checkbox") {
97 } else if (type_string == "radio") {
99 } else if (type_string == "separator") {
103 type_string);
  /external/chromium_org/chrome/common/policy/
policy_schema.cc 57 bool SchemaTypeToValueType(const std::string& type_string,
70 { json_schema_constants::kString, base::Value::TYPE_STRING },
73 if (kSchemaToValueTypeMap[i].schema_type == type_string) {
83 std::string type_string; local
84 if (!schema.GetString(json_schema_constants::kType, &type_string)) {
90 if (!SchemaTypeToValueType(type_string, &type)) {
  /external/chromium_org/chromeos/network/
network_ui_data.cc 91 std::string type_string; local
92 dict.GetString(kKeyCertificateType, &type_string);
94 StringToEnum(kClientCertTable, type_string, CLIENT_CERT_TYPE_NONE);
123 std::string type_string = EnumToString(kClientCertTable, certificate_type_); local
124 dict->SetString(kKeyCertificateType, type_string);
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.cc 130 if (checksum_value->GetType() != Value::TYPE_STRING)
231 std::string type_string; local
232 if (!value.GetString(kTypeKey, &type_string))
235 if (type_string != kTypeURL && type_string != kTypeFolder)
238 if (type_string == kTypeURL) {
bookmark_html_writer.cc 230 std::string title, date_added_string, type_string; local
233 !value.GetString(BookmarkCodec::kTypeKey, &type_string) ||
234 (type_string != BookmarkCodec::kTypeURL &&
235 type_string != BookmarkCodec::kTypeFolder)) {
240 if (type_string == BookmarkCodec::kTypeURL) {
  /external/chromium/chrome/browser/ui/views/
select_file_dialog.cc 388 std::string type_string; local
391 type_string = "folder";
394 type_string = "open";
397 type_string = "open_multiple";
400 type_string = "save";
451 type_string.c_str(),
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_codec.cc 145 if (checksum_value->GetType() != Value::TYPE_STRING)
257 std::string type_string; local
258 if (!value.GetString(kTypeKey, &type_string))
261 if (type_string != kTypeURL && type_string != kTypeFolder)
264 if (type_string == kTypeURL) {
bookmark_html_writer.cc 247 std::string title, date_added_string, type_string; local
250 !value.GetString(BookmarkCodec::kTypeKey, &type_string) ||
251 (type_string != BookmarkCodec::kTypeURL &&
252 type_string != BookmarkCodec::kTypeFolder)) {
257 if (type_string == BookmarkCodec::kTypeURL) {
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_items.cc 44 TypeFromString(const std::string& type_string) {
45 if (type_string == "VISA")
47 if (type_string == "MASTER_CARD")
49 if (type_string == "AMEX")
51 if (type_string == "DISCOVER")
53 if (type_string == "SOLO")
55 if (type_string == "MAESTRO")
57 if (type_string == "SWITCH")
112 std::string type_string; local
114 if (dictionary.GetString("type", &type_string)) {
    [all...]
  /external/chromium_org/webkit/common/fileapi/
file_system_util.cc 181 std::string type_string = GetFileSystemTypeString(type); local
182 DCHECK(!type_string.empty());
183 return origin_identifier + ":" + type_string;
305 const std::string type_string,
309 if (type_string == "Temporary") {
313 if (type_string == "Persistent") {
317 if (type_string == "Isolated") {
321 if (type_string == "External") {
  /external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc 468 StringValue type_string(
471 type_string, exceptions);
495 StringValue type_string(
498 type_string, exceptions);
515 StringValue type_string(ContentSettingsTypeToGroupName(type));
516 web_ui_->CallJavascriptFunction("ContentSettings.setExceptions", type_string,
541 StringValue type_string(ContentSettingsTypeToGroupName(type));
543 type_string, otr_exceptions);
596 std::string type_string; local
597 CHECK(args->GetString(arg_i++, &type_string));
654 std::string type_string; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc 163 std::string type_string = session->Attr(buzz::QN_TYPE); local
164 msg->type = ToActionType(type_string);
170 return BadParse("unknown action: " + type_string, error);
179 std::string type_string = jingle->Attr(buzz::QN_ACTION); local
180 msg->type = ToActionType(type_string);
192 return BadParse("unknown action: " + type_string, error);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc 417 const char* type_string; member in struct:__anon6998
436 if ((*device)->type() == kDeviceTypeMap[type_idx].type_string)
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_XML.py 318 list.append( p.type_string() )
513 def type_string(self): member in class:gl_parameter
  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 318 list.append( p.type_string() )
513 def type_string(self): member in class:gl_parameter
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 811 string16 type_string; local
815 type_string = ASCIIToWide("Shell Extension");
817 if (!type_string.empty())
818 type_string += ASCIIToWide(", ");
819 type_string += ASCIIToWide("Winsock");
822 DCHECK(!type_string.empty());
824 type_string += ASCIIToWide(" -- ");
825 type_string += l10n_util::GetStringUTF16(IDS_CONFLICTS_NOT_LOADED_YET);
828 data->SetString("type_description", type_string);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 586 std::string type_string; local
597 type_string = kDriveConnectionTypeOffline;
607 type_string = kDriveConnectionTypeMetered;
609 type_string = kDriveConnectionTypeOnline;
612 value->SetString("type", type_string);
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 878 string16 type_string; local
882 type_string = ASCIIToWide("Shell Extension");
884 if (!type_string.empty())
885 type_string += ASCIIToWide(", ");
886 type_string += ASCIIToWide("Winsock");
889 DCHECK(!type_string.empty());
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc 157 std::string type_string = session->Attr(buzz::QN_TYPE); local
158 msg->type = ToActionType(type_string);
164 return BadParse("unknown action: " + type_string, error);
173 std::string type_string = jingle->Attr(buzz::QN_ACTION); local
174 msg->type = ToActionType(type_string);
180 return BadParse("unknown action: " + type_string, error);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
native_network_parser.cc 276 std::string type_string; local
277 if (value.GetAsString(&type_string)) {
278 device->set_type(ParseType(type_string));
706 std::string type_string; local
707 if (value.GetAsString(&type_string)) {
708 ConnectionType type = ParseType(type_string);
787 std::string type_string; local
788 info.GetString(flimflam::kTypeProperty, &type_string);
789 return ParseType(type_string);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_handler.cc 799 StringValue type_string(
802 type_string, exceptions);
1264 std::string type_string; local
1283 std::string type_string; local
1319 std::string type_string; local
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
obfuscated_file_util.cc 238 base::FilePath::StringType type_string =
240 if (type_string.empty()) {
245 base_file_path_.Append(current_.path).Append(type_string);
857 base::FilePath::StringType type_string = GetDirectoryNameForType(type);
858 if (type_string.empty()) {
865 base::FilePath path = origin_dir.Append(type_string);
1002 base::FilePath::StringType type_string = GetDirectoryNameForType(type); local
1161 std::string type_string = GetFileSystemTypeString(type); local
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 1069 i::String* type_string = NULL; local
    [all...]

Completed in 425 milliseconds

1 2