GetType 112 android_webview/browser/aw_form_database_service.cc DCHECK_EQ(AUTOFILL_VALUE_RESULT, result->GetType()); GetType 184 apps/app_shim/extension_app_shim_handler_mac.cc extension_misc::APP_LAUNCH_CMD_LINE_APP, extension->GetType()); GetType 476 ash/wm/default_state.cc WindowStateType previous_state_type = state_in_previous_mode->GetType(); GetType 487 ash/wm/default_state.cc UpdateBoundsFromState(window_state, state_in_previous_mode->GetType()); GetType 24 ash/wm/default_state.h virtual WindowStateType GetType() const OVERRIDE; GetType 169 ash/wm/maximize_mode/maximize_mode_window_state.cc current_state_type_ = previous_state->GetType(); GetType 38 ash/wm/maximize_mode/maximize_mode_window_state.h virtual wm::WindowStateType GetType() const OVERRIDE; GetType 113 ash/wm/window_state.cc return current_state_->GetType(); GetType 334 ash/wm/window_state.cc ToWindowShowState(current_state_->GetType()); GetType 61 ash/wm/window_state.h virtual WindowStateType GetType() const = 0; GetType 244 base/debug/trace_event_unittest.cc if (!value || value->GetType() != Value::TYPE_DICTIONARY) GetType 330 base/debug/trace_event_unittest.cc if (!value || value->GetType() != Value::TYPE_DICTIONARY) GetType 348 base/debug/trace_event_unittest.cc if (!value || value->GetType() != Value::TYPE_DICTIONARY) GetType 825 base/debug/trace_event_unittest.cc if (!value || value->GetType() != Value::TYPE_DICTIONARY) GetType 54 base/json/json_writer.cc switch (node->GetType()) { GetType 128 base/json/json_writer.cc if (omit_binary_values_ && value->GetType() == Value::TYPE_BINARY) GetType 161 base/json/json_writer.cc itr.value().GetType() == Value::TYPE_BINARY) { GetType 37 base/prefs/pref_registry.cc DCHECK(value->IsType(current_value->GetType())) GetType 45 base/prefs/pref_registry.cc base::Value::Type orig_type = default_value->GetType(); GetType 205 base/prefs/pref_service.cc this, pref_name, default_value->GetType()))).first; GetType 247 base/prefs/pref_service.cc if (value->GetType() != base::Value::TYPE_DICTIONARY) { GetType 269 base/prefs/pref_service.cc if (!value->IsType(pref->GetType())) { GetType 302 base/prefs/pref_service.cc if (value->GetType() != base::Value::TYPE_LIST) { GetType 412 base/prefs/pref_service.cc if (pref->GetType() != type) { GetType 447 base/prefs/pref_service.cc if (pref->GetType() != new_value->GetType()) { GetType 449 base/prefs/pref_service.cc << " of type " << pref->GetType() GetType 450 base/prefs/pref_service.cc << " to value of type " << new_value->GetType(); GetType 544 base/prefs/pref_service.cc base::Value::Type default_type = default_value->GetType(); GetType 77 base/prefs/pref_service.h base::Value::Type GetType() const; GetType 146 base/prefs/pref_service_unittest.cc EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType()); GetType 166 base/prefs/pref_service_unittest.cc EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType()); GetType 181 base/prefs/pref_service_unittest.cc EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType()); GetType 197 base/prefs/pref_service_unittest.cc EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType()); GetType 205 base/prefs/pref_service_unittest.cc EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType()); GetType 216 base/prefs/pref_service_unittest.cc EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType()); GetType 224 base/prefs/pref_service_unittest.cc EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType()); GetType 242 base/prefs/pref_value_store.cc << " but got " << (*out_value)->GetType() GetType 31 base/test/trace_event_analyzer.cc if (event_value->GetType() != base::Value::TYPE_DICTIONARY) { GetType 104 base/test/trace_event_analyzer.cc static_cast<int>(it.value().GetType()); GetType 28 base/values.cc switch (node->GetType()) { GetType 230 base/values.cc switch (GetType()) { GetType 247 base/values.cc if (other->GetType() != GetType()) GetType 250 base/values.cc switch (GetType()) { GetType 316 base/values.cc if (other->GetType() != GetType()) GetType 352 base/values.cc if (other->GetType() != GetType()) GetType 838 base/values.cc if (other->GetType() != GetType()) GetType 1130 base/values.cc if (other->GetType() != GetType()) GetType 80 base/values.h Type GetType() const { return type_; } GetType 334 base/values_unittest.cc EXPECT_EQ(Value::TYPE_NULL, value4->GetType()); GetType 32 cc/resources/ui_resource_request.h UIResourceRequestType GetType() const { return type_; } GetType 896 cc/trees/layer_tree_impl.cc switch (req.GetType()) { GetType 527 chrome/browser/autocomplete/autocomplete_controller.cc if (template_url->GetType() != TemplateURL::OMNIBOX_API_EXTENSION) { GetType 60 chrome/browser/autocomplete/extension_app_provider.cc extension->GetType()); GetType 202 chrome/browser/autocomplete/keyword_provider.cc if (template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION) { GetType 276 chrome/browser/autocomplete/keyword_provider.cc (template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION)) { GetType 311 chrome/browser/autocomplete/keyword_provider.cc template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION; GetType 478 chrome/browser/autocomplete/keyword_provider.cc int message_id = (element->GetType() == TemplateURL::OMNIBOX_API_EXTENSION) ? GetType 485 chrome/browser/autocomplete/keyword_provider.cc (element->GetType() != TemplateURL::OMNIBOX_API_EXTENSION)) { GetType 844 chrome/browser/autocomplete/search_provider.cc (keyword_url->GetType() != TemplateURL::OMNIBOX_API_EXTENSION)) { GetType 162 chrome/browser/bookmarks/bookmark_codec.cc if (value.GetType() != base::Value::TYPE_DICTIONARY) GetType 174 chrome/browser/bookmarks/bookmark_codec.cc if (checksum_value->GetType() != base::Value::TYPE_STRING) GetType 184 chrome/browser/bookmarks/bookmark_codec.cc if (roots->GetType() != base::Value::TYPE_DICTIONARY) GetType 192 chrome/browser/bookmarks/bookmark_codec.cc root_folder_value->GetType() != base::Value::TYPE_DICTIONARY || GetType 194 chrome/browser/bookmarks/bookmark_codec.cc other_folder_value->GetType() != base::Value::TYPE_DICTIONARY) { GetType 208 chrome/browser/bookmarks/bookmark_codec.cc mobile_folder_value->GetType() == base::Value::TYPE_DICTIONARY) { GetType 254 chrome/browser/bookmarks/bookmark_codec.cc if (child_value->GetType() != base::Value::TYPE_DICTIONARY) GetType 327 chrome/browser/bookmarks/bookmark_codec.cc if (child_values->GetType() != base::Value::TYPE_LIST) GetType 101 chrome/browser/bookmarks/bookmark_codec_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, value->GetType()); GetType 106 chrome/browser/bookmarks/bookmark_codec_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, roots->GetType()); GetType 113 chrome/browser/bookmarks/bookmark_codec_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, bb_value->GetType()); GetType 120 chrome/browser/bookmarks/bookmark_codec_unittest.cc ASSERT_EQ(base::Value::TYPE_LIST, bb_children_value->GetType()); GetType 126 chrome/browser/bookmarks/bookmark_codec_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, child_value->GetType()); GetType 106 chrome/browser/bookmarks/bookmark_html_writer.cc bookmarks_->GetType() != base::Value::TYPE_DICTIONARY || GetType 109 chrome/browser/bookmarks/bookmark_html_writer.cc roots->GetType() != base::Value::TYPE_DICTIONARY) { GetType 121 chrome/browser/bookmarks/bookmark_html_writer.cc root_folder_value->GetType() != base::Value::TYPE_DICTIONARY || GetType 124 chrome/browser/bookmarks/bookmark_html_writer.cc other_folder_value->GetType() != base::Value::TYPE_DICTIONARY || GetType 127 chrome/browser/bookmarks/bookmark_html_writer.cc mobile_folder_value->GetType() != base::Value::TYPE_DICTIONARY) { GetType 298 chrome/browser/bookmarks/bookmark_html_writer.cc child_values->GetType() != base::Value::TYPE_LIST) { GetType 338 chrome/browser/bookmarks/bookmark_html_writer.cc child_value->GetType() != base::Value::TYPE_DICTIONARY) { GetType 109 chrome/browser/certificate_manager_model.cc x509_certificate_model::GetType(cert->os_cert_handle()); GetType 382 chrome/browser/chrome_browser_main_win.cc InstallUtil::GetChromeUninstallCmd(false, dist->GetType())); GetType 1044 chrome/browser/chrome_content_browser_client.cc if (extension->GetType() == Manifest::TYPE_HOSTED_APP) { GetType 207 chrome/browser/chromeos/customization_document.cc DCHECK(root->GetType() == base::Value::TYPE_DICTIONARY); GetType 208 chrome/browser/chromeos/customization_document.cc if (root->GetType() == base::Value::TYPE_DICTIONARY) { GetType 103 chrome/browser/chromeos/extensions/device_local_account_management_policy_provider.cc if (extension->GetType() == extensions::Manifest::TYPE_HOSTED_APP) GetType 114 chrome/browser/chromeos/extensions/device_local_account_management_policy_provider.cc if (extension->GetType() == extensions::Manifest::TYPE_PLATFORM_APP) GetType 57 chrome/browser/chromeos/extensions/echo_private_apitest.cc ASSERT_EQ(base::Value::TYPE_BOOLEAN, result->GetType()); GetType 86 chrome/browser/chromeos/extensions/external_cache.cc << it.value().GetType(); GetType 199 chrome/browser/chromeos/extensions/external_cache.cc << it.value().GetType(); GetType 198 chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc if (language_value->GetType() == base::Value::TYPE_STRING) { GetType 202 chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc } else if (language_value->GetType() == base::Value::TYPE_LIST) { GetType 67 chrome/browser/chromeos/login/auth_sync_observer.cc if (user->GetType() == User::USER_TYPE_LOCALLY_MANAGED && GetType 78 chrome/browser/chromeos/login/auth_sync_observer.cc if (user->GetType() == User::USER_TYPE_LOCALLY_MANAGED && GetType 195 chrome/browser/chromeos/login/existing_user_controller.cc (*it)->GetType() != User::USER_TYPE_LOCALLY_MANAGED || GetType 199 chrome/browser/chromeos/login/existing_user_controller.cc (*it)->GetType() != User::USER_TYPE_REGULAR; GetType 544 chrome/browser/chromeos/login/existing_user_controller.cc if (!user || user->GetType() != User::USER_TYPE_PUBLIC_ACCOUNT) { GetType 965 chrome/browser/chromeos/login/existing_user_controller.cc if (!user || user->GetType() != User::USER_TYPE_PUBLIC_ACCOUNT) GetType 1030 chrome/browser/chromeos/login/existing_user_controller.cc user_manager->GetActiveUser()->GetType() == User::USER_TYPE_REGULAR && GetType 61 chrome/browser/chromeos/login/fake_user_manager.cc if ((*it)->GetType() == User::USER_TYPE_REGULAR && !(*it)->is_logged_in()) GetType 244 chrome/browser/chromeos/login/fake_user_manager.cc active_user->GetType() == User::USER_TYPE_KIOSK_APP : GetType 276 chrome/browser/chromeos/login/screen_locker.cc if (user->GetType() == User::USER_TYPE_LOCALLY_MANAGED) { GetType 172 chrome/browser/chromeos/login/supervised_user_manager_impl.cc if ((*it)->GetType() == User::USER_TYPE_LOCALLY_MANAGED) { GetType 359 chrome/browser/chromeos/login/supervised_user_manager_impl.cc if (((*it)->GetType() == User::USER_TYPE_LOCALLY_MANAGED) && GetType 372 chrome/browser/chromeos/login/supervised_user_manager_impl.cc if (((*it)->GetType() == User::USER_TYPE_LOCALLY_MANAGED) && GetType 41 chrome/browser/chromeos/login/user.cc virtual UserType GetType() const OVERRIDE; GetType 54 chrome/browser/chromeos/login/user.cc virtual UserType GetType() const OVERRIDE; GetType 66 chrome/browser/chromeos/login/user.cc virtual UserType GetType() const OVERRIDE; GetType 78 chrome/browser/chromeos/login/user.cc virtual UserType GetType() const OVERRIDE; GetType 91 chrome/browser/chromeos/login/user.cc virtual UserType GetType() const OVERRIDE; GetType 103 chrome/browser/chromeos/login/user.cc virtual UserType GetType() const OVERRIDE; GetType 349 chrome/browser/chromeos/login/user.cc switch (GetType()) { GetType 121 chrome/browser/chromeos/login/user.h virtual UserType GetType() const = 0; GetType 1004 chrome/browser/chromeos/login/user_image_manager_impl.cc return user->is_logged_in() && user->GetType() == User::USER_TYPE_REGULAR; GetType 323 chrome/browser/chromeos/login/user_manager_impl.cc GetPrimaryUser()->GetType() != User::USER_TYPE_REGULAR) GetType 330 chrome/browser/chromeos/login/user_manager_impl.cc if ((*it)->GetType() == User::USER_TYPE_REGULAR && !(*it)->is_logged_in()) { GetType 451 chrome/browser/chromeos/login/user_manager_impl.cc if (user && user->GetType() == User::USER_TYPE_PUBLIC_ACCOUNT) { GetType 453 chrome/browser/chromeos/login/user_manager_impl.cc } else if ((user && user->GetType() == User::USER_TYPE_LOCALLY_MANAGED) || GetType 483 chrome/browser/chromeos/login/user_manager_impl.cc if (primary_user_->GetType() == User::USER_TYPE_REGULAR) GetType 488 chrome/browser/chromeos/login/user_manager_impl.cc active_user_->GetType(), User::NUM_USER_TYPES); GetType 491 chrome/browser/chromeos/login/user_manager_impl.cc (active_user_->GetType() == User::USER_TYPE_REGULAR) ? user_id : ""); GetType 513 chrome/browser/chromeos/login/user_manager_impl.cc if (user->GetType() != User::USER_TYPE_REGULAR) { GetType 559 chrome/browser/chromeos/login/user_manager_impl.cc if (!user || (user->GetType() != User::USER_TYPE_REGULAR && GetType 560 chrome/browser/chromeos/login/user_manager_impl.cc user->GetType() != User::USER_TYPE_LOCALLY_MANAGED)) GetType 1061 chrome/browser/chromeos/login/user_manager_impl.cc active_user_->GetType() == User::USER_TYPE_REGULAR; GetType 1067 chrome/browser/chromeos/login/user_manager_impl.cc active_user_->GetType() == User::USER_TYPE_RETAIL_MODE; GetType 1073 chrome/browser/chromeos/login/user_manager_impl.cc active_user_->GetType() == User::USER_TYPE_PUBLIC_ACCOUNT; GetType 1079 chrome/browser/chromeos/login/user_manager_impl.cc active_user_->GetType() == User::USER_TYPE_GUEST; GetType 1085 chrome/browser/chromeos/login/user_manager_impl.cc active_user_->GetType() == User::USER_TYPE_LOCALLY_MANAGED; GetType 1091 chrome/browser/chromeos/login/user_manager_impl.cc active_user_->GetType() == User::USER_TYPE_KIOSK_APP; GetType 1305 chrome/browser/chromeos/login/user_manager_impl.cc if ((*it)->GetType() == User::USER_TYPE_REGULAR && GetType 1312 chrome/browser/chromeos/login/user_manager_impl.cc if ((*it)->GetType() != User::USER_TYPE_PUBLIC_ACCOUNT) GetType 1636 chrome/browser/chromeos/login/user_manager_impl.cc if ((*it)->GetType() == User::USER_TYPE_REGULAR || GetType 1637 chrome/browser/chromeos/login/user_manager_impl.cc (*it)->GetType() == User::USER_TYPE_LOCALLY_MANAGED) { GetType 1695 chrome/browser/chromeos/login/user_manager_impl.cc if ((*it)->GetType() == User::USER_TYPE_PUBLIC_ACCOUNT) GetType 1735 chrome/browser/chromeos/login/user_manager_impl.cc if ((*it)->GetType() == User::USER_TYPE_PUBLIC_ACCOUNT) { GetType 1927 chrome/browser/chromeos/login/user_manager_impl.cc else if (active_user_->GetType() == User::USER_TYPE_GUEST) GetType 1929 chrome/browser/chromeos/login/user_manager_impl.cc else if (active_user_->GetType() == User::USER_TYPE_RETAIL_MODE) GetType 1931 chrome/browser/chromeos/login/user_manager_impl.cc else if (active_user_->GetType() == User::USER_TYPE_PUBLIC_ACCOUNT) GetType 1933 chrome/browser/chromeos/login/user_manager_impl.cc else if (active_user_->GetType() == User::USER_TYPE_LOCALLY_MANAGED) GetType 1935 chrome/browser/chromeos/login/user_manager_impl.cc else if (active_user_->GetType() == User::USER_TYPE_KIOSK_APP) GetType 807 chrome/browser/chromeos/login/wallpaper_manager.cc (user != NULL && user->GetType() == User::USER_TYPE_KIOSK_APP)) { GetType 128 chrome/browser/chromeos/mobile/mobile_activator.cc if (!root.get() || root->GetType() != base::Value::TYPE_DICTIONARY) { GetType 218 chrome/browser/chromeos/options/cert_library.cc net::CertType type = x509_certificate_model::GetType(cert_handle); GetType 433 chrome/browser/chromeos/policy/device_local_account_browsertest.cc EXPECT_EQ(chromeos::User::USER_TYPE_PUBLIC_ACCOUNT, user->GetType()); GetType 474 chrome/browser/chromeos/policy/device_status_collector.cc if ((*user)->GetType() != chromeos::User::USER_TYPE_REGULAR) GetType 137 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc if (user->GetType() != chromeos::User::USER_TYPE_REGULAR || GetType 77 chrome/browser/chromeos/policy/user_network_configuration_updater_factory.cc user->GetType() == chromeos::User::USER_TYPE_REGULAR; GetType 270 chrome/browser/chromeos/proxy_cros_settings_parser.cc if (in_value->GetType() == base::Value::TYPE_LIST) { GetType 191 chrome/browser/chromeos/timezone/timezone_request.cc base::StringPrintf("%u", response_value->GetType()), GetType 287 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, cert_filter->GetType()); GetType 29 chrome/browser/devtools/devtools_target_impl.h virtual std::string GetType() const OVERRIDE; GetType 555 chrome/browser/devtools/devtools_targets_ui.cc target_data->SetString(kTargetTypeField, target.GetType()); GetType 248 chrome/browser/drive/fake_drive_service.cc CHECK_EQ(base::Value::TYPE_DICTIONARY, value->GetType()); GetType 40 chrome/browser/extensions/api/cast_channel/cast_message_util.cc switch (message.data->GetType()) { GetType 289 chrome/browser/extensions/api/content_settings/content_settings_store.cc if ((*it)->GetType() != base::Value::TYPE_DICTIONARY) { GetType 100 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h MenuItem::Type GetType(const PropertyWithEnumT& property, GetType 159 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h MenuItem::Type type = GetType(create_properties, MenuItem::NORMAL); GetType 225 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h MenuItem::Type type = GetType(update_properties, item->type()); GetType 681 chrome/browser/extensions/api/debugger/debugger_api.cc std::string type = target.GetType(); GetType 43 chrome/browser/extensions/api/declarative_content/content_action.h virtual Type GetType() const = 0; GetType 92 chrome/browser/extensions/api/declarative_content/content_action_unittest.cc EXPECT_EQ(ContentAction::ACTION_SHOW_PAGE_ACTION, result->GetType()); GetType 106 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc return GetType() == other->GetType(); GetType 498 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc switch (content->GetType()) { GetType 65 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h virtual Type GetType() const = 0; GetType 102 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h virtual Type GetType() const OVERRIDE; GetType 132 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h virtual Type GetType() const OVERRIDE; GetType 167 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h virtual Type GetType() const OVERRIDE; GetType 201 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h virtual Type GetType() const OVERRIDE; GetType 231 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h virtual Type GetType() const OVERRIDE; GetType 260 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h virtual Type GetType() const OVERRIDE; GetType 75 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute_unittest.cc result->GetType()); GetType 363 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute_unittest.cc switch (entry->GetType()) { GetType 66 chrome/browser/extensions/api/dns/dns_apitest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, result->GetType()); GetType 93 chrome/browser/extensions/api/dns/dns_apitest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, result->GetType()); GetType 575 chrome/browser/extensions/api/extension_action/extension_action_api.cc switch (first_arg->GetType()) { GetType 586 chrome/browser/extensions/api/extension_action/extension_action_api.cc switch (tab_id_value->GetType()) { GetType 448 chrome/browser/extensions/api/management/management_api.cc extension->GetType()); GetType 71 chrome/browser/extensions/api/notifications/notifications_apitest.cc ASSERT_EQ(base::Value::TYPE_STRING, result->GetType()); GetType 98 chrome/browser/extensions/api/notifications/notifications_apitest.cc ASSERT_EQ(base::Value::TYPE_BOOLEAN, result->GetType()); GetType 131 chrome/browser/extensions/api/notifications/notifications_apitest.cc ASSERT_EQ(base::Value::TYPE_BOOLEAN, result->GetType()); GetType 152 chrome/browser/extensions/api/notifications/notifications_apitest.cc ASSERT_EQ(base::Value::TYPE_BOOLEAN, result->GetType()); GetType 173 chrome/browser/extensions/api/notifications/notifications_apitest.cc ASSERT_EQ(base::Value::TYPE_BOOLEAN, result->GetType()); GetType 204 chrome/browser/extensions/api/notifications/notifications_apitest.cc ASSERT_EQ(base::Value::TYPE_STRING, result->GetType()); GetType 243 chrome/browser/extensions/api/notifications/notifications_apitest.cc ASSERT_EQ(base::Value::TYPE_STRING, result->GetType()); GetType 374 chrome/browser/extensions/api/notifications/notifications_apitest.cc ASSERT_EQ(base::Value::TYPE_STRING, result->GetType()); GetType 398 chrome/browser/extensions/api/notifications/notifications_apitest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, result->GetType()); GetType 439 chrome/browser/extensions/api/notifications/notifications_apitest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, result->GetType()); GetType 524 chrome/browser/extensions/api/notifications/notifications_apitest.cc EXPECT_EQ(base::Value::TYPE_STRING, result->GetType()); GetType 547 chrome/browser/extensions/api/notifications/notifications_apitest.cc EXPECT_EQ(base::Value::TYPE_BOOLEAN, result->GetType()); GetType 660 chrome/browser/extensions/api/notifications/notifications_apitest.cc ASSERT_EQ(base::Value::TYPE_STRING, result->GetType()); GetType 686 chrome/browser/extensions/api/notifications/notifications_apitest.cc ASSERT_EQ(base::Value::TYPE_BOOLEAN, result->GetType()); GetType 712 chrome/browser/extensions/api/notifications/notifications_apitest.cc ASSERT_EQ(base::Value::TYPE_BOOLEAN, result->GetType()); GetType 754 chrome/browser/extensions/api/notifications/notifications_apitest.cc EXPECT_EQ(base::Value::TYPE_STRING, result->GetType()); GetType 782 chrome/browser/extensions/api/notifications/notifications_apitest.cc EXPECT_EQ(base::Value::TYPE_STRING, result->GetType()); GetType 376 chrome/browser/extensions/api/omnibox/omnibox_api.cc DCHECK(keyword->GetType() == TemplateURL::OMNIBOX_API_EXTENSION); GetType 206 chrome/browser/extensions/api/permissions/permissions_api.cc requested_permissions_, GetExtension()->GetType()).empty(); GetType 76 chrome/browser/extensions/api/preference/chrome_direct_setting.cc EXTENSION_FUNCTION_VALIDATE(value->GetType() == preference->GetType()); GetType 342 chrome/browser/extensions/api/preference/preference_api.cc DCHECK_EQ(pref->GetType(), value->GetType()) GetType 643 chrome/browser/extensions/api/preference/preference_api.cc EXTENSION_FUNCTION_VALIDATE(value->GetType() == pref->GetType()); GetType 68 chrome/browser/extensions/api/settings_overrides/settings_overrides_browsertest.cc EXPECT_EQ(TemplateURL::NORMAL, default_provider->GetType()); GetType 85 chrome/browser/extensions/api/settings_overrides/settings_overrides_browsertest.cc extension_provider->GetType()); GetType 115 chrome/browser/extensions/api/socket/socket_apitest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, result->GetType()); GetType 133 chrome/browser/extensions/api/socket/socket_apitest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, result->GetType()); GetType 151 chrome/browser/extensions/api/socket/socket_apitest.cc ASSERT_EQ(base::Value::TYPE_LIST, result->GetType()); GetType 78 chrome/browser/extensions/api/sockets_tcp/sockets_tcp_apitest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, result->GetType()); GetType 79 chrome/browser/extensions/api/sockets_tcp_server/sockets_tcp_server_apitest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, result->GetType()); GetType 80 chrome/browser/extensions/api/sockets_udp/sockets_udp_apitest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, result->GetType()); GetType 45 chrome/browser/extensions/api/system_network/system_network_apitest.cc ASSERT_EQ(base::Value::TYPE_LIST, result->GetType()); GetType 544 chrome/browser/extensions/api/tabs/tabs_test.cc EXPECT_EQ(base::Value::TYPE_DICTIONARY, duplicate_result->GetType()); GetType 583 chrome/browser/extensions/api/tabs/tabs_test.cc EXPECT_EQ(base::Value::TYPE_DICTIONARY, duplicate_result->GetType()); GetType 583 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc ASSERT_TRUE(form_data->GetType() == base::Value::TYPE_DICTIONARY); GetType 331 chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc EXPECT_EQ(base::Value::TYPE_STRING, result->GetType()); GetType 62 chrome/browser/extensions/convert_user_script_unittest.cc EXPECT_EQ(Manifest::TYPE_USER_SCRIPT, extension->GetType()); GetType 115 chrome/browser/extensions/convert_user_script_unittest.cc EXPECT_EQ(Manifest::TYPE_USER_SCRIPT, extension->GetType()); GetType 181 chrome/browser/extensions/convert_user_script_unittest.cc EXPECT_EQ(Manifest::TYPE_USER_SCRIPT, extension->GetType()); GetType 216 chrome/browser/extensions/convert_user_script_unittest.cc EXPECT_EQ(Manifest::TYPE_USER_SCRIPT, extension->GetType()); GetType 252 chrome/browser/extensions/convert_user_script_unittest.cc EXPECT_EQ(Manifest::TYPE_USER_SCRIPT, extension->GetType()); GetType 315 chrome/browser/extensions/crx_installer.cc extension->GetType())); GetType 266 chrome/browser/extensions/extension_disabled_ui.cc extension_->GetActivePermissions(), extension_->GetType()); GetType 97 chrome/browser/extensions/extension_function_test_utils.cc EXPECT_EQ(base::Value::TYPE_DICTIONARY, val->GetType()); GetType 103 chrome/browser/extensions/extension_function_test_utils.cc EXPECT_EQ(base::Value::TYPE_LIST, val->GetType()); GetType 814 chrome/browser/extensions/extension_install_prompt.cc extension_->GetType() : Manifest::TYPE_UNKNOWN; GetType 761 chrome/browser/extensions/extension_service.cc extension->GetType(), 100); GetType 1763 chrome/browser/extensions/extension_service.cc extension->GetType()); GetType 1840 chrome/browser/extensions/extension_service.cc << id << " of type " << extension->GetType() GetType 1895 chrome/browser/extensions/extension_service.cc extension->GetType(), 100); GetType 1902 chrome/browser/extensions/extension_service.cc extension->GetType(), 100); GetType 2353 chrome/browser/extensions/extension_service.cc if (extension->GetType() != Manifest::TYPE_HOSTED_APP && GetType 3006 chrome/browser/extensions/extension_service_unittest.cc return extension->GetType() == Manifest::TYPE_EXTENSION; GetType 283 chrome/browser/extensions/installed_loader.cc Manifest::Type type = (*ex)->GetType(); GetType 156 chrome/browser/extensions/updater/extension_downloader.cc extension.GetType(), GetType 311 chrome/browser/extensions/updater/extension_updater_unittest.cc return extension->GetType() == Manifest::TYPE_EXTENSION; GetType 45 chrome/browser/managed_mode/chromeos/managed_user_password_service_factory.cc if (user->GetType() != User::USER_TYPE_LOCALLY_MANAGED) GetType 44 chrome/browser/managed_mode/chromeos/manager_password_service.cc if ((*it)->GetType() != User::USER_TYPE_LOCALLY_MANAGED) GetType 151 chrome/browser/media_galleries/fileapi/media_path_filter.cc return GetType(path) != MEDIA_GALLERY_SCAN_FILE_TYPE_UNKNOWN; GetType 32 chrome/browser/media_galleries/fileapi/media_path_filter.h MediaGalleryScanFileType GetType(const base::FilePath& path); GetType 276 chrome/browser/media_galleries/media_folder_finder.cc MediaGalleryScanFileType type = filter_->GetType(full_path); GetType 194 chrome/browser/media_galleries/media_galleries_preferences.cc !GetType(dict, &type)) { GetType 950 chrome/browser/media_galleries/media_galleries_preferences.cc if (!erase && GetType(*dict, &type) && GetType 47 chrome/browser/net/proxy_policy_handler_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, value->GetType()); GetType 124 chrome/browser/net/referrer.cc if (value.GetType() != base::Value::TYPE_LIST) GetType 159 chrome/browser/password_manager/password_store_win.cc DCHECK_EQ(PASSWORD_IE7_RESULT, result->GetType()); GetType 173 chrome/browser/plugins/plugin_finder.cc if (value->GetType() != base::Value::TYPE_DICTIONARY) GetType 20 chrome/browser/plugins/plugin_finder_unittest.cc EXPECT_EQ(base::Value::TYPE_INTEGER, version->GetType()); GetType 372 chrome/browser/policy/policy_browsertest.cc EXPECT_EQ(base::Value::TYPE_NULL, value->GetType()); GetType 42 chrome/browser/prefs/chrome_pref_service_unittest.cc EXPECT_EQ(base::Value::TYPE_BOOLEAN, value->GetType()); GetType 57 chrome/browser/prefs/chrome_pref_service_unittest.cc EXPECT_EQ(base::Value::TYPE_BOOLEAN, value->GetType()); GetType 36 chrome/browser/prefs/command_line_pref_store_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, value->GetType()); GetType 48 chrome/browser/prefs/command_line_pref_store_unittest.cc ASSERT_EQ(base::Value::TYPE_LIST, value->GetType()); GetType 118 chrome/browser/prefs/command_line_pref_store_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, value->GetType()); GetType 119 chrome/browser/prefs/pref_hash_calculator_unittest.cc ASSERT_EQ(base::Value::TYPE_NULL, null_value->GetType()); GetType 120 chrome/browser/prefs/pref_hash_calculator_unittest.cc ASSERT_EQ(base::Value::TYPE_BOOLEAN, bool_value->GetType()); GetType 121 chrome/browser/prefs/pref_hash_calculator_unittest.cc ASSERT_EQ(base::Value::TYPE_INTEGER, int_value->GetType()); GetType 122 chrome/browser/prefs/pref_hash_calculator_unittest.cc ASSERT_EQ(base::Value::TYPE_DOUBLE, double_value->GetType()); GetType 123 chrome/browser/prefs/pref_hash_calculator_unittest.cc ASSERT_EQ(base::Value::TYPE_STRING, string_value->GetType()); GetType 124 chrome/browser/prefs/pref_hash_calculator_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, dict_value->GetType()); GetType 125 chrome/browser/prefs/pref_hash_calculator_unittest.cc ASSERT_EQ(base::Value::TYPE_LIST, list_value->GetType()); GetType 134 chrome/browser/prefs/pref_model_associator.cc } else if (!new_value->IsType(user_pref_value->GetType())) { GetType 136 chrome/browser/prefs/pref_model_associator.cc << " is of type " << new_value->GetType() GetType 138 chrome/browser/prefs/pref_model_associator.cc << user_pref_value->GetType(); GetType 365 chrome/browser/prefs/pref_model_associator.cc if (from_value.GetType() == base::Value::TYPE_NULL) GetType 367 chrome/browser/prefs/pref_model_associator.cc if (to_value.GetType() == base::Value::TYPE_NULL) GetType 370 chrome/browser/prefs/pref_model_associator.cc DCHECK(from_value.GetType() == base::Value::TYPE_LIST); GetType 371 chrome/browser/prefs/pref_model_associator.cc DCHECK(to_value.GetType() == base::Value::TYPE_LIST); GetType 389 chrome/browser/prefs/pref_model_associator.cc if (from_value.GetType() == base::Value::TYPE_NULL) GetType 391 chrome/browser/prefs/pref_model_associator.cc if (to_value.GetType() == base::Value::TYPE_NULL) GetType 394 chrome/browser/prefs/pref_model_associator.cc DCHECK_EQ(from_value.GetType(), base::Value::TYPE_DICTIONARY); GetType 395 chrome/browser/prefs/pref_model_associator.cc DCHECK_EQ(to_value.GetType(), base::Value::TYPE_DICTIONARY); GetType 407 chrome/browser/prefs/pref_model_associator.cc if (to_key_value->GetType() == base::Value::TYPE_DICTIONARY) { GetType 41 chrome/browser/prefs/pref_model_associator_unittest.cc base::Value::Type type = pref->GetType(); GetType 163 chrome/browser/profiles/profile_downloader.cc << root_value->GetType(); GetType 159 chrome/browser/search_engines/search_provider_install_data.cc DCHECK(template_url->GetType() != TemplateURL::OMNIBOX_API_EXTENSION); GetType 276 chrome/browser/search_engines/search_provider_install_data.cc DCHECK(template_url->GetType() != TemplateURL::OMNIBOX_API_EXTENSION); GetType 1137 chrome/browser/search_engines/template_url.cc return (GetType() == NORMAL) && url_ref_.HasGoogleBaseURLs() && GetType 1156 chrome/browser/search_engines/template_url.cc DCHECK_NE(NORMAL, GetType()); GetType 1308 chrome/browser/search_engines/template_url.cc DCHECK(GetType() != OMNIBOX_API_EXTENSION); GetType 653 chrome/browser/search_engines/template_url.h Type GetType() const; GetType 117 chrome/browser/search_engines/template_url_service.cc ((*i)->GetType() == TemplateURL::NORMAL)) GetType 633 chrome/browser/search_engines/template_url_service.cc if (url->GetType() == TemplateURL::NORMAL_CONTROLLED_BY_EXTENSION) GetType 673 chrome/browser/search_engines/template_url_service.cc (url->GetType() == TemplateURL::NORMAL); GetType 681 chrome/browser/search_engines/template_url_service.cc DCHECK(!url || (url->GetType() == TemplateURL::NORMAL)); GetType 704 chrome/browser/search_engines/template_url_service.cc return default_provider && (default_provider->GetType() == GetType 878 chrome/browser/search_engines/template_url_service.cc template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION; GetType 952 chrome/browser/search_engines/template_url_service.cc if ((*iter)->GetType() == TemplateURL::NORMAL_CONTROLLED_BY_EXTENSION) GetType 1265 chrome/browser/search_engines/template_url_service.cc if (turl->GetType() == TemplateURL::NORMAL_CONTROLLED_BY_EXTENSION) GetType 1391 chrome/browser/search_engines/template_url_service.cc DCHECK_NE(TemplateURL::NORMAL_CONTROLLED_BY_EXTENSION, turl->GetType()); GetType 1523 chrome/browser/search_engines/template_url_service.cc (best_fallback->GetType() != TemplateURL::OMNIBOX_API_EXTENSION) || GetType 1524 chrome/browser/search_engines/template_url_service.cc ((turl->GetType() == TemplateURL::OMNIBOX_API_EXTENSION) && GetType 1544 chrome/browser/search_engines/template_url_service.cc template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION; GetType 1557 chrome/browser/search_engines/template_url_service.cc existing_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION; GetType 1638 chrome/browser/search_engines/template_url_service.cc DCHECK_EQ(TemplateURL::NORMAL, t_url->GetType()); GetType 1782 chrome/browser/search_engines/template_url_service.cc DCHECK_EQ(TemplateURL::NORMAL, (*default_provider)->GetType()); GetType 1823 chrome/browser/search_engines/template_url_service.cc if (!keyword_turl || (keyword_turl->GetType() == TemplateURL::NORMAL)) GetType 1829 chrome/browser/search_engines/template_url_service.cc if (((*i)->GetType() == TemplateURL::NORMAL) && GetType 1873 chrome/browser/search_engines/template_url_service.cc if (existing_keyword_turl->GetType() != TemplateURL::NORMAL) { GetType 2136 chrome/browser/search_engines/template_url_service.cc DCHECK_NE(TemplateURL::OMNIBOX_API_EXTENSION, url->GetType()); GetType 2147 chrome/browser/search_engines/template_url_service.cc (url->GetType() == TemplateURL::NORMAL)); GetType 2149 chrome/browser/search_engines/template_url_service.cc (default_search_provider_->GetType() == TemplateURL::NORMAL) || GetType 2151 chrome/browser/search_engines/template_url_service.cc (url->GetType() == TemplateURL::NORMAL_CONTROLLED_BY_EXTENSION))){ GetType 2162 chrome/browser/search_engines/template_url_service.cc if (service_.get() && (url->GetType() == TemplateURL::NORMAL)) GetType 2176 chrome/browser/search_engines/template_url_service.cc if (url && (url->GetType() == TemplateURL::NORMAL_CONTROLLED_BY_EXTENSION)) GetType 2228 chrome/browser/search_engines/template_url_service.cc bool are_same_type = existing_keyword_turl->GetType() == GetType 2229 chrome/browser/search_engines/template_url_service.cc template_url->GetType(); GetType 2247 chrome/browser/search_engines/template_url_service.cc (template_url->GetType() != GetType 2275 chrome/browser/search_engines/template_url_service.cc if (template_url->GetType() != TemplateURL::NORMAL_CONTROLLED_BY_EXTENSION) { GetType 2379 chrome/browser/search_engines/template_url_service.cc (turl.GetType() != TemplateURL::OMNIBOX_API_EXTENSION)) { GetType 2416 chrome/browser/search_engines/template_url_service.cc applied_sync_turl->GetType()); GetType 2568 chrome/browser/search_engines/template_url_service.cc (template_url->GetType() != GetType 2618 chrome/browser/search_engines/template_url_service.cc ((default_search_provider->GetType() != GetType 2703 chrome/browser/search_engines/template_url_service.cc if ((*i)->GetType() == type && GetType 2715 chrome/browser/search_engines/template_url_service.cc if (((*i)->GetType() == TemplateURL::NORMAL_CONTROLLED_BY_EXTENSION) && GetType 948 chrome/browser/search_engines/template_url_service_unittest.cc EXPECT_EQ(TemplateURL::NORMAL, bing->GetType()); GetType 322 chrome/browser/search_engines/util.cc DCHECK_EQ(KEYWORDS_RESULT, result.GetType()); GetType 959 chrome/browser/sessions/session_restore.cc extension->GetType()); GetType 48 chrome/browser/sessions/tab_restore_service_helper.cc extension->GetType()); GetType 351 chrome/browser/sync/test/integration/sync_extension_helper.cc if (extension->GetType() != type) { GetType 352 chrome/browser/sync/test/integration/sync_extension_helper.cc EXPECT_EQ(type, extension->GetType()); GetType 41 chrome/browser/task_manager/browser_process_resource_provider.h virtual Type GetType() const OVERRIDE; GetType 45 chrome/browser/task_manager/child_process_resource_provider.cc virtual Type GetType() const OVERRIDE; GetType 54 chrome/browser/task_manager/extension_information.cc virtual Type GetType() const OVERRIDE; GetType 41 chrome/browser/task_manager/guest_information.cc virtual Type GetType() const OVERRIDE; GetType 36 chrome/browser/task_manager/notification_resource_provider.cc virtual Type GetType() const OVERRIDE; GetType 37 chrome/browser/task_manager/panel_information.cc virtual Type GetType() const OVERRIDE; GetType 37 chrome/browser/task_manager/printing_information.cc virtual Type GetType() const OVERRIDE; GetType 29 chrome/browser/task_manager/renderer_resource.h virtual Type GetType() const OVERRIDE; GetType 64 chrome/browser/task_manager/resource_provider.h virtual Type GetType() const = 0; GetType 59 chrome/browser/task_manager/tab_contents_information.cc virtual Type GetType() const OVERRIDE; GetType 979 chrome/browser/task_manager/task_manager.cc return GetResource(index)->GetType(); GetType 58 chrome/browser/task_manager/worker_resource_provider.cc virtual Type GetType() const OVERRIDE; GetType 50 chrome/browser/ui/app_list/search/app_result.h virtual ChromeSearchResultType GetType() OVERRIDE; GetType 49 chrome/browser/ui/app_list/search/chrome_search_result.h virtual ChromeSearchResultType GetType() = 0; GetType 30 chrome/browser/ui/app_list/search/people/people_result.h virtual ChromeSearchResultType GetType() OVERRIDE; GetType 135 chrome/browser/ui/app_list/search/search_controller.cc chrome_result->GetType(), GetType 28 chrome/browser/ui/app_list/search/search_webstore_result.h virtual ChromeSearchResultType GetType() OVERRIDE; GetType 39 chrome/browser/ui/app_list/search/webstore/webstore_result.h virtual ChromeSearchResultType GetType() OVERRIDE; GetType 605 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc if (UserManager::Get()->GetActiveUser()->GetType() != GetType 533 chrome/browser/ui/browser_commands.cc extension->GetType()); GetType 134 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc extension->GetType()); GetType 51 chrome/browser/ui/gtk/website_settings/permission_selector.h ContentSettingsType GetType() const; GetType 411 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc presenter_->OnSitePermissionChanged(selector->GetType(), GetType 71 chrome/browser/ui/omnibox/omnibox_current_page_delegate_impl.cc if (template_url->GetType() != TemplateURL::OMNIBOX_API_EXTENSION) GetType 247 chrome/browser/ui/omnibox/omnibox_popup_model.cc (template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION)) { GetType 71 chrome/browser/ui/search_engines/keyword_editor_controller.cc return (url->GetType() != TemplateURL::NORMAL_CONTROLLED_BY_EXTENSION) && GetType 156 chrome/browser/ui/search_engines/template_url_table_model.cc else if (template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION) GetType 238 chrome/browser/ui/startup/startup_browser_creator_impl.cc extension->GetType()); GetType 247 chrome/browser/ui/startup/startup_browser_creator_impl.cc extension->GetType()); GetType 445 chrome/browser/ui/startup/startup_browser_creator_impl.cc RecordCmdLineAppHistogram(extension->GetType()); GetType 481 chrome/browser/ui/startup/startup_browser_creator_impl.cc RecordCmdLineAppHistogram(extension->GetType()); GetType 512 chrome/browser/ui/startup/startup_browser_creator_impl.cc RecordCmdLineAppHistogram(extension->GetType()); GetType 41 chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_tab.cc app->GetActivePermissions(), app->GetType()); GetType 322 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc extension->GetType()); GetType 203 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate_unittest.cc EXPECT_EQ(views::MenuItemView::SUBMENU, F1_item->GetType()); GetType 212 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate_unittest.cc EXPECT_EQ(views::MenuItemView::SUBMENU, F1_item->GetType()); GetType 805 chrome/browser/ui/views/location_bar/location_bar_view.cc (template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION)) { GetType 588 chrome/browser/ui/website_settings/website_settings.cc if (value->GetType() == base::Value::TYPE_INTEGER) { GetType 299 chrome/browser/ui/webui/chromeos/imageburner/imageburner_ui.cc list_member->GetType() == base::Value::TYPE_STRING && GetType 219 chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.cc if ((*it)->GetType() != User::USER_TYPE_REGULAR) GetType 246 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc user->GetType() == User::USER_TYPE_LOCALLY_MANAGED; GetType 248 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc user->GetType() == User::USER_TYPE_PUBLIC_ACCOUNT; GetType 1303 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc user->GetType() == User::USER_TYPE_PUBLIC_ACCOUNT; GetType 1305 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc user->GetType() == User::USER_TYPE_LOCALLY_MANAGED; GetType 1377 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc ((*it)->GetType() == User::USER_TYPE_PUBLIC_ACCOUNT); GetType 614 chrome/browser/ui/webui/chromeos/nfc_debug_ui.cc out->SetString(kTagTypeProperty, TagTypeToString(tag->GetType())); GetType 154 chrome/browser/ui/webui/chromeos/salsa_ui.cc if (pref->GetType() == value->GetType()) { GetType 156 chrome/browser/ui/webui/chromeos/salsa_ui.cc } else if (pref->GetType() == base::Value::TYPE_DOUBLE && GetType 157 chrome/browser/ui/webui/chromeos/salsa_ui.cc value->GetType() == base::Value::TYPE_INTEGER) { GetType 95 chrome/browser/ui/webui/gesture_config_ui.cc switch (pref->GetType()) { GetType 92 chrome/browser/ui/webui/ntp/android/context_menu_handler.cc value->GetType() << ")."; GetType 103 chrome/browser/ui/webui/ntp/android/context_menu_handler.cc value->GetType() << ")."; GetType 526 chrome/browser/ui/webui/ntp/app_launcher_handler.cc extension->GetType()); GetType 52 chrome/browser/ui/webui/ntp/core_app_launcher_handler.cc RecordAppLaunchType(bucket, extension->GetType()); GetType 64 chrome/browser/ui/webui/ntp/core_app_launcher_handler.cc RecordAppLaunchType(bucket, extension->GetType()); GetType 476 chrome/browser/ui/webui/options/browser_options_handler.cc if (user && (user->GetType() != chromeos::User::USER_TYPE_GUEST)) GetType 84 chrome/browser/ui/webui/options/certificate_manager_handler.cc DCHECK(a->GetType() == base::Value::TYPE_DICTIONARY); GetType 85 chrome/browser/ui/webui/options/certificate_manager_handler.cc DCHECK(b->GetType() == base::Value::TYPE_DICTIONARY); GetType 281 chrome/browser/ui/webui/options/core_options_handler.cc switch (value->GetType()) { GetType 814 chrome/browser/ui/webui/options/preferences_browsertest.cc switch (value.GetType()) { GetType 193 chrome/browser/ui/webui/options/search_engine_manager_handler.cc if (template_url->GetType() == TemplateURL::NORMAL_CONTROLLED_BY_EXTENSION) { GetType 137 chrome/browser/web_resource/notification_promo.cc switch (node->GetType()) { GetType 610 chrome/browser/webdata/keyword_table.cc bool delete_entry = turl.GetType() == TemplateURL::OMNIBOX_API_EXTENSION; GetType 121 chrome/common/extensions/api/input_ime/input_components_handler.cc if (language_value->GetType() == base::Value::TYPE_STRING) { GetType 125 chrome/common/extensions/api/input_ime/input_components_handler.cc } else if (language_value->GetType() == base::Value::TYPE_LIST) { GetType 246 chrome/common/extensions/extension_file_util_unittest.cc CHECK_EQ(base::Value::TYPE_DICTIONARY, result->GetType()); GetType 623 chrome/common/extensions/permissions/permission_set_unittest.cc Manifest::Type extension_type = old_extension->GetType(); GetType 891 chrome/common/extensions/permissions/permission_set_unittest.cc provider->GetWarningMessages(set, extension->GetType()); GetType 900 chrome/common/extensions/permissions/permission_set_unittest.cc warnings = provider->GetWarningMessages(set, extension->GetType()); GetType 909 chrome/common/extensions/permissions/permission_set_unittest.cc warnings = provider->GetWarningMessages(set, extension->GetType()); GetType 933 chrome/common/extensions/permissions/permission_set_unittest.cc provider->GetWarningMessages(set, extension->GetType()); GetType 942 chrome/common/extensions/permissions/permission_set_unittest.cc warnings = provider->GetWarningMessages(set, extension->GetType()); GetType 1473 chrome/common/extensions/permissions/permission_set_unittest.cc extension->GetType())); GetType 49 chrome/common/extensions/sync_helper.cc switch (extension->GetType()) { GetType 41 chrome/common/extensions/value_counter.cc (*it)->value()->GetType(); GetType 27 chrome/common/net/x509_certificate_model.h net::CertType GetType(net::X509Certificate::OSCertHandle cert_handle); GetType 26 chrome/common/net/x509_certificate_model_unittest.cc x509_certificate_model::GetType(cert->os_cert_handle())); GetType 29 chrome/common/net/x509_certificate_model_unittest.cc x509_certificate_model::GetType(cert->os_cert_handle())); GetType 37 chrome/common/net/x509_certificate_model_unittest.cc x509_certificate_model::GetType(cert->os_cert_handle())); GetType 50 chrome/common/net/x509_certificate_model_unittest.cc x509_certificate_model::GetType(cert->os_cert_handle())); GetType 57 chrome/common/net/x509_certificate_model_unittest.cc x509_certificate_model::GetType(cert->os_cert_handle())); GetType 65 chrome/common/net/x509_certificate_model_unittest.cc x509_certificate_model::GetType(cert->os_cert_handle())); GetType 72 chrome/common/net/x509_certificate_model_unittest.cc x509_certificate_model::GetType(cert->os_cert_handle())); GetType 92 chrome/common/pepper_permission_util.cc (extension->GetType() == Manifest::TYPE_LEGACY_PACKAGED_APP || GetType 93 chrome/common/pepper_permission_util.cc extension->GetType() == Manifest::TYPE_PLATFORM_APP); GetType 583 chrome/installer/setup/install.cc chrome_dist->GetType())) { GetType 771 chrome/installer/setup/install_worker.cc source_type = installer_state.products()[0]->distribution()->GetType(); GetType 824 chrome/installer/setup/install_worker.cc BrowserDistribution::Type this_type = product.distribution()->GetType(); GetType 924 chrome/installer/setup/install_worker.cc installer_state.system_install(), dist->GetType()); GetType 1024 chrome/installer/setup/install_worker.cc if (dist->GetType() != BrowserDistribution::CHROME_BINARIES) { GetType 325 chrome/installer/setup/setup_main.cc original_state.GetProductState(is_system_install, dist->GetType()); GetType 450 chrome/installer/setup/setup_main.cc system_level, products[0]->distribution()->GetType()); GetType 543 chrome/installer/setup/setup_main.cc if (browser_dist->GetType() == BrowserDistribution::CHROME_BINARIES) GetType 547 chrome/installer/setup/setup_main.cc original_state.GetProductState(false, browser_dist->GetType()); GetType 549 chrome/installer/setup/setup_main.cc original_state.GetProductState(true, browser_dist->GetType()); GetType 646 chrome/installer/setup/setup_main.cc product.distribution()->GetType()); GetType 1514 chrome/installer/setup/setup_main.cc product.distribution()->GetType()); GetType 1520 chrome/installer/setup/setup_main.cc higher_products |= (1 << product.distribution()->GetType()); GetType 122 chrome/installer/setup/uninstall.cc original_state.GetProductState(system_level, distribution->GetType()); GetType 138 chrome/installer/setup/uninstall.cc if (distribution->GetType() != other_dist_type) GetType 1261 chrome/installer/setup/uninstall.cc browser_dist->GetType()); GetType 55 chrome/installer/util/browser_distribution.h Type GetType() const { return type_; } GetType 325 chrome/installer/util/google_update_settings.cc machine_state.GetProductState(true, dist->GetType()); GetType 118 chrome/installer/util/installation_state.cc if (distribution->GetType() == BrowserDistribution::CHROME_BINARIES) GetType 641 chrome/installer/util/installation_validator.cc if (ctx.dist->GetType() == BrowserDistribution::CHROME_APP_HOST) { GetType 689 chrome/installer/util/installation_validator.cc if (ctx.dist->GetType() == BrowserDistribution::CHROME_APP_HOST) { GetType 692 chrome/installer/util/installation_validator.cc if (ctx.dist->GetType() == BrowserDistribution::CHROME_BROWSER) { GetType 291 chrome/installer/util/installer_state.cc state_type_ = operand->GetType(); GetType 369 chrome/installer/util/installer_state.cc if (FindProduct(product.distribution()->GetType()) != NULL) { GetType 523 chrome/installer/util/installer_state.cc (*scan)->distribution()->GetType(); GetType 533 chrome/installer/util/installer_state.cc prod_type = products_[0]->distribution()->GetType(); GetType 32 chrome/installer/util/product.cc switch (distribution->GetType()) { GetType 49 chrome/installer/util/product.cc << distribution->GetType(); GetType 53 chrome/installer/util/product.h return distribution_->GetType() == type; GetType 57 chrome/installer/util/product.h return distribution_->GetType() == BrowserDistribution::CHROME_BROWSER; GetType 61 chrome/installer/util/product.h return distribution_->GetType() == BrowserDistribution::CHROME_FRAME; GetType 65 chrome/installer/util/product.h return distribution_->GetType() == BrowserDistribution::CHROME_APP_HOST; GetType 69 chrome/installer/util/product.h return distribution_->GetType() == BrowserDistribution::CHROME_BINARIES; GetType 71 chrome/installer/util/product_unittest.cc EXPECT_EQ(BrowserDistribution::CHROME_BROWSER, distribution->GetType()); GetType 88 chrome/installer/util/product_unittest.cc system_level, distribution->GetType()) == NULL); GetType 109 chrome/installer/util/product_unittest.cc machine_state.GetProductState(system_level, distribution->GetType()); GetType 126 chrome/installer/util/product_unittest.cc machine_state.GetProductState(system_level, distribution->GetType()); GetType 528 chrome/installer/util/user_experiment.cc system_level_toast, product.distribution()->GetType())); GetType 158 chrome/test/remoting/remote_desktop_browsertest.cc extensions::Manifest::Type type = extension->GetType(); GetType 171 chrome/test/remoting/remote_desktop_browsertest.h return extension_->GetType() == extensions::Manifest::TYPE_PLATFORM_APP; GetType 129 chromeos/attestation/attestation_flow.cc server_proxy_->GetType(), GetType 170 chromeos/attestation/attestation_flow.cc server_proxy_->GetType(), GetType 206 chromeos/attestation/attestation_flow.cc server_proxy_->GetType(), GetType 41 chromeos/attestation/attestation_flow.h virtual PrivacyCAType GetType(); GetType 92 chromeos/attestation/attestation_flow_unittest.cc EXPECT_CALL(*proxy, GetType()).WillRepeatedly(DoDefault()); GetType 160 chromeos/attestation/attestation_flow_unittest.cc EXPECT_CALL(*proxy, GetType()).WillRepeatedly(DoDefault()); GetType 188 chromeos/attestation/attestation_flow_unittest.cc EXPECT_CALL(*proxy, GetType()).WillRepeatedly(DoDefault()); GetType 225 chromeos/attestation/attestation_flow_unittest.cc EXPECT_CALL(*proxy, GetType()).WillRepeatedly(DoDefault()); GetType 267 chromeos/attestation/attestation_flow_unittest.cc EXPECT_CALL(*proxy, GetType()).WillRepeatedly(DoDefault()); GetType 301 chromeos/attestation/attestation_flow_unittest.cc EXPECT_CALL(*proxy, GetType()).WillRepeatedly(DoDefault()); GetType 330 chromeos/attestation/attestation_flow_unittest.cc EXPECT_CALL(*proxy, GetType()).WillRepeatedly(DoDefault()); GetType 358 chromeos/attestation/attestation_flow_unittest.cc EXPECT_CALL(*proxy, GetType()).WillRepeatedly(DoDefault()); GetType 400 chromeos/attestation/attestation_flow_unittest.cc EXPECT_CALL(*proxy, GetType()).WillRepeatedly(DoDefault()); GetType 436 chromeos/attestation/attestation_flow_unittest.cc EXPECT_CALL(*proxy, GetType()).WillRepeatedly(DoDefault()); GetType 456 chromeos/attestation/attestation_flow_unittest.cc EXPECT_CALL(*proxy, GetType()).WillRepeatedly(Return(ALTERNATE_PCA)); GetType 49 chromeos/attestation/mock_attestation_flow.h MOCK_METHOD0(GetType, PrivacyCAType()); GetType 39 chromeos/dbus/nfc_client_helpers.cc switch (value.GetType()) { GetType 82 chromeos/dbus/nfc_client_helpers.cc DLOG(ERROR) << "Unexpected type: " << value.GetType(); GetType 401 chromeos/dbus/shill_client_helper.cc switch (value.GetType()) { GetType 417 chromeos/dbus/shill_client_helper.cc DLOG_IF(ERROR, value.GetType() != base::Value::TYPE_STRING) GetType 418 chromeos/dbus/shill_client_helper.cc << "Unexpected type " << value.GetType(); GetType 437 chromeos/dbus/shill_client_helper.cc LOG_IF(ERROR, value.GetType() != base::Value::TYPE_STRING) GetType 438 chromeos/dbus/shill_client_helper.cc << "Unexpected type " << value.GetType(); GetType 454 chromeos/dbus/shill_client_helper.cc DLOG(ERROR) << "Unexpected type " << value.GetType(); GetType 116 chromeos/dbus/shill_ipconfig_client.cc switch (value.GetType()) { GetType 127 chromeos/dbus/shill_ipconfig_client.cc DLOG_IF(ERROR, (*it)->GetType() != base::Value::TYPE_STRING) GetType 128 chromeos/dbus/shill_ipconfig_client.cc << "Unexpected type " << (*it)->GetType(); GetType 143 chromeos/dbus/shill_ipconfig_client.cc DLOG(ERROR) << "Unexpected type " << value.GetType(); GetType 415 chromeos/network/network_sms_handler.cc value->GetType() != base::Value::TYPE_LIST) { GetType 41 chromeos/network/network_state_unittest.cc if (other->GetType() != GetType()) GetType 24 chromeos/network/onc/onc_mapper.cc switch (onc_value.GetType()) { GetType 63 chromeos/network/onc/onc_test_utils.cc << content->GetType(); GetType 37 chromeos/network/onc/onc_translator_shill_to_onc.cc if (value == NULL || value->GetType() != type) { GetType 387 chromeos/network/onc/onc_translator_shill_to_onc.cc if (shill_value->GetType() != field_signature->value_signature->onc_type) { GetType 390 chromeos/network/onc/onc_translator_shill_to_onc.cc << " has base::Value::Type " << shill_value->GetType() GetType 85 chromeos/network/onc/onc_validator.cc if (onc_value.GetType() != signature.onc_type) { GetType 87 chromeos/network/onc/onc_validator.cc << "' of type '" << ValueTypeToString(onc_value.GetType()) GetType 97 chromeos/network/onc/onc_validator.cc CHECK_EQ(repaired->GetType(), signature.onc_type); GetType 103 chromeos/tools/onc_validator/onc_validator.cc << value->GetType(); GetType 73 components/autofill/core/browser/autocomplete_history_manager.cc DCHECK_EQ(AUTOFILL_VALUE_RESULT, result->GetType()); GetType 195 components/autofill/core/browser/personal_data_manager.cc switch (result->GetType()) { GetType 372 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc DCHECK(result->GetType() == AUTOFILL_PROFILES_RESULT); GetType 381 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc DCHECK(result->GetType() == AUTOFILL_CREDITCARDS_RESULT); GetType 29 components/json_schema/json_schema_validator.cc << "Unexpected value type: " << value->GetType(); GetType 107 components/json_schema/json_schema_validator.cc switch (it.value().GetType()) { GetType 249 components/json_schema/json_schema_validator.cc switch (value->GetType()) { GetType 342 components/json_schema/json_schema_validator.cc switch (value->GetType()) { GetType 366 components/json_schema/json_schema_validator.cc NOTREACHED() << "Unexpected value type: " << value->GetType(); GetType 552 components/json_schema/json_schema_validator.cc switch (choice->GetType()) { GetType 570 components/json_schema/json_schema_validator.cc NOTREACHED() << "Unexpected type in enum: " << choice->GetType(); GetType 714 components/json_schema/json_schema_validator.cc if (item_value && item_value->GetType() != base::Value::TYPE_NULL) { GetType 51 components/json_schema/json_schema_validator_unittest_base.cc ADD_FAILURE() << "Expected type " << type << ", got: " << result->GetType(); GetType 69 components/policy/core/common/policy_loader_win_unittest.cc switch (value.GetType()) { GetType 622 components/policy/core/common/policy_loader_win_unittest.cc switch (value->GetType()) { GetType 58 components/policy/core/common/policy_test_utils.cc switch (value->GetType()) { GetType 129 components/policy/core/common/registry_dict_win.cc LOG(WARNING) << "Failed to convert " << value.GetType() GetType 183 components/signin/core/browser/mutable_profile_oauth2_token_service.cc DCHECK(result->GetType() == TOKEN_RESULT); GetType 48 components/webdata/common/web_data_results.h WDResultType GetType() const { GetType 221 content/browser/accessibility/accessibility_tree_formatter_win.cc switch (value->GetType()) { GetType 41 content/browser/device_orientation/data_fetcher_shared_memory.h virtual FetcherType GetType() const OVERRIDE; GetType 49 content/browser/device_orientation/data_fetcher_shared_memory.h virtual FetcherType GetType() const OVERRIDE; GetType 75 content/browser/device_orientation/data_fetcher_shared_memory_base.cc if (!timer_ && fetcher_->GetType() == FETCHER_TYPE_POLLING_CALLBACK) { GetType 128 content/browser/device_orientation/data_fetcher_shared_memory_base.cc if (GetType() != FETCHER_TYPE_DEFAULT) { GetType 151 content/browser/device_orientation/data_fetcher_shared_memory_base.cc if (GetType() != FETCHER_TYPE_DEFAULT) { GetType 66 content/browser/device_orientation/data_fetcher_shared_memory_base.h virtual FetcherType GetType() const; GetType 166 content/browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc return FakeDataFetcher::GetType(); GetType 291 content/browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc fake_data_fetcher.GetType()); GetType 306 content/browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc fake_data_fetcher.GetType()); GetType 321 content/browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc fake_data_fetcher.GetType()); GetType 337 content/browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc fake_data_fetcher.GetType()); GetType 353 content/browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc fake_data_fetcher.GetType()); GetType 388 content/browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc fake_data_fetcher.GetType()); GetType 151 content/browser/device_orientation/data_fetcher_shared_memory_win.cc if (!SUCCEEDED(sensor->GetType(&sensor_type))) GetType 754 content/browser/devtools/devtools_http_handler_impl.cc dictionary->SetString(kTargetTypeField, target.GetType()); GetType 379 content/browser/geolocation/network_location_request.cc << response_value->GetType(); GetType 401 content/browser/geolocation/network_location_request.cc << location_value->GetType(); GetType 595 content/browser/indexed_db/indexed_db_backing_store.cc if (val && val->GetType() == base::Value::TYPE_DICTIONARY) { GetType 198 content/browser/media/webrtc_getusermedia_browsertest.cc EXPECT_EQ(value->GetType(), base::Value::TYPE_LIST); GetType 239 content/browser/media/webrtc_internals_browsertest.cc EXPECT_EQ(base::Value::TYPE_LIST, value_requests->GetType()); GetType 422 content/browser/media/webrtc_internals_browsertest.cc EXPECT_EQ(base::Value::TYPE_DICTIONARY, dump->GetType()); GetType 432 content/browser/media/webrtc_internals_browsertest.cc EXPECT_EQ(base::Value::TYPE_DICTIONARY, value->GetType()); GetType 440 content/browser/media/webrtc_internals_browsertest.cc EXPECT_EQ(base::Value::TYPE_LIST, value->GetType()); GetType 446 content/browser/media/webrtc_internals_browsertest.cc EXPECT_EQ(base::Value::TYPE_DICTIONARY, value->GetType()); GetType 460 content/browser/media/webrtc_internals_browsertest.cc EXPECT_EQ(base::Value::TYPE_DICTIONARY, dump->GetType()); GetType 471 content/browser/media/webrtc_internals_browsertest.cc EXPECT_EQ(base::Value::TYPE_DICTIONARY, value->GetType()); GetType 28 content/browser/renderer_host/gtk_plugin_container.cc return G_TYPE_CHECK_INSTANCE_CAST(instance, GetType(), GtkPluginContainer); GetType 80 content/browser/renderer_host/gtk_plugin_container.cc return GTK_WIDGET(g_object_new(GtkPluginContainer::GetType(), NULL)); GetType 64 content/browser/renderer_host/pepper/pepper_file_ref_host.cc fs_type_ = file_system_host->GetType(); GetType 55 content/browser/renderer_host/pepper/pepper_file_system_browser_host.h PP_FileSystemType GetType() const { return type_; } GetType 53 content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.cc fs_type_(fs_host->GetType()), GetType 51 content/browser/service_worker/service_worker_register_job.cc if (job->GetType() != GetType()) GetType 54 content/browser/service_worker/service_worker_register_job.h virtual RegistrationJobType GetType() OVERRIDE; GetType 28 content/browser/service_worker/service_worker_register_job_base.h virtual RegistrationJobType GetType() = 0; GetType 38 content/browser/service_worker/service_worker_unregister_job.cc if (job->GetType() != GetType()) GetType 44 content/browser/service_worker/service_worker_unregister_job.h virtual RegistrationJobType GetType() OVERRIDE; GetType 59 content/browser/speech/google_one_shot_remote_engine.cc << response_value->GetType(); GetType 100 content/browser/speech/google_one_shot_remote_engine.cc << hypotheses_value->GetType(); GetType 119 content/browser/speech/google_one_shot_remote_engine.cc << hypothesis->GetType(); GetType 32 content/public/browser/devtools_target.h virtual std::string GetType() const = 0; GetType 72 content/renderer/accessibility/renderer_accessibility.h virtual RendererAccessibilityType GetType() = 0; GetType 51 content/renderer/accessibility/renderer_accessibility_complete.h virtual RendererAccessibilityType GetType() OVERRIDE; GetType 58 content/renderer/accessibility/renderer_accessibility_focus_only.h virtual RendererAccessibilityType GetType() OVERRIDE; GetType 39 content/renderer/pepper/npobject_var.h virtual PP_VarType GetType() const OVERRIDE; GetType 30 content/renderer/pepper/pepper_file_ref_renderer_host.cc file_system_type_ = fs_host_->GetType(); GetType 51 content/renderer/pepper/pepper_file_system_host.h PP_FileSystemType GetType() const { return type_; } GetType 2341 content/renderer/render_view_browsertest.cc view()->renderer_accessibility()->GetType()); GetType 2351 content/renderer/render_view_browsertest.cc view()->renderer_accessibility()->GetType()); GetType 2357 content/renderer/render_view_browsertest.cc view()->renderer_accessibility()->GetType()); GetType 136 content/renderer/v8_value_converter_impl.cc switch (value->GetType()) { GetType 176 content/renderer/v8_value_converter_impl.cc LOG(ERROR) << "Unexpected value type: " << value->GetType(); GetType 110 content/renderer/v8_value_converter_impl_unittest.cc return child->GetType() == base::Value::TYPE_NULL; GetType 129 content/renderer/v8_value_converter_impl_unittest.cc return child->GetType() == base::Value::TYPE_NULL; GetType 152 content/renderer/v8_value_converter_impl_unittest.cc EXPECT_EQ(expected_type, raw->GetType()); GetType 167 content/renderer/v8_value_converter_impl_unittest.cc EXPECT_EQ(expected_type, temp->GetType()); GetType 181 content/renderer/v8_value_converter_impl_unittest.cc EXPECT_EQ(expected_type, temp->GetType()); GetType 188 content/renderer/v8_value_converter_impl_unittest.cc EXPECT_EQ(base::Value::TYPE_NULL, temp->GetType()); GetType 67 dbus/values_util.cc switch (value.GetType()) { GetType 81 dbus/values_util.cc DLOG(ERROR) << "Unexpected type " << value.GetType(); GetType 213 dbus/values_util.cc switch (value.GetType()) { GetType 243 dbus/values_util.cc DLOG(ERROR) << "Unexpected type " << value.GetType(); GetType 62 device/nfc/nfc_ndef_record.cc if (field_iter->second != iter.value().GetType()) { GetType 64 device/nfc/nfc_ndef_record.cc << iter.value().GetType() << ", expected: " GetType 80 device/nfc/nfc_tag.h virtual TagType GetType() const = 0; GetType 99 device/nfc/nfc_tag_chromeos.cc NfcTag::TagType type = GetType(); GetType 144 device/nfc/nfc_tag_chromeos.cc TagTypeChanged(this, GetType())); GetType 29 device/nfc/nfc_tag_chromeos.h virtual TagType GetType() const OVERRIDE; GetType 87 extensions/browser/admin_policy.cc switch (extension->GetType()) { GetType 97 extensions/browser/admin_policy.cc base::FundamentalValue type_value(extension->GetType()); GetType 181 extensions/browser/api/storage/storage_api.cc switch (input->GetType()) { GetType 226 extensions/browser/api/storage/storage_api.cc switch (input->GetType()) { GetType 270 extensions/browser/api/storage/storage_api.cc switch (input->GetType()) { GetType 304 extensions/browser/extension_prefs.cc return key_value->GetType() == type_enum_value ? GetType 323 extensions/browser/extension_prefs.cc CHECK(key_value->GetType() == type_enum_value); GetType 43 extensions/browser/extension_web_contents_observer.cc Manifest::Type type = extension->GetType(); GetType 732 extensions/common/extension.cc GetType() == Manifest::TYPE_PLATFORM_APP)) { GetType 202 extensions/common/extension.h Manifest::Type GetType() const; GetType 58 extensions/common/extension_api.cc result.get() ? result->GetType() : -1, GetType 105 extensions/common/features/base_feature_provider.cc if (iter.value().GetType() == base::Value::TYPE_DICTIONARY) { GetType 148 extensions/common/features/base_feature_provider.cc } else if (iter.value().GetType() == base::Value::TYPE_LIST) { GetType 160 extensions/common/features/base_feature_provider.cc if ((*list_iter)->GetType() != base::Value::TYPE_DICTIONARY) { GetType 32 extensions/common/features/manifest_feature.cc return CreateAvailability(NOT_PRESENT, extension->GetType()); GetType 31 extensions/common/features/permission_feature.cc return CreateAvailability(NOT_PRESENT, extension->GetType()); GetType 334 extensions/common/features/simple_feature.cc extension->GetType(), GetType 137 extensions/common/manifest_handler.cc handler->AlwaysParseForType(extension->GetType())) { GetType 159 extensions/common/manifest_handler.cc handler->AlwaysValidateForType(extension->GetType())) { GetType 164 extensions/common/manifest_handlers/background_info.cc if (background_scripts_value->GetType() != base::Value::TYPE_LIST) { GetType 91 extensions/common/manifest_handlers/csp_info.cc extension->GetType())); GetType 109 extensions/common/manifest_handlers/csp_info.cc extension->GetType())) { GetType 103 extensions/common/manifest_handlers/sandboxed_page_info.cc sandboxed_info->content_security_policy, extension->GetType())) { GetType 111 extensions/common/manifest_handlers/sandboxed_page_info.cc sandboxed_info->content_security_policy, extension->GetType())); GetType 139 extensions/common/permissions/permissions_data.cc extension->GetType(), GetType 427 extensions/common/permissions/permissions_data.cc GetActivePermissions(extension), extension->GetType()); GetType 439 extensions/common/permissions/permissions_data.cc GetActivePermissions(extension), extension->GetType()); GetType 451 extensions/common/permissions/permissions_data.cc GetActivePermissions(extension), extension->GetType()); GetType 23 google_apis/drive/drive_api_parser_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, document->GetType()); GetType 40 google_apis/drive/drive_api_parser_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, document->GetType()); GetType 124 google_apis/drive/drive_api_parser_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, document->GetType()); GetType 238 google_apis/drive/drive_api_parser_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, document->GetType()); GetType 26 google_apis/drive/gdata_wapi_parser_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, document->GetType()); GetType 155 google_apis/drive/gdata_wapi_parser_unittest.cc ASSERT_EQ(base::Value::TYPE_DICTIONARY, document->GetType()); GetType 791 google_apis/gaia/gaia_auth_fetcher.cc if (value.get() && value->GetType() == base::Value::TYPE_DICTIONARY) { GetType 123 google_apis/gaia/oauth2_access_token_fetcher_impl.cc if (!value.get() || value->GetType() != base::Value::TYPE_DICTIONARY) GetType 175 google_apis/gaia/oauth2_mint_token_flow_unittest.cc EXPECT_EQ(base::Value::TYPE_DICTIONARY, value->GetType()); GetType 63 ipc/ipc_message_utils.cc m->WriteInt(value->GetType()); GetType 65 ipc/ipc_message_utils.cc switch (value->GetType()) { GetType 128 media/cdm/json_web_key.cc if (!root.get() || root->GetType() != base::Value::TYPE_DICTIONARY) GetType 526 media/filters/source_buffer_stream.cc GetType(), *buffers_for_new_range, new_range_start_time, GetType 723 media/filters/source_buffer_stream.cc GetType())) { GetType 742 media/filters/source_buffer_stream.cc GetType()); GetType 905 media/filters/source_buffer_stream.cc GetType(), buffers, kNoTimestamp(), GetType 992 media/filters/source_buffer_stream.cc AllowSameTimestamp(prev_is_keyframe, next_is_keyframe, GetType()); GetType 1552 media/filters/source_buffer_stream.cc switch (GetType()) { GetType 1595 media/filters/source_buffer_stream.cc if (GetType() != kAudio) GetType 303 media/filters/source_buffer_stream.h Type GetType() const; GetType 256 media/filters/source_buffer_stream_unittest.cc const SourceBufferStream::Type type = stream_->GetType(); GetType 73 mojo/system/channel.cc DCHECK_EQ(message_pipe->GetType(port), MessagePipeEndpoint::kTypeProxy); GetType 30 mojo/system/data_pipe_consumer_dispatcher.h virtual Type GetType() const OVERRIDE; GetType 30 mojo/system/data_pipe_producer_dispatcher.h virtual Type GetType() const OVERRIDE; GetType 57 mojo/system/dispatcher.h virtual Type GetType() const = 0; GetType 314 mojo/system/dispatcher.h Dispatcher::Type GetType() const { return dispatcher_->GetType(); } GetType 45 mojo/system/dispatcher_unittest.cc EXPECT_EQ(Dispatcher::kTypeUnknown, d->GetType()); GetType 26 mojo/system/local_message_pipe_endpoint.h virtual Type GetType() const OVERRIDE; GetType 255 mojo/system/message_in_transit.cc handle_table[i].type = static_cast<int32_t>(dispatcher->GetType()); GetType 40 mojo/system/message_pipe.cc return endpoints_[port]->GetType(); GetType 126 mojo/system/message_pipe.cc DCHECK_EQ(endpoints_[port]->GetType(), MessagePipeEndpoint::kTypeLocal); GetType 134 mojo/system/message_pipe.cc endpoints_[GetPeerPort(port)]->GetType() == GetType 192 mojo/system/message_pipe.cc if ((*transports)[i].GetType() == Dispatcher::kTypeMessagePipe) { GetType 44 mojo/system/message_pipe.h MessagePipeEndpoint::Type GetType(unsigned port); GetType 213 mojo/system/message_pipe_dispatcher.cc DCHECK_EQ(message_pipe_dispatcher()->GetType(), Dispatcher::kTypeMessagePipe); GetType 32 mojo/system/message_pipe_dispatcher.h virtual Type GetType() const OVERRIDE; GetType 42 mojo/system/message_pipe_endpoint.h virtual Type GetType() const = 0; GetType 55 mojo/system/proxy_message_pipe_endpoint.h virtual Type GetType() const OVERRIDE; GetType 491 mojo/system/remote_message_pipe_unittest.cc EXPECT_EQ(Dispatcher::kTypeMessagePipe, read_dispatchers[0]->GetType()); GetType 36 mojo/system/shared_buffer_dispatcher.h virtual Type GetType() const OVERRIDE; GetType 101 mojo/system/shared_buffer_dispatcher_unittest.cc EXPECT_EQ(Dispatcher::kTypeSharedBuffer, dispatcher->GetType()); GetType 155 mojo/system/shared_buffer_dispatcher_unittest.cc EXPECT_EQ(Dispatcher::kTypeSharedBuffer, dispatcher2->GetType()); GetType 82 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc if (event.GetType() == PP_INPUTEVENT_TYPE_MOUSEDOWN || GetType 83 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc event.GetType() == PP_INPUTEVENT_TYPE_MOUSEMOVE) { GetType 93 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc if (event.GetType() == PP_INPUTEVENT_TYPE_MOUSEUP) GetType 144 native_client_sdk/src/examples/api/input_event/input_event.cc switch (event.GetType()) { GetType 168 native_client_sdk/src/examples/api/input_event/input_event.cc << (event.GetType() == PP_INPUTEVENT_TYPE_CONTEXTMENU); GetType 209 native_client_sdk/src/examples/api/input_event/input_event.cc stream << "Touch event:" << TouchKindToString(event.GetType()) GetType 233 native_client_sdk/src/examples/api/input_event/input_event.cc oss << "Default (unhandled) event, type=" << event.GetType(); GetType 51 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc switch (event.GetType()) { GetType 79 native_client_sdk/src/examples/api/network_monitor/network_monitor.cc var_network.Set("type", GetNetworkTypeAsString(network_list.GetType(i))); GetType 690 native_client_sdk/src/examples/demo/earth/earth.cc switch (event.GetType()) { GetType 703 native_client_sdk/src/examples/demo/earth/earth.cc if (event.GetType() == PP_INPUTEVENT_TYPE_MOUSEDOWN) GetType 728 native_client_sdk/src/examples/demo/earth/earth.cc if (event.GetType() == PP_INPUTEVENT_TYPE_TOUCHSTART) GetType 163 native_client_sdk/src/examples/demo/life/life.c PP_InputEvent_Type type = g_pInputEvent->GetType(event->as_resource); GetType 442 native_client_sdk/src/examples/demo/voronoi/voronoi.cc switch (event.GetType()) { GetType 733 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc switch (event.GetType()) { GetType 167 native_client_sdk/src/gonacl_appengine/src/life/life.c PP_InputEvent_Type type = g_pInputEvent->GetType(event->as_resource); GetType 421 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc switch (event.GetType()) { GetType 36 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.h virtual int GetType(); GetType 138 native_client_sdk/src/libraries/nacl_io/kernel_object.cc if ((node->GetType() & S_IFDIR) == 0) GetType 1643 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc if ((handle->get()->node_->GetType() & S_IFSOCK) == 0) { GetType 94 native_client_sdk/src/libraries/nacl_io/node.h virtual int GetType(); GetType 79 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc EXPECT_EQ(S_IFREG, file.GetType()); GetType 209 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc EXPECT_EQ(S_IFDIR, root.GetType()); GetType 34 native_client_sdk/src/tests/nacl_io_test/mock_node.h MOCK_METHOD0(GetType, int()); GetType 35 net/dns/dns_transaction.h virtual uint16 GetType() const = 0; GetType 251 net/dns/dns_transaction_unittest.cc EXPECT_EQ(qtype_, transaction_->GetType()); GetType 1064 net/dns/host_resolver_impl.cc switch (transaction->GetType()) { GetType 1092 net/dns/host_resolver_impl.cc if (transaction->GetType() == dns_protocol::kTypeA) { GetType 78 net/dns/mdns_client.h virtual uint16 GetType() const = 0; GetType 124 net/dns/mdns_client.h virtual uint16 GetType() const = 0; GetType 314 net/dns/mdns_client_impl.cc ListenerKey key(listener->GetName(), listener->GetType()); GetType 330 net/dns/mdns_client_impl.cc ListenerKey key(listener->GetName(), listener->GetType()); GetType 212 net/dns/mdns_client_impl.h virtual uint16 GetType() const OVERRIDE; GetType 256 net/dns/mdns_client_impl.h virtual uint16 GetType() const OVERRIDE; GetType 27 net/test/spawned_test_server/local_test_server.cc switch (value_node.GetType()) { GetType 88 ppapi/c/dev/ppb_device_ref_dev.h PP_DeviceType_Dev (*GetType)(PP_Resource device_ref); GetType 92 ppapi/c/ppb_file_system.h PP_FileSystemType (*GetType)(PP_Resource file_system); GetType 442 ppapi/c/ppb_input_event.h PP_InputEvent_Type (*GetType)(PP_Resource event); GetType 125 ppapi/c/ppb_network_list.h PP_NetworkList_Type (*GetType)(PP_Resource resource, uint32_t index); GetType 38 ppapi/cpp/dev/device_ref_dev.cc return get_interface<PPB_DeviceRef_Dev>()->GetType(pp_resource()); GetType 26 ppapi/cpp/dev/device_ref_dev.h PP_DeviceType_Dev GetType() const; GetType 69 ppapi/cpp/input_event.cc return get_interface<PPB_InputEvent_1_0>()->GetType(pp_resource()); GetType 65 ppapi/cpp/input_event.h PP_InputEvent_Type GetType() const; GetType 54 ppapi/cpp/network_list.cc return get_interface<PPB_NetworkList_1_0>()->GetType( GetType 37 ppapi/cpp/network_list.h PP_NetworkList_Type GetType(uint32_t index) const; GetType 52 ppapi/examples/2d/paint_manager_example.cc switch (event.GetType()) { GetType 25 ppapi/examples/file_chooser/file_chooser.cc switch (event.GetType()) { GetType 60 ppapi/examples/gles2/gles2.cc if (event.GetType() == PP_INPUTEVENT_TYPE_MOUSEUP) { GetType 468 ppapi/examples/ime/ime.cc switch (event.GetType()) { GetType 523 ppapi/examples/ime/ime.cc if (ret && (dragging_ || event.GetType() != PP_INPUTEVENT_TYPE_MOUSEMOVE)) GetType 52 ppapi/examples/input/pointer_event_input.cc switch (event.GetType()) { GetType 43 ppapi/examples/mouse_cursor/mouse_cursor.cc switch (event.GetType()) { GetType 51 ppapi/examples/mouse_lock/mouse_lock.cc switch (event.GetType()) { GetType 61 ppapi/examples/scaling/scaling.cc switch (event.GetType()) { GetType 594 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c return iface->GetType(file_system); GetType 1203 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c return iface->GetType(resource, index); GetType 1970 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c return iface->GetType(device_ref); GetType 4381 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .GetType = (PP_FileSystemType (*)(PP_Resource file_system))&Pnacl_M14_PPB_FileSystem_GetType GetType 4552 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .GetType = (PP_NetworkList_Type (*)(PP_Resource resource, uint32_t index))&Pnacl_M31_PPB_NetworkList_GetType, GetType 4780 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .GetType = (PP_DeviceType_Dev (*)(PP_Resource device_ref))&Pnacl_M18_PPB_DeviceRef_Dev_GetType, GetType 46 ppapi/proxy/device_enumeration_resource_helper_unittest.cc if (expected.type != enter.object()->GetType()) GetType 75 ppapi/proxy/file_ref_resource.cc if (enter.object()->GetType() != create_info.file_system_type) { GetType 53 ppapi/proxy/file_system_resource.h virtual PP_FileSystemType GetType() OVERRIDE; GetType 36 ppapi/proxy/network_list_resource.h virtual PP_NetworkList_Type GetType(uint32_t index) OVERRIDE; GetType 565 ppapi/proxy/ppapi_param_traits.cc ppapi::SocketOptionData::Type type = p.GetType(); GetType 30 ppapi/proxy/proxy_object_var.h virtual PP_VarType GetType() const OVERRIDE; GetType 32 ppapi/shared_impl/array_var.h virtual PP_VarType GetType() const OVERRIDE; GetType 33 ppapi/shared_impl/dictionary_var.h virtual PP_VarType GetType() const OVERRIDE; GetType 45 ppapi/shared_impl/ppb_device_ref_shared.h virtual PP_DeviceType_Dev GetType() OVERRIDE; GetType 76 ppapi/shared_impl/ppb_input_event_shared.h virtual PP_InputEvent_Type GetType() OVERRIDE; GetType 41 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc switch (value->GetType()) { GetType 45 ppapi/shared_impl/resource_var.h virtual PP_VarType GetType() const OVERRIDE; GetType 20 ppapi/shared_impl/socket_option_data.h Type GetType() const; GetType 99 ppapi/shared_impl/var.cc result.type = GetType(); GetType 50 ppapi/shared_impl/var.h virtual PP_VarType GetType() const = 0; GetType 117 ppapi/shared_impl/var.h virtual PP_VarType GetType() const OVERRIDE; GetType 181 ppapi/shared_impl/var.h virtual PP_VarType GetType() const OVERRIDE; GetType 79 ppapi/shared_impl/var_tracker.cc DCHECK(info.var->GetType() == PP_VARTYPE_OBJECT); GetType 118 ppapi/shared_impl/var_tracker.cc if (var->GetType() == PP_VARTYPE_OBJECT) { GetType 141 ppapi/shared_impl/var_value_conversions.cc switch (value.GetType()) { GetType 238 ppapi/shared_impl/var_value_conversions.cc DCHECK(top.value->GetType() == base::Value::TYPE_DICTIONARY); GetType 268 ppapi/shared_impl/var_value_conversions.cc DCHECK(top.value->GetType() == base::Value::TYPE_LIST); GetType 303 ppapi/shared_impl/var_value_conversions.cc if (top.value->GetType() == base::Value::TYPE_DICTIONARY) { GetType 316 ppapi/shared_impl/var_value_conversions.cc } else if (top.value->GetType() == base::Value::TYPE_LIST) { GetType 30 ppapi/shared_impl/var_value_conversions_unittest.cc switch (value.GetType()) { GetType 192 ppapi/tests/test_fullscreen.cc if (event.GetType() != PP_INPUTEVENT_TYPE_MOUSEDOWN && GetType 193 ppapi/tests/test_fullscreen.cc event.GetType() != PP_INPUTEVENT_TYPE_MOUSEUP) GetType 100 ppapi/tests/test_ime_input_event.cc switch (input_event.GetType()) { GetType 240 ppapi/tests/test_ime_input_event.cc int32_t received_type = input_event_interface_->GetType(received); GetType 241 ppapi/tests/test_ime_input_event.cc int32_t expected_type = input_event_interface_->GetType(expected); GetType 208 ppapi/tests/test_input_event.cc int32_t received_type = input_event_interface_->GetType(received); GetType 209 ppapi/tests/test_input_event.cc int32_t expected_type = input_event_interface_->GetType(expected); GetType 219 ppapi/tests/test_input_event.cc switch (input_event_interface_->GetType(received)) { GetType 121 ppapi/tests/test_network_monitor.cc PP_NetworkList_Type type = network_list.GetType(iface); GetType 25 ppapi/thunk/ppb_device_ref_api.h virtual PP_DeviceType_Dev GetType() = 0; GetType 30 ppapi/thunk/ppb_device_ref_dev_thunk.cc return enter.object()->GetType(); GetType 43 ppapi/thunk/ppb_device_ref_dev_thunk.cc &GetType, GetType 37 ppapi/thunk/ppb_file_ref_thunk.cc info.file_system_type = enter_file_system.object()->GetType(); GetType 24 ppapi/thunk/ppb_file_system_api.h virtual PP_FileSystemType GetType() = 0; GetType 49 ppapi/thunk/ppb_file_system_thunk.cc return enter.object()->GetType(); GetType 56 ppapi/thunk/ppb_file_system_thunk.cc &GetType GetType 26 ppapi/thunk/ppb_input_event_api.h virtual PP_InputEvent_Type GetType() = 0; GetType 58 ppapi/thunk/ppb_input_event_thunk.cc return enter.object()->GetType(); GetType 82 ppapi/thunk/ppb_input_event_thunk.cc &GetType, GetType 130 ppapi/thunk/ppb_input_event_thunk.cc PP_InputEvent_Type type = GetType(resource); GetType 209 ppapi/thunk/ppb_input_event_thunk.cc PP_InputEvent_Type type = GetType(resource); GetType 284 ppapi/thunk/ppb_input_event_thunk.cc PP_InputEvent_Type type = GetType(resource); GetType 357 ppapi/thunk/ppb_input_event_thunk.cc PP_InputEvent_Type type = GetType(resource); GetType 463 ppapi/thunk/ppb_input_event_thunk.cc PP_InputEvent_Type type = GetType(resource); GetType 23 ppapi/thunk/ppb_network_list_api.h virtual PP_NetworkList_Type GetType(uint32_t index) = 0; GetType 46 ppapi/thunk/ppb_network_list_thunk.cc return enter.object()->GetType(index); GetType 87 ppapi/thunk/ppb_network_list_thunk.cc &GetType, GetType 48 remoting/client/plugin/pepper_input_handler.cc switch (event.GetType()) { GetType 69 remoting/client/plugin/pepper_input_handler.cc key_event.set_pressed(event.GetType() == PP_INPUTEVENT_TYPE_KEYDOWN); GetType 94 remoting/client/plugin/pepper_input_handler.cc bool is_down = (event.GetType() == PP_INPUTEVENT_TYPE_MOUSEDOWN); GetType 179 remoting/client/plugin/pepper_input_handler.cc VLOG(0) << "Unhandled input event: " << event.GetType(); GetType 77 remoting/host/native_messaging/native_messaging_channel.cc if (message->GetType() != base::Value::TYPE_DICTIONARY) { GetType 63 remoting/host/pairing_registry_delegate_win.cc if (value->GetType() != base::Value::TYPE_DICTIONARY) { GetType 52 remoting/host/policy_hack/policy_watcher.cc if (!value->IsType(i.value().GetType())) { GetType 177 remoting/host/policy_hack/policy_watcher_win.cc if (i.value().GetType() == base::DictionaryValue::TYPE_BOOLEAN) { GetType 183 remoting/host/policy_hack/policy_watcher_win.cc if (i.value().GetType() == base::DictionaryValue::TYPE_STRING) { GetType 189 remoting/host/setup/daemon_controller_delegate_win.cc if (!config || config->GetType() != base::Value::TYPE_DICTIONARY) GetType 178 remoting/host/token_validator_base.cc if (!value.get() || value->GetType() != base::Value::TYPE_DICTIONARY || GetType 80 sandbox/win/src/crosscall_client.h ArgType GetType() { GetType 119 sandbox/win/src/crosscall_client.h ArgType GetType() { GetType 164 sandbox/win/src/crosscall_client.h ArgType GetType() { GetType 205 sandbox/win/src/crosscall_client.h ArgType GetType() { GetType 206 sandbox/win/src/crosscall_client.h return Base::GetType(); GetType 235 sandbox/win/src/crosscall_client.h ArgType GetType() { GetType 236 sandbox/win/src/crosscall_client.h return Base::GetType(); GetType 284 sandbox/win/src/crosscall_client.h ArgType GetType() { GetType 306 sandbox/win/src/crosscall_client.h ch##num.IsInOut(), ch##num.GetType())) \ GetType 18 sync/internal_api/events/protocol_event.cc dict->SetString("type", event.GetType()); GetType 31 sync/internal_api/public/events/commit_request_event.h virtual std::string GetType() const OVERRIDE; GetType 30 sync/internal_api/public/events/commit_response_event.h virtual std::string GetType() const OVERRIDE; GetType 28 sync/internal_api/public/events/configure_get_updates_request_event.h virtual std::string GetType() const OVERRIDE; GetType 32 sync/internal_api/public/events/get_updates_response_event.h virtual std::string GetType() const OVERRIDE; GetType 33 sync/internal_api/public/events/normal_get_updates_request_event.h virtual std::string GetType() const OVERRIDE; GetType 31 sync/internal_api/public/events/poll_get_updates_request_event.h virtual std::string GetType() const OVERRIDE; GetType 38 sync/internal_api/public/events/protocol_event.h virtual std::string GetType() const = 0; GetType 616 sync/syncable/model_type.cc NOTREACHED() << "Unsupported value type: " << value.GetType(); GetType 69 third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc internal::WireFormat::TagSize(descriptor->number(), GetType(descriptor))); GetType 103 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc vars["type_constant"] = TypeName(GetType(descriptor)); GetType 61 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc if (GetType(field) == FieldDescriptor::TYPE_GROUP) { GetType 210 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc switch (GetType(field)) { GetType 325 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc if (GetType(field) == FieldDescriptor::TYPE_BYTES) { GetType 97 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h FieldDescriptor::Type GetType(const FieldDescriptor* field); GetType 66 third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc (GetType(descriptor) == FieldDescriptor::TYPE_GROUP) ? GetType 394 third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc if (GetType(descriptor_) == FieldDescriptor::TYPE_GROUP) { GetType 916 third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc if (GetType(descriptor_) == FieldDescriptor::TYPE_GROUP) { GetType 97 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc switch (GetType(field)) { GetType 179 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc WireFormat::TagSize(descriptor->number(), GetType(descriptor))); GetType 192 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc int fixed_size = FixedSize(GetType(descriptor)); GetType 728 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc if (FixedSize(GetType(descriptor_)) == -1) { GetType 74 third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.cc WireFormat::TagSize(descriptor->number(), GetType(descriptor))); GetType 246 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc if (data.GetType() == atom_cache_.GetAtom(kMimeTypeMozillaURL)) { GetType 262 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc } else if (data.GetType() == atom_cache_.GetAtom( GetType 352 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc if (data.GetType() == atom_cache_.GetAtom(kMimeTypeMozillaURL)) { GetType 355 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc } else if (data.GetType() == atom_cache_.GetAtom( GetType 107 ui/base/x/selection_utils.h ::Atom GetType() const; GetType 899 ui/views/controls/menu/menu_controller.cc current_path[i]->GetType() == MenuItemView::SUBMENU) { GetType 933 ui/views/controls/menu/menu_controller.cc menu_item->GetType() != MenuItemView::SUBMENU)) { GetType 127 ui/views/controls/menu/menu_item_view.cc if (GetType() == SEPARATOR) GetType 169 ui/views/controls/menu/menu_item_view.cc switch (GetType()) { GetType 1044 ui/views/controls/menu/menu_item_view.cc if (menu_item->GetType() == CHECKBOX || GetType 1045 ui/views/controls/menu/menu_item_view.cc menu_item->GetType() == RADIO) { GetType 1066 ui/views/controls/menu/menu_item_view.cc const Type& type = menu_item->GetType(); GetType 247 ui/views/controls/menu/menu_item_view.h const Type& GetType() const { return type_; } GetType 272 ui/views/controls/menu/menu_model_adapter.cc DCHECK_EQ(MenuItemView::SUBMENU, item->GetType()); GetType 235 ui/views/controls/menu/menu_model_adapter_unittest.cc EXPECT_EQ(views::MenuItemView::NORMAL, item->GetType()); GetType 238 ui/views/controls/menu/menu_model_adapter_unittest.cc EXPECT_EQ(views::MenuItemView::CHECKBOX, item->GetType()); GetType 241 ui/views/controls/menu/menu_model_adapter_unittest.cc EXPECT_EQ(views::MenuItemView::RADIO, item->GetType()); GetType 247 ui/views/controls/menu/menu_model_adapter_unittest.cc EXPECT_EQ(views::MenuItemView::SUBMENU, item->GetType()); GetType 282 ui/views/controls/menu/menu_model_adapter_unittest.cc EXPECT_EQ(views::MenuItemView::NORMAL, item->GetType()); GetType 285 ui/views/controls/menu/menu_model_adapter_unittest.cc EXPECT_EQ(views::MenuItemView::CHECKBOX, item->GetType()); GetType 288 ui/views/controls/menu/menu_model_adapter_unittest.cc EXPECT_EQ(views::MenuItemView::RADIO, item->GetType()); GetType 294 ui/views/controls/menu/menu_model_adapter_unittest.cc EXPECT_EQ(views::MenuItemView::SUBMENU, item->GetType());