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

12345678

/external/lldb/include/lldb/Interpreter/
H A DOptionValueArgs.h38 GetType() const function in class:lldb_private::OptionValueArgs
/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.cc25 PP_DeviceType_Dev GetType(PP_Resource device_ref) { function in namespace:ppapi::thunk::__anon10253
26 VLOG(4) << "PPB_DeviceRef_Dev::GetType()";
30 return enter.object()->GetType();
43 &GetType,
H A Dppb_file_system_thunk.cc44 PP_FileSystemType GetType(PP_Resource file_system) { function in namespace:ppapi::thunk::__anon10262
45 VLOG(4) << "PPB_FileSystem::GetType()";
49 return enter.object()->GetType();
56 &GetType
H A Dppb_network_list_thunk.cc41 PP_NetworkList_Type GetType(PP_Resource resource, uint32_t index) { function in namespace:ppapi::thunk::__anon10296
42 VLOG(4) << "PPB_NetworkList::GetType()";
46 return enter.object()->GetType(index);
87 &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.cc65 ChromeSearchResultType SearchWebstoreResult::GetType() { function in class:app_list::SearchWebstoreResult
/external/chromium_org/content/browser/devtools/
H A Dforwarding_agent_host.cc38 DevToolsAgentHost::Type ForwardingAgentHost::GetType() { function in class:content::ForwardingAgentHost
/external/chromium_org/content/renderer/pepper/
H A Dpepper_file_system_host.h51 PP_FileSystemType GetType() const { return type_; } function in class:content::PepperFileSystemHost
H A Dv8object_var.cc34 PP_VarType V8ObjectVar::GetType() const { function in class:ppapi::V8ObjectVar
/external/chromium_org/mojo/system/
H A Dproxy_message_pipe_endpoint.cc26 MessagePipeEndpoint::Type ProxyMessagePipeEndpoint::GetType() const { function in class:mojo::system::ProxyMessagePipeEndpoint
/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
/external/chromium_org/ppapi/shared_impl/
H A Dppb_device_ref_shared.cc29 PP_DeviceType_Dev PPB_DeviceRef_Shared::GetType() { return data_.type; } function in class:ppapi::PPB_DeviceRef_Shared
H A Dresource_var.cc20 PP_VarType ResourceVar::GetType() const { return PP_VARTYPE_RESOURCE; } function in class:ppapi::ResourceVar
H A Dsocket_option_data.cc13 SocketOptionData::Type SocketOptionData::GetType() const { return type_; } function in class:ppapi::SocketOptionData
/external/chromium_org/sync/internal_api/events/
H A Dcommit_request_event.cc29 std::string CommitRequestEvent::GetType() const { function in class:syncer::CommitRequestEvent
H A Dcommit_response_event.cc26 std::string CommitResponseEvent::GetType() const { function in class:syncer::CommitResponseEvent
H A Dconfigure_get_updates_request_event.cc27 std::string ConfigureGetUpdatesRequestEvent::GetType() const { function in class:syncer::ConfigureGetUpdatesRequestEvent
H A Dget_updates_response_event.cc27 std::string GetUpdatesResponseEvent::GetType() const { function in class:syncer::GetUpdatesResponseEvent
H A Dpoll_get_updates_request_event.cc23 std::string PollGetUpdatesRequestEvent::GetType() const { function in class:syncer::PollGetUpdatesRequestEvent
/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

Completed in 1723 milliseconds

12345678