HomeSort by relevance Sort by last modified time
    Searched refs:GetString (Results 226 - 250 of 1164) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/
extension.cc 632 return version()->GetString();
717 if (!content_script->GetString(keys::kRunAt, &run_location)) {
762 if (!matches->GetString(j, &match_str)) {
891 if (!list->GetString(i, &glob)) {
933 if (!extension_action->GetString(keys::kPageActionId, &id)) {
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteCardinalityException.cs 76 _elementDescription = info.GetString("ElementDescription");
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteCardinalityException.cs 84 _elementDescription = info.GetString("ElementDescription");
  /external/chromium/chrome/browser/chromeos/
cros_settings.h 62 bool GetString(const std::string& path, std::string* out_value) const;
  /external/chromium/chrome/browser/extensions/
extension_info_private_api_chromeos.cc 37 EXTENSION_FUNCTION_VALIDATE(list->GetString(i, &property_name));
extension_omnibox_api.cc 122 EXTENSION_FUNCTION_VALIDATE(suggestion_value->GetString(
124 EXTENSION_FUNCTION_VALIDATE(suggestion_value->GetString(
151 EXTENSION_FUNCTION_VALIDATE(suggestion_value->GetString(
197 if (!style->GetString(kDescriptionStylesType, &type))
external_extension_provider_impl.cc 91 bool has_external_crx = extension->GetString(kExternalCrx, &external_crx);
92 bool has_external_version = extension->GetString(kExternalVersion,
94 bool has_external_update_url = extension->GetString(kExternalUpdateUrl,
204 if (!extension->GetString(kExternalVersion, &external_version))
  /external/chromium/chrome/browser/importer/
external_process_importer_bridge.cc 90 localized_strings_->GetString(base::IntToString(message_id), &message);
  /external/chromium/chrome/browser/prefs/
pref_value_map.h 54 bool GetString(const std::string& key, std::string* value) const;
testing_pref_store.h 56 bool GetString(const std::string& key, std::string* value) const;
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_url.cc 42 profile_->GetPrefs()->GetString(prefs::kCloudPrintServiceURL));
  /external/chromium/chrome/browser/translate/
translate_prefs.cc 60 if (dict->GetString(original_language, &auto_target_lang) &&
199 if (list->empty() || !list->GetString(list->GetSize() - 1, &target_lang) ||
216 if (list->GetString(i, &value) && value == in_value)
262 if (dict && dict->GetString(original_language, target_language)) {
  /external/chromium/chrome/browser/ui/webui/
constrained_html_ui.cc 52 if (!args->GetString(0, &json_retval))
html_dialog_ui.cc 69 if (!args->GetString(0, &json_retval))
  /external/chromium/chrome/common/net/gaia/
google_service_auth_error_unittest.cc 26 EXPECT_TRUE(value->GetString("state", &state_str));
  /external/chromium/testing/gtest/src/
gtest-typed-test.cc 96 const String& errors_str = errors.GetString();
  /external/chromium_org/base/prefs/
pref_value_map.h 62 bool GetString(const std::string& key, std::string* value) const;
  /external/chromium_org/chrome/browser/extensions/api/input/
input.cc 33 EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &text));
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_message_process_host_unittest.cc 237 EXPECT_TRUE(last_message_parsed_->GetString("echo.text", &text));
240 EXPECT_TRUE(last_message_parsed_->GetString("caller_url", &url));
249 EXPECT_TRUE(last_message_parsed_->GetString("echo.foo", &text));
251 EXPECT_TRUE(last_message_parsed_->GetString("caller_url", &url));
  /external/chromium_org/chrome/browser/extensions/api/signedin_devices/
id_mapping_helper.cc 43 id_mapping.GetString(id, &guid);
id_mapping_helper_unittest.cc 24 if (dictionary.GetString(path, &out)) {
  /external/chromium_org/chrome/browser/google/
google_util_chromeos.cc 62 return g_browser_process->local_state()->GetString(prefs::kRLZBrand);
  /external/chromium_org/chrome/browser/infobars/
infobar_extension_api.cc 42 EXTENSION_FUNCTION_VALIDATE(args->GetString(kHtmlPath, &html_path));
  /external/chromium_org/chrome/browser/profiles/
profile_browsertest.cc 213 std::string crash_value(prefs->GetString(prefs::kSessionExitType));
217 std::string first_call_value(prefs->GetString(prefs::kSessionExitType));
222 std::string second_call_value(prefs->GetString(prefs::kSessionExitType));
227 std::string final_value(prefs->GetString(prefs::kSessionExitType));
  /external/chromium_org/chrome/browser/sync/test/integration/
preferences_helper.cc 65 GetPrefs(index)->GetString(pref_name) + append_value);
171 reference_value = GetVerifierPrefs()->GetString(pref_name);
173 reference_value = GetPrefs(0)->GetString(pref_name);
176 if (reference_value != GetPrefs(i)->GetString(pref_name)) {

Completed in 848 milliseconds

1 2 3 4 5 6 7 8 91011>>