HomeSort by relevance Sort by last modified time
    Searched defs:GetType (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/chromium/chrome/browser/prefs/
default_pref_store.cc 16 Value::ValueType DefaultPrefStore::GetType(const std::string& key) const {
18 return GetValue(key, &value) == READ_OK ? value->GetType()
  /external/chromium_org/ppapi/cpp/dev/
device_ref_dev.cc 35 PP_DeviceType_Dev DeviceRef_Dev::GetType() const {
38 return get_interface<PPB_DeviceRef_Dev>()->GetType(pp_resource());
  /external/chromium_org/ppapi/proxy/
proxy_object_var.cc 30 PP_VarType ProxyObjectVar::GetType() const {
file_system_resource.cc 58 PP_FileSystemType FileSystemResource::GetType() {
  /external/chromium_org/ppapi/thunk/
ppb_device_ref_dev_thunk.cc 27 PP_DeviceType_Dev GetType(PP_Resource device_ref) {
28 VLOG(4) << "PPB_DeviceRef_Dev::GetType()";
32 return enter.object()->GetType();
45 &GetType,
ppb_file_system_thunk.cc 46 PP_FileSystemType GetType(PP_Resource file_system) {
47 VLOG(4) << "PPB_FileSystem::GetType()";
51 return enter.object()->GetType();
58 &GetType
ppb_network_list_private_thunk.cc 44 PP_NetworkListType_Private GetType(PP_Resource resource, uint32_t index) {
45 VLOG(4) << "PPB_NetworkList_Private::GetType()";
49 return enter.object()->GetType(index);
91 &GetType,
  /development/testrunner/coverage/
coverage_target.py 37 def GetType(self):
  /external/chromium_org/chrome/browser/ui/app_list/search/
search_webstore_result.cc 58 ChromeSearchResultType SearchWebstoreResult::GetType() {
  /external/chromium_org/content/renderer/pepper/
npobject_var.cc 37 PP_VarType NPObjectVar::GetType() const {
pepper_file_system_host.h 36 PP_FileSystemType GetType() const { return type_; }
  /external/chromium_org/ppapi/c/
ppb_file_system.h 84 * GetType() returns the type of the provided file system.
94 PP_FileSystemType (*GetType)(PP_Resource file_system);
  /external/chromium_org/ppapi/shared_impl/
socket_option_data.cc 15 SocketOptionData::Type SocketOptionData::GetType() const {
array_var.cc 38 PP_VarType ArrayVar::GetType() const {
dictionary_var.cc 37 PP_VarType DictionaryVar::GetType() const {
ppb_device_ref_shared.cc 37 PP_DeviceType_Dev PPB_DeviceRef_Shared::GetType() {
  /art/compiler/sea_ir/types/
type_inference_visitor.h 62 const Type* GetType() {
  /art/runtime/gc/space/
image_space.h 36 SpaceType GetType() const {
  /external/chromium_org/chrome/installer/util/
browser_distribution.h 38 Type GetType() const { return type_; }
  /external/chromium_org/content/browser/renderer_host/
gtk_plugin_container.cc 28 return G_TYPE_CHECK_INSTANCE_CAST(instance, GetType(), GtkPluginContainer);
32 static GType GetType() {
80 return GTK_WIDGET(g_object_new(GtkPluginContainer::GetType(), NULL));
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host.h 38 PP_FileSystemType GetType() const { return type_; }
  /external/chromium_org/ppapi/c/dev/
ppb_device_ref_dev.h 88 PP_DeviceType_Dev (*GetType)(PP_Resource device_ref);
  /external/chromium_org/ppapi/cpp/private/
network_list_private.cc 47 PP_NetworkListType_Private NetworkListPrivate::GetType(uint32_t index) const {
50 return get_interface<PPB_NetworkList_Private>()->GetType(
  /external/chromium_org/tools/grit/grit/format/
android_xml_unittest.py 101 def GetType(self):
c_format_unittest.py 68 def GetType(self):

Completed in 353 milliseconds

1 2 3 4 5 6