Home | History | Annotate | Download | only in common

Lines Matching refs:string

9 #include <string>
56 static void SplitDependencyName(const std::string& full_name,
57 std::string* feature_type,
58 std::string* feature_name);
75 void RegisterSchemaResource(const std::string& api_name, int resource_id);
79 void RegisterDependencyProvider(const std::string& name,
95 Feature::Availability IsAvailable(const std::string& api_full_name,
109 bool IsAvailableInUntrustedContext(const std::string& name,
113 bool IsAvailableToWebUI(const std::string& name, const GURL& url);
117 const base::DictionaryValue* GetSchema(const std::string& full_name);
128 std::string GetAPINameFromFullName(const std::string& full_name,
129 std::string* child_name);
133 Feature* GetFeatureDependency(const std::string& dependency_name);
145 void LoadSchema(const std::string& name, const base::StringPiece& schema);
149 typedef std::map<std::string, int> UnloadedSchemaMap;
153 typedef std::map<std::string, linked_ptr<const base::DictionaryValue> >
158 typedef std::map<std::string, const FeatureProvider*> FeatureProviderMap;