Searched defs:GetType (Results 76 - 100 of 117) sorted by relevance

12345

/external/chromium/chrome/common/net/
H A Dx509_certificate_model_openssl.cc68 net::CertType GetType(X509Certificate::OSCertHandle os_cert) { function in namespace:x509_certificate_model
H A Dx509_certificate_model_nss.cc134 net::CertType GetType(X509Certificate::OSCertHandle cert_handle) { function in namespace:x509_certificate_model
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc469 uint16 StunUInt16ListAttribute::GetType(int index) const { function in class:cricket::StunUInt16ListAttribute
/external/chromium_org/chrome/browser/chromeos/login/
H A Duser.cc41 virtual UserType GetType() const OVERRIDE;
55 virtual UserType GetType() const OVERRIDE;
67 virtual UserType GetType() const OVERRIDE;
79 virtual UserType GetType() const OVERRIDE;
93 virtual UserType GetType() const OVERRIDE;
105 virtual UserType GetType() const OVERRIDE;
267 User::UserType RegularUser::GetType() const { function in class:chromeos::RegularUser
285 User::UserType GuestUser::GetType() const { function in class:chromeos::GuestUser
296 User::UserType KioskAppUser::GetType() const { function in class:chromeos::KioskAppUser
306 User::UserType LocallyManagedUser::GetType() cons function in class:chromeos::LocallyManagedUser
324 User::UserType RetailModeUser::GetType() const { function in class:chromeos::RetailModeUser
333 User::UserType PublicAccountUser::GetType() const { function in class:chromeos::PublicAccountUser
[all...]
/external/chromium_org/chrome/common/net/
H A Dx509_certificate_model_openssl.cc68 net::CertType GetType(X509Certificate::OSCertHandle os_cert) { function in namespace:x509_certificate_model
H A Dx509_certificate_model_nss.cc138 net::CertType GetType(X509Certificate::OSCertHandle cert_handle) { function in namespace:x509_certificate_model
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dmount_node.cc180 int MountNode::GetType() { return stat_.st_mode & S_IFMT; } function in class:nacl_io::MountNode
/external/chromium_org/ppapi/shared_impl/
H A Dppb_input_event_shared.cc55 PP_InputEvent_Type PPB_InputEvent_Shared::GetType() { function in class:ppapi::PPB_InputEvent_Shared
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGParser.cpp199 SkSVGTypes type = GetType(name, len);
436 SkSVGTypes SkSVGParser::GetType(const char match[], size_t len ) { function in class:SkSVGParser
/external/chromium_org/v8/src/
H A Dcode-stubs.cc457 Handle<Type> CompareNilICStub::GetType( function in class:v8::internal::CompareNilICStub
485 Handle<Type> output_type = GetType(isolate, map);
H A Ddateparser.h296 static KeywordType GetType(int i) { function in class:v8::internal::DateParser::KeywordTable
/external/skia/src/svg/
H A DSkSVGParser.cpp199 SkSVGTypes type = GetType(name, len);
436 SkSVGTypes SkSVGParser::GetType(const char match[], size_t len ) { function in class:SkSVGParser
/external/chromium/chrome/browser/prefs/
H A Dpref_service.cc430 const Value::ValueType type = default_store_->GetType(pref_name);
456 if (value->GetType() != Value::TYPE_DICTIONARY) {
472 if (value->GetType() != Value::TYPE_LIST) {
500 Value::ValueType orig_type = default_value->GetType();
528 if (pref->GetType() != value.GetType()) {
530 << " of type " << pref->GetType()
531 << " to value of type " << value.GetType();
599 if (pref->GetType() != type) {
636 if (pref->GetType() !
659 Value::ValueType PrefService::Preference::GetType() const { function in class:PrefService::Preference
[all...]
/external/chromium_org/base/prefs/
H A Dpref_service.cc203 this, pref_name, default_value->GetType()))).first;
245 if (value->GetType() != base::Value::TYPE_DICTIONARY) {
267 if (!value->IsType(pref->GetType())) {
300 if (value->GetType() != base::Value::TYPE_LIST) {
412 if (pref->GetType() != type) {
447 if (pref->GetType() != new_value->GetType()) {
449 << " of type " << pref->GetType()
450 << " to value of type " << new_value->GetType();
478 base::Value::Type PrefService::Preference::GetType() cons function in class:PrefService::Preference
[all...]
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
H A Dwebrequest_condition_attribute.cc106 return GetType() == other->GetType();
187 WebRequestConditionAttributeResourceType::GetType() const { function in class:extensions::WebRequestConditionAttributeResourceType
275 WebRequestConditionAttributeContentType::GetType() const { function in class:extensions::WebRequestConditionAttributeContentType
497 switch (content->GetType()) {
619 WebRequestConditionAttributeRequestHeaders::GetType() const { function in class:extensions::WebRequestConditionAttributeRequestHeaders
697 WebRequestConditionAttributeResponseHeaders::GetType() const { function in class:extensions::WebRequestConditionAttributeResponseHeaders
765 WebRequestConditionAttributeThirdParty::GetType() const { function in class:extensions::WebRequestConditionAttributeThirdParty
858 WebRequestConditionAttributeStages::GetType() const { function in class:extensions::WebRequestConditionAttributeStages
/external/chromium_org/mojo/public/bindings/generators/
H A Dmojom_cpp_generator.py140 def GetType(cls, kind): member in class:CPPGenerator
144 return "mojo::internal::Array_Data<%s>*" % cls.GetType(kind.kind)
162 subs = {'FIELD': field.name, 'TYPE': cls.GetType(field.kind)}
172 subs = {'FIELD': field.name, 'TYPE': cls.GetType(field.kind)}
238 itype = "mojo::internal::ArrayPointer<%s>" % cls.GetType(kind.kind)
/external/chromium_org/net/dns/
H A Dmdns_client_impl.cc326 ListenerKey key(listener->GetName(), listener->GetType());
342 ListenerKey key(listener->GetName(), listener->GetType());
477 uint16 MDnsListenerImpl::GetType() const { function in class:net::MDnsListenerImpl
534 uint16 MDnsTransactionImpl::GetType() const { function in class:net::MDnsTransactionImpl
/external/chromium_org/ppapi/c/
H A Dppb_input_event.h432 * GetType() returns the type of input event for the given input event
441 PP_InputEvent_Type (*GetType)(PP_Resource event); member in struct:PPB_InputEvent_1_0
/external/chromium_org/ppapi/thunk/
H A Dppb_input_event_thunk.cc53 PP_InputEvent_Type GetType(PP_Resource event) { function in namespace:ppapi::thunk::__anon10333
54 VLOG(4) << "PPB_InputEvent::GetType()";
58 return enter.object()->GetType();
82 &GetType,
129 return PP_FALSE; // Prevent warning log in GetType.
130 PP_InputEvent_Type type = GetType(resource);
208 return PP_FALSE; // Prevent warning log in GetType.
209 PP_InputEvent_Type type = GetType(resource);
265 return PP_FALSE; // Prevent warning log in GetType.
266 PP_InputEvent_Type type = GetType(resourc
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.h247 const Type& GetType() const { return type_; } function in class:views::MenuItemView
/external/v8/src/
H A Ddateparser.h296 static KeywordType GetType(int i) { function in class:v8::internal::DateParser::KeywordTable
/external/chromium/chrome/browser/task_manager/
H A Dtask_manager_resource_providers.cc140 TaskManager::Resource::Type TaskManagerRendererResource::GetType() const { function in class:TaskManagerRendererResource
171 TaskManager::Resource::Type TaskManagerTabContentsResource::GetType() const { function in class:TaskManagerTabContentsResource
415 TaskManager::Resource::Type TaskManagerPrerenderResource::GetType() const { function in class:TaskManagerPrerenderResource
878 TaskManager::Resource::Type TaskManagerChildProcessResource::GetType() const { function in class:TaskManagerChildProcessResource
1168 TaskManagerExtensionProcessResource::GetType() const { function in class:TaskManagerExtensionProcessResource
1365 TaskManager::Resource::Type TaskManagerNotificationResource::GetType() const { function in class:TaskManagerNotificationResource
1542 TaskManager::Resource::Type TaskManagerBrowserProcessResource::GetType() const { function in class:TaskManagerBrowserProcessResource
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences.cc106 bool GetType(const DictionaryValue& dict, MediaGalleryPrefInfo::Type* type) { function in namespace:__anon5537
145 !GetType(dict, &type)) {
873 if (GetType(*dict, &type) &&
/external/chromium_org/extensions/common/
H A Dextension.cc156 Manifest::Type Extension::GetType() const { function in class:extensions::Extension
733 GetType() == Manifest::TYPE_PLATFORM_APP)) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc841 uint16 StunUInt16ListAttribute::GetType(int index) const { function in class:cricket::StunUInt16ListAttribute

Completed in 1134 milliseconds

12345