Searched defs:icon_paths (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/common/extensions/
H A Dextension_action.h47 std::vector<std::string>* icon_paths() { return &icon_paths_; } function in class:ExtensionAction
82 // icon_paths(), only used in page actions.
H A Dextension.cc926 result->icon_paths()->push_back(path);
2545 std::vector<std::string>* icon_paths = page_action()->icon_paths(); local
2546 for (std::vector<std::string>::iterator iter = icon_paths->begin();
2547 iter != icon_paths->end(); ++iter) {
2554 std::vector<std::string>* icon_paths = browser_action()->icon_paths(); local
2555 for (std::vector<std::string>::iterator iter = icon_paths->begin();
2556 iter != icon_paths->end(); ++iter) {

Completed in 133 milliseconds