Searched defs:GetType (Results 1 - 25 of 117) sorted by relevance

12345

/external/chromium/chrome/browser/prefs/
H A Ddefault_pref_store.cc16 Value::ValueType DefaultPrefStore::GetType(const std::string& key) const { function in class:DefaultPrefStore
18 return GetValue(key, &value) == READ_OK ? value->GetType()
/external/chromium_org/ppapi/c/
H A Dppb_file_system.h82 * GetType() returns the type of the provided file system.
92 PP_FileSystemType (*GetType)(PP_Resource file_system); member in struct:PPB_FileSystem_1_0
/external/chromium_org/ppapi/cpp/dev/
H A Ddevice_ref_dev.cc35 PP_DeviceType_Dev DeviceRef_Dev::GetType() const { function in class:pp::DeviceRef_Dev
38 return get_interface<PPB_DeviceRef_Dev>()->GetType(pp_resource());
/external/chromium_org/ppapi/thunk/
H A Dppb_device_ref_dev_thunk.cc27 PP_DeviceType_Dev GetType(PP_Resource device_ref) { function in namespace:ppapi::thunk::__anon10303
28 VLOG(4) << "PPB_DeviceRef_Dev::GetType()";
32 return enter.object()->GetType();
45 &GetType,
H A Dppb_file_system_thunk.cc46 PP_FileSystemType GetType(PP_Resource file_system) { function in namespace:ppapi::thunk::__anon10311
47 VLOG(4) << "PPB_FileSystem::GetType()";
51 return enter.object()->GetType();
58 &GetType
H A Dppb_network_list_thunk.cc43 PP_NetworkList_Type GetType(PP_Resource resource, uint32_t index) { function in namespace:ppapi::thunk::__anon10341
44 VLOG(4) << "PPB_NetworkList::GetType()";
48 return enter.object()->GetType(index);
89 &GetType,
/external/chromium_org/cc/resources/
H A Dui_resource_request.h32 UIResourceRequestType GetType() const { return type_; } function in class:cc::UIResourceRequest
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dsearch_webstore_result.cc64 ChromeSearchResultType SearchWebstoreResult::GetType() { function in class:app_list::SearchWebstoreResult
/external/chromium_org/content/renderer/pepper/
H A Dnpobject_var.cc37 PP_VarType NPObjectVar::GetType() const { function in class:ppapi::NPObjectVar
H A Dpepper_file_system_host.h50 PP_FileSystemType GetType() const { return type_; } function in class:content::PepperFileSystemHost
/external/chromium_org/ppapi/c/dev/
H A Dppb_device_ref_dev.h88 PP_DeviceType_Dev (*GetType)(PP_Resource device_ref); member in struct:PPB_DeviceRef_Dev_0_1
/external/chromium_org/ppapi/cpp/
H A Dnetwork_list.cc51 PP_NetworkList_Type NetworkList::GetType(uint32_t index) const { function in class:pp::NetworkList
54 return get_interface<PPB_NetworkList_1_0>()->GetType(
/external/chromium_org/ppapi/proxy/
H A Dproxy_object_var.cc30 PP_VarType ProxyObjectVar::GetType() const { function in class:ppapi::ProxyObjectVar
H A Dfile_system_resource.cc73 PP_FileSystemType FileSystemResource::GetType() { function in class:ppapi::proxy::FileSystemResource
H A Dnetwork_list_resource.cc40 PP_NetworkList_Type NetworkListResource::GetType(uint32_t index) { function in class:ppapi::proxy::NetworkListResource
/external/chromium_org/ppapi/shared_impl/
H A Dresource_var.cc28 PP_VarType ResourceVar::GetType() const { function in class:ppapi::ResourceVar
H A Dsocket_option_data.cc15 SocketOptionData::Type SocketOptionData::GetType() const { function in class:ppapi::SocketOptionData
/external/chromium_org/tools/grit/grit/format/
H A Dandroid_xml_unittest.py101 def GetType(self): member in class:DummyOutput
H A Dc_format_unittest.py68 def GetType(self): member in class:DummyOutput
H A Dchrome_messages_json_unittest.py105 def GetType(self): member in class:DummyOutput
H A Djs_map_format_unittest.py82 def GetType(self): member in class:DummyOutput
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dwriter_unittest_common.py24 def GetType(self): member in class:DummyOutput
/external/llvm/lib/MC/
H A DMCELF.cpp46 unsigned MCELF::GetType(const MCSymbolData &SD) { function in class:llvm::MCELF
/external/chromium/chrome/browser/task_manager/
H A Dtask_manager_unittest.cc40 virtual Type GetType() const { return RENDERER; } function in class:__anon2570::TestResource
/external/chromium_org/content/browser/device_orientation/
H A Ddata_fetcher_shared_memory_mac.cc115 DataFetcherSharedMemory::FetcherType DataFetcherSharedMemory::GetType() const { function in class:content::DataFetcherSharedMemory

Completed in 559 milliseconds

12345