HomeSort by relevance Sort by last modified time
    Searched refs:GetAsInteger (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/chromium_org/extensions/browser/
extension_function_util.cc 12 if (!value->GetAsInteger(&v))
  /external/chromium_org/chrome/browser/profiles/
incognito_mode_policy_handler.cc 31 if (availability->GetAsInteger(&int_value)) {
69 if (availability->GetAsInteger(&int_value) &&
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_pref_mapping_service.cc 71 bool success = value->GetAsInteger(&avatar_index);
87 bool success = value->GetAsInteger(&current_avatar_index);
supervised_user_pref_mapping_service_unittest.cc 56 value->GetAsInteger(&avatar_index);
  /external/chromium_org/base/prefs/
pref_service_unittest.cc 148 EXPECT_TRUE(value->GetAsInteger(&actual_int_value));
168 EXPECT_TRUE(value->GetAsInteger(&actual_int_value));
183 EXPECT_TRUE(value->GetAsInteger(&actual_int_value));
199 EXPECT_TRUE(value->GetAsInteger(&actual_int_value));
207 EXPECT_TRUE(value->GetAsInteger(&actual_int_value));
218 EXPECT_TRUE(value->GetAsInteger(&actual_int_value));
226 EXPECT_TRUE(value->GetAsInteger(&actual_int_value));
pref_value_map.cc 116 return GetValue(key, &stored_value) && stored_value->GetAsInteger(value);
testing_pref_store.cc 137 return stored_value->GetAsInteger(value);
  /external/chromium_org/chrome/browser/content_settings/
content_settings_origin_identifier_value_map_unittest.cc 77 "java-plugin")->GetAsInteger(&actual_value));
96 "java-plugin")->GetAsInteger(&actual_value));
132 "java-plugin")->GetAsInteger(&actual_value));
163 std::string())->GetAsInteger(&actual_value));
169 std::string())->GetAsInteger(&actual_value));
content_settings_provider_unittest.cc 36 value_ptr->GetAsInteger(&int_value);
content_settings_utils.cc 165 if (!value->GetAsInteger(&int_value))
  /external/chromium_org/chrome/browser/sessions/
restore_on_startup_policy_handler.cc 33 if (!restore_on_startup_value->GetAsInteger(&restore_on_startup))
87 CHECK(restore_policy->GetAsInteger(&restore_value)); // Passed type check.
  /external/chromium_org/extensions/browser/value_store/
value_store_frontend_unittest.cc 83 ASSERT_TRUE(value->GetAsInteger(&result));
100 ASSERT_TRUE(value->GetAsInteger(&result));
  /external/chromium_org/chrome/browser/policy/
javascript_policy_handler.cc 58 default_setting->GetAsInteger(&setting);
network_prediction_policy_handler.cc 65 network_prediction_options->GetAsInteger(&int_setting)) {
  /external/chromium_org/chrome/browser/chromeos/
proxy_cros_settings_parser.cc 147 if (in_value->GetAsInteger(&val)) {
160 if (in_value->GetAsInteger(&val)) {
174 if (in_value->GetAsInteger(&val)) {
181 if (in_value->GetAsInteger(&val)) {
240 if (in_value->GetAsInteger(&val)) {
258 if (in_value->GetAsInteger(&val)) {
session_length_limiter.cc 187 !session_length_limit_pref->GetValue()->GetAsInteger(&limit)) {
  /external/chromium_org/content/browser/screen_orientation/
screen_orientation_browsertest.cc 82 "screen.orientation.angle")->GetAsInteger(&angle);
110 "window.orientation")->GetAsInteger(&angle);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
base_screen_handler_utils.cc 31 return value->GetAsInteger(out_value);
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 149 return (args_->GetAsInteger(&my_id) &&
150 other.args_->GetAsInteger(&other_id) &&
    [all...]
  /external/chromium_org/chrome/service/
service_process_prefs.cc 63 if (!prefs_->GetValue(key, &value) || !value->GetAsInteger(&result))
  /external/chromium_org/chromeos/network/
managed_state.cc 102 if (!value.GetAsInteger(&new_value)) {
  /external/chromium_org/ppapi/shared_impl/private/
ppb_x509_certificate_private_shared.cc 51 value->GetAsInteger(&val);
  /external/chromium_org/chrome/test/chromedriver/chrome/
web_view_impl_unittest.cc 159 ASSERT_TRUE(result && result->GetAsInteger(&value));
205 ASSERT_TRUE(result && result->GetAsInteger(&value));
  /external/chromium_org/base/
values.cc 96 bool Value::GetAsInteger(int* out_value) const {
190 bool FundamentalValue::GetAsInteger(int* out_value) const {
232 return GetAsInteger(&lhs) && other->GetAsInteger(&rhs) && lhs == rhs;
499 return value->GetAsInteger(out_value);
638 return value->GetAsInteger(out_value);
895 return value->GetAsInteger(out_value);
  /external/chromium_org/base/json/
json_writer.cc 70 bool result = node->GetAsInteger(&value);

Completed in 810 milliseconds

1 2 3 4