HomeSort by relevance Sort by last modified time
    Searched refs:GetAllNames (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_function_registry.h 37 void GetAllNames(std::vector<std::string>* names);
extension_function_registry.cc 57 void ExtensionFunctionRegistry::GetAllNames(std::vector<std::string>* names) {
extension_function_dispatcher.cc 228 ExtensionFunctionRegistry::GetInstance()->GetAllNames(names);
  /external/chromium/chrome/browser/extensions/
extension_function_dispatcher.cc 93 void GetAllNames(std::vector<std::string>* names);
334 void FactoryRegistry::GetAllNames(std::vector<std::string>* names) {
366 FactoryRegistry::GetInstance()->GetAllNames(names);

Completed in 127 milliseconds