OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetExtensionByID
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/
app_icon_loader_impl.cc
20
const extensions::Extension*
GetExtensionByID
(Profile* profile,
54
const extensions::Extension* extension =
GetExtensionByID
(profile_, id);
/external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_app_tab_helper.cc
43
return registry->
GetExtensionById
(
68
const extensions::Extension*
GetExtensionByID
(Profile* profile,
70
return extensions::ExtensionRegistry::Get(profile)->
GetExtensionById
(
105
return
GetExtensionByID
(profile_, id) != NULL;
Completed in 54 milliseconds