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

  /external/chromium/chrome/browser/extensions/
extension_page_actions_module.cc 159 int icon_index; local
167 } else if (args->GetInteger("iconIndex", &icon_index)) {
168 if (icon_index < 0 || static_cast<size_t>(icon_index) >=
174 page_action_->SetIconIndex(tab_id, icon_index);
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 216 int icon_index = page_action_->GetIconIndex(current_tab_id_);
217 std::string icon_path = (icon_index < 0) ?
219 page_action_->icon_paths()->at(icon_index);
  /external/chromium/chrome/browser/ui/gtk/
gtk_tree.cc 382 int icon_index = tree_model_->GetIconIndex(node); local
383 if (icon_index >= 0 && icon_index < static_cast<int>(pixbufs_.size()))
384 pixbuf = pixbufs_[icon_index];
location_bar_view_gtk.cc 1517 int icon_index = page_action_->GetIconIndex(current_tab_id_); local
    [all...]
  /external/chromium/base/
file_util.h 216 int icon_index,
232 int icon_index,
file_util_win.cc 409 int icon_index, const wchar_t* app_id) {
442 if (icon && FAILED(i_shell_link->SetIconLocation(icon, icon_index)))
461 int icon_index, const wchar_t* app_id) {
493 if (icon && FAILED(i_shell_link->SetIconLocation(icon, icon_index)))
    [all...]

Completed in 1206 milliseconds