HomeSort by relevance Sort by last modified time
    Searched refs:type_string (Results 1 - 11 of 11) sorted by null

  /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/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/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/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/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/chrome/browser/chromeos/cros/
network_library.cc 636 std::string type_string; local
637 info->GetString(kTypeProperty, &type_string);
638 return ParseType(type_string);
905 std::string type_string; local
1035 std::string type_string; local
    [all...]
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /external/v8/src/
parser.cc 1322 Handle<String> type_string = local
    [all...]

Completed in 326 milliseconds