Home | History | Annotate | Download | only in extensions

Lines Matching refs:page_action_

99   page_action_ = GetExtension()->page_action();
100 if (!page_action_) {
126 page_action_->SetIsVisible(tab_id, visible);
166 page_action_->SetIcon(tab_id, *bitmap);
169 page_action_->icon_paths()->size()) {
173 page_action_->SetIcon(tab_id, SkBitmap());
174 page_action_->SetIconIndex(tab_id, icon_index);
195 page_action_->SetTitle(tab_id, title);
218 page_action_->SetPopupUrl(tab_id, popup_url);
244 page_action_->SetBadgeBackgroundColor(tab_id, color);
270 page_action_->SetBadgeTextColor(tab_id, color);
289 page_action_->SetBadgeText(tab_id, text);