OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:icon_index
(Results
1 - 3
of
3
) 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/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
...]
Completed in 91 milliseconds