HomeSort by relevance Sort by last modified time
    Searched refs:GetComponents (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/components/policy/core/common/
schema_map.h 34 const ComponentMap* GetComponents(PolicyDomain domain) const;
schema_map.cc 25 const ComponentMap* SchemaMap::GetComponents(PolicyDomain domain) const {
31 const ComponentMap* map = GetComponents(ns.domain);
schema_registry_unittest.cc 179 ASSERT_TRUE(combined.schema_map()->GetComponents(POLICY_DOMAIN_EXTENSIONS));
182 combined.schema_map()->GetComponents(POLICY_DOMAIN_EXTENSIONS)->size());
schema_map_unittest.cc 72 EXPECT_FALSE(map->GetComponents(POLICY_DOMAIN_CHROME));
73 EXPECT_FALSE(map->GetComponents(POLICY_DOMAIN_EXTENSIONS));
policy_loader_mac.cc 182 const ComponentMap* components = schema_map()->GetComponents(domain);
  /external/chromium_org/chrome/browser/extensions/
extension_creator_filter.cc 38 file_path.GetComponents(&components);
  /external/chromium_org/chrome/browser/component_updater/
component_updater_service.h 206 virtual void GetComponents(std::vector<CrxComponentInfo>* components) = 0;
  /external/chromium_org/ppapi/generators/
idl_gen_pnacl.py 77 ret, name, array, args_spec = self.cgen.GetComponents(member,
138 ret, name, array, cspec = self.cgen.GetComponents(member,
172 ret, name, array, cspec = self.cgen.GetComponents(member,
idl_c_proto.py 373 # GetComponents
382 def GetComponents(self, node, release, mode):
383 self.LogEnter('GetComponents mode %s for %s %s' % (mode, node, release))
405 ptype, pname, parray, pspec = self.GetComponents(param, release, mode)
410 self.LogExit('GetComponents: %s, %s, %s, %s' %
460 rtype, name, arrayspec, callspec = self.GetComponents(node, release, mode)
idl_thunk.py 246 _, pname, _, _ = cgen.GetComponents(param, release, 'store')
362 rtype, name, arrays, args = cgen.GetComponents(member, release, 'return')
536 rtype, name, arrays, args = cgen.GetComponents(
  /external/chromium_org/chrome/browser/ui/webui/
components_ui.cc 124 cus->GetComponents(&components);
  /external/chromium_org/extensions/common/
extension_resource.cc 66 relative_path.GetComponents(&components);
  /external/chromium_org/webkit/common/fileapi/
file_system_util.h 45 // Likewise, use this instead of base::FilePath::GetComponents when
49 static void GetComponents(
file_system_util.cc 83 void VirtualPath::GetComponents(
115 VirtualPath::GetComponents(path, &stringtype_components);
143 VirtualPath::GetComponents(path, &components);
file_system_util_unittest.cc 177 VirtualPath::GetComponents(input, &components);
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_directory_operation.cc 112 directory_path.GetComponents(&components);
182 relative_file_path.GetComponents(&components);
  /external/chromium/base/
file_path.h 184 void GetComponents(std::vector<FilePath::StringType>* components) const;
  /external/chromium_org/base/files/
file_path.h 192 void GetComponents(std::vector<FilePath::StringType>* components) const;
  /external/chromium/chrome/browser/extensions/
file_manager_util.cc 86 root_path.GetComponents(&components);
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_app_registry.cc 37 path.GetComponents(&components);
  /external/chromium_org/chrome/browser/storage_monitor/
media_transfer_protocol_device_observer_linux.cc 151 path.GetComponents(&path_components);
  /external/chromium_org/chrome/test/base/
ui_test_utils.cc 306 exe_dir.GetComponents(&exe_parts);
307 src_dir.GetComponents(&src_parts);
  /external/chromium/base/files/
file_path_watcher_linux.cc 379 target_.GetComponents(&comps);
  /external/chromium_org/chrome/browser/extensions/api/storage/
managed_value_store_cache.cc 294 const policy::ComponentMap* map = registry->schema_map()->GetComponents(
  /external/chromium_org/webkit/browser/fileapi/
external_mount_points.cc 157 virtual_path.GetComponents(&components);

Completed in 165 milliseconds

1 2