This source file includes following definitions.
- GetBrowserFromDelegate
- GetLargestFontListWithHeightBound
- weak_ptr_factory_
- InitTouchableLocationBarChildView
- Init
- IsInitialized
- GetColor
- GetOmniboxPopupPositioningInfo
- GetItemPadding
- SetFocusAndSelection
- SetAnimationOffset
- UpdateContentSettingsIcons
- UpdateManagePasswordsIconAndBubble
- UpdatePageActions
- InvalidatePageActions
- UpdateOpenPDFInReaderPrompt
- UpdateGeneratedCreditCardView
- OnFocus
- SetPreviewEnabledPageAction
- GetPageActionView
- SetStarToggled
- SetTranslateIconToggled
- ShowBookmarkPrompt
- ZoomChangedForActiveTab
- GetOmniboxViewOrigin
- SetImeInlineAutocompletion
- SetGrayTextAutocompletion
- GetGrayTextAutocompletion
- GetPreferredSize
- Layout
- PaintChildren
- OnPaint
- SetShowFocusRect
- SelectAll
- GetLocationIconView
- GetLocationIconView
- GetLocationBarAnchor
- GetLocationBarAnchorPoint
- generated_credit_card_view
- Update
- OnChanged
- OnSetFocus
- ShowURL
- OnShowURLAnimationEnded
- HideURL
- OnHideURLAnimationEnded
- AnimationProgressed
- AnimationEnded
- GetInstant
- GetWebContents
- GetToolbarModel
- GetToolbarModel
- GetClassName
- HasFocus
- GetAccessibleState
- OnBoundsChanged
- ButtonPressed
- WriteDragDataForView
- GetDragOperationsForView
- CanStartDragForView
- ShowFirstRunBubble
- GetDestinationURL
- GetWindowOpenDisposition
- GetPageTransition
- AcceptInput
- FocusLocation
- FocusSearch
- SaveStateToContents
- Revert
- GetOmniboxView
- GetOmniboxView
- GetLocationBarForTesting
- PageActionCount
- PageActionVisibleCount
- GetPageAction
- GetVisiblePageAction
- TestPageActionPressed
- GetBookmarkStarVisibility
- OnTemplateURLServiceChanged
- Observe
- ModelChanged
- GetInternalHeight
- GetBuiltInHorizontalPaddingForChildViews
- GetHorizontalEdgeThickness
- RefreshContentSettingViews
- DeletePageActionViews
- RefreshPageActionViews
- RefreshZoomView
- RefreshManagePasswordsIconView
- RefreshTranslateIcon
- ShowManagePasswordsBubbleIfNeeded
- HasValidSuggestText
- ShowFirstRunBubbleInternal
- AccessibilitySetValue
#include "chrome/browser/ui/views/location_bar/location_bar_view.h"
#include <algorithm>
#include <map>
#include "base/command_line.h"
#include "base/i18n/rtl.h"
#include "base/prefs/pref_service.h"
#include "base/stl_util.h"
#include "base/strings/string_split.h"
#include "base/strings/utf_string_conversions.h"
#include "chrome/app/chrome_command_ids.h"
#include "chrome/browser/chrome_notification_types.h"
#include "chrome/browser/command_updater.h"
#include "chrome/browser/defaults.h"
#include "chrome/browser/extensions/api/omnibox/omnibox_api.h"
#include "chrome/browser/extensions/extension_service.h"
#include "chrome/browser/extensions/location_bar_controller.h"
#include "chrome/browser/extensions/tab_helper.h"
#include "chrome/browser/favicon/favicon_tab_helper.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/search/instant_service.h"
#include "chrome/browser/search/instant_service_factory.h"
#include "chrome/browser/search/search.h"
#include "chrome/browser/search_engines/template_url.h"
#include "chrome/browser/search_engines/template_url_service.h"
#include "chrome/browser/search_engines/template_url_service_factory.h"
#include "chrome/browser/translate/translate_service.h"
#include "chrome/browser/translate/translate_tab_helper.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_finder.h"
#include "chrome/browser/ui/browser_instant_controller.h"
#include "chrome/browser/ui/browser_window.h"
#include "chrome/browser/ui/omnibox/location_bar_util.h"
#include "chrome/browser/ui/omnibox/omnibox_popup_model.h"
#include "chrome/browser/ui/omnibox/omnibox_popup_view.h"
#include "chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.h"
#include "chrome/browser/ui/tabs/tab_strip_model.h"
#include "chrome/browser/ui/toolbar/origin_chip_info.h"
#include "chrome/browser/ui/view_ids.h"
#include "chrome/browser/ui/views/bookmarks/bookmark_prompt_view.h"
#include "chrome/browser/ui/views/browser_dialogs.h"
#include "chrome/browser/ui/views/location_bar/content_setting_image_view.h"
#include "chrome/browser/ui/views/location_bar/ev_bubble_view.h"
#include "chrome/browser/ui/views/location_bar/generated_credit_card_view.h"
#include "chrome/browser/ui/views/location_bar/keyword_hint_view.h"
#include "chrome/browser/ui/views/location_bar/location_bar_layout.h"
#include "chrome/browser/ui/views/location_bar/location_icon_view.h"
#include "chrome/browser/ui/views/location_bar/open_pdf_in_reader_view.h"
#include "chrome/browser/ui/views/location_bar/origin_chip_view.h"
#include "chrome/browser/ui/views/location_bar/page_action_image_view.h"
#include "chrome/browser/ui/views/location_bar/page_action_with_badge_view.h"
#include "chrome/browser/ui/views/location_bar/selected_keyword_view.h"
#include "chrome/browser/ui/views/location_bar/star_view.h"
#include "chrome/browser/ui/views/location_bar/translate_icon_view.h"
#include "chrome/browser/ui/views/location_bar/zoom_bubble_view.h"
#include "chrome/browser/ui/views/location_bar/zoom_view.h"
#include "chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h"
#include "chrome/browser/ui/views/passwords/manage_passwords_icon_view.h"
#include "chrome/browser/ui/views/toolbar/toolbar_origin_chip_view.h"
#include "chrome/browser/ui/zoom/zoom_controller.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/common/pref_names.h"
#include "content/public/browser/notification_service.h"
#include "content/public/browser/render_widget_host_view.h"
#include "content/public/browser/web_contents.h"
#include "extensions/browser/extension_system.h"
#include "extensions/common/feature_switch.h"
#include "extensions/common/permissions/permissions_data.h"
#include "grit/generated_resources.h"
#include "grit/theme_resources.h"
#include "ui/accessibility/ax_view_state.h"
#include "ui/base/dragdrop/drag_drop_types.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/layout.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/base/theme_provider.h"
#include "ui/events/event.h"
#include "ui/gfx/animation/slide_animation.h"
#include "ui/gfx/canvas.h"
#include "ui/gfx/color_utils.h"
#include "ui/gfx/image/image.h"
#include "ui/gfx/image/image_skia_operations.h"
#include "ui/gfx/skia_util.h"
#include "ui/gfx/text_utils.h"
#include "ui/native_theme/native_theme.h"
#include "ui/views/background.h"
#include "ui/views/border.h"
#include "ui/views/button_drag_utils.h"
#include "ui/views/controls/button/image_button.h"
#include "ui/views/controls/button/label_button.h"
#include "ui/views/controls/button/label_button_border.h"
#include "ui/views/controls/label.h"
#include "ui/views/widget/widget.h"
#if !defined(OS_CHROMEOS)
#include "chrome/browser/ui/views/first_run_bubble.h"
#endif
using content::WebContents;
using views::View;
namespace {
#if !defined(OS_CHROMEOS)
Browser* GetBrowserFromDelegate(LocationBarView::Delegate* delegate) {
WebContents* contents = delegate->GetWebContents();
return contents ? chrome::FindBrowserWithWebContents(contents) : NULL;
}
#endif
gfx::FontList GetLargestFontListWithHeightBound(
const gfx::FontList& base_font_list,
int height) {
gfx::FontList font_list = base_font_list;
for (int font_size = font_list.GetFontSize(); font_size > 1; --font_size) {
const int internal_leading =
font_list.GetBaseline() - font_list.GetCapHeight();
const int space =
height - ((internal_leading != 0) ?
font_list.GetCapHeight() : font_list.GetHeight());
const int y_offset = space / 2 - internal_leading;
const int space_at_bottom = height - (y_offset + font_list.GetHeight());
if ((y_offset >= 0) && (space_at_bottom >= 0))
break;
font_list = font_list.DeriveWithSizeDelta(-1);
}
return font_list;
}
class IsPageActionViewRightAligned {
public:
explicit IsPageActionViewRightAligned(ExtensionService* extension_service)
: extension_service_(extension_service) {}
bool operator()(PageActionWithBadgeView* page_action_view) {
return extensions::PermissionsData::HasAPIPermission(
extension_service_->GetExtensionById(
page_action_view->image_view()->page_action()->extension_id(),
false),
extensions::APIPermission::kBookmarkManagerPrivate);
}
private:
ExtensionService* extension_service_;
};
}
const int LocationBarView::kNormalEdgeThickness = 2;
const int LocationBarView::kPopupEdgeThickness = 1;
const int LocationBarView::kIconInternalPadding = 2;
const int LocationBarView::kBubblePadding = 1;
const char LocationBarView::kViewClassName[] = "LocationBarView";
LocationBarView::LocationBarView(Browser* browser,
Profile* profile,
CommandUpdater* command_updater,
Delegate* delegate,
bool is_popup_mode)
: LocationBar(profile),
OmniboxEditController(command_updater),
browser_(browser),
omnibox_view_(NULL),
delegate_(delegate),
origin_chip_view_(NULL),
toolbar_origin_chip_view_(NULL),
location_icon_view_(NULL),
ev_bubble_view_(NULL),
ime_inline_autocomplete_view_(NULL),
selected_keyword_view_(NULL),
suggested_text_view_(NULL),
keyword_hint_view_(NULL),
mic_search_view_(NULL),
zoom_view_(NULL),
generated_credit_card_view_(NULL),
open_pdf_in_reader_view_(NULL),
manage_passwords_icon_view_(NULL),
translate_icon_view_(NULL),
star_view_(NULL),
search_button_(NULL),
is_popup_mode_(is_popup_mode),
show_focus_rect_(false),
template_url_service_(NULL),
dropdown_animation_offset_(0),
animated_host_label_(NULL),
weak_ptr_factory_(this) {
edit_bookmarks_enabled_.Init(
prefs::kEditBookmarksEnabled, profile->GetPrefs(),
base::Bind(&LocationBarView::Update, base::Unretained(this),
static_cast<content::WebContents*>(NULL)));
if (browser_)
browser_->search_model()->AddObserver(this);
}
LocationBarView::~LocationBarView() {
if (template_url_service_)
template_url_service_->RemoveObserver(this);
if (browser_)
browser_->search_model()->RemoveObserver(this);
}
void LocationBarView::InitTouchableLocationBarChildView(views::View* view) {
int horizontal_padding = GetBuiltInHorizontalPaddingForChildViews();
if (horizontal_padding != 0) {
view->SetBorder(views::Border::CreateEmptyBorder(
3, horizontal_padding, 3, horizontal_padding));
}
}
void LocationBarView::Init() {
DCHECK(GetWidget());
const int kOmniboxPopupBorderImages[] =
IMAGE_GRID(IDR_OMNIBOX_POPUP_BORDER_AND_SHADOW);
const int kOmniboxBorderImages[] = IMAGE_GRID(IDR_TEXTFIELD);
border_painter_.reset(views::Painter::CreateImageGridPainter(
is_popup_mode_ ? kOmniboxPopupBorderImages : kOmniboxBorderImages));
location_icon_view_ = new LocationIconView(this);
location_icon_view_->set_drag_controller(this);
AddChildView(location_icon_view_);
gfx::FontList font_list = ResourceBundle::GetSharedInstance().GetFontList(
ResourceBundle::BaseFont);
const int current_font_size = font_list.GetFontSize();
const int desired_font_size = browser_defaults::kOmniboxFontPixelSize;
if (current_font_size != desired_font_size) {
font_list =
font_list.DeriveWithSizeDelta(desired_font_size - current_font_size);
}
const int location_height = GetInternalHeight(true);
font_list = GetLargestFontListWithHeightBound(font_list, location_height);
const int kBubbleInteriorVerticalPadding = 1;
const int bubble_vertical_padding =
(kBubblePadding + kBubbleInteriorVerticalPadding) * 2;
const gfx::FontList bubble_font_list(
GetLargestFontListWithHeightBound(
font_list, location_height - bubble_vertical_padding));
const SkColor background_color =
GetColor(ToolbarModel::NONE, LocationBarView::BACKGROUND);
ev_bubble_view_ = new EVBubbleView(
bubble_font_list, GetColor(ToolbarModel::EV_SECURE, SECURITY_TEXT),
background_color, this);
ev_bubble_view_->set_drag_controller(this);
AddChildView(ev_bubble_view_);
omnibox_view_ = new OmniboxViewViews(
this, profile(), command_updater(),
is_popup_mode_ ||
(browser_->is_app() && CommandLine::ForCurrentProcess()->
HasSwitch(switches::kEnableStreamlinedHostedApps)),
this, font_list);
omnibox_view_->Init();
omnibox_view_->SetFocusable(true);
AddChildView(omnibox_view_);
ime_inline_autocomplete_view_ = new views::Label(base::string16(), font_list);
ime_inline_autocomplete_view_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
ime_inline_autocomplete_view_->SetAutoColorReadabilityEnabled(false);
ime_inline_autocomplete_view_->set_background(
views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor(
ui::NativeTheme::kColorId_TextfieldSelectionBackgroundFocused)));
ime_inline_autocomplete_view_->SetEnabledColor(
GetNativeTheme()->GetSystemColor(
ui::NativeTheme::kColorId_TextfieldSelectionColor));
ime_inline_autocomplete_view_->SetVisible(false);
AddChildView(ime_inline_autocomplete_view_);
animated_host_label_ = new views::Label(base::string16(), font_list);
animated_host_label_->SetVisible(false);
AddChildView(animated_host_label_);
origin_chip_view_ = new OriginChipView(this, profile(), font_list);
origin_chip_view_->SetFocusable(false);
origin_chip_view_->set_drag_controller(this);
AddChildView(origin_chip_view_);
const SkColor text_color = GetColor(ToolbarModel::NONE, TEXT);
selected_keyword_view_ = new SelectedKeywordView(
bubble_font_list, text_color, background_color, profile());
AddChildView(selected_keyword_view_);
suggested_text_view_ = new views::Label(base::string16(), font_list);
suggested_text_view_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
suggested_text_view_->SetAutoColorReadabilityEnabled(false);
suggested_text_view_->SetEnabledColor(GetColor(
ToolbarModel::NONE, LocationBarView::DEEMPHASIZED_TEXT));
suggested_text_view_->SetVisible(false);
AddChildView(suggested_text_view_);
keyword_hint_view_ = new KeywordHintView(
profile(), font_list,
GetColor(ToolbarModel::NONE, LocationBarView::DEEMPHASIZED_TEXT),
background_color);
AddChildView(keyword_hint_view_);
mic_search_view_ = new views::ImageButton(this);
mic_search_view_->set_id(VIEW_ID_MIC_SEARCH_BUTTON);
mic_search_view_->SetAccessibilityFocusable(true);
mic_search_view_->SetTooltipText(
l10n_util::GetStringUTF16(IDS_TOOLTIP_MIC_SEARCH));
mic_search_view_->SetImage(
views::Button::STATE_NORMAL,
ui::ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
IDR_OMNIBOX_MIC_SEARCH));
mic_search_view_->SetImageAlignment(views::ImageButton::ALIGN_CENTER,
views::ImageButton::ALIGN_MIDDLE);
mic_search_view_->SetVisible(false);
InitTouchableLocationBarChildView(mic_search_view_);
AddChildView(mic_search_view_);
for (int i = 0; i < CONTENT_SETTINGS_NUM_TYPES; ++i) {
ContentSettingImageView* content_blocked_view =
new ContentSettingImageView(static_cast<ContentSettingsType>(i), this,
bubble_font_list, text_color,
background_color);
content_setting_views_.push_back(content_blocked_view);
content_blocked_view->SetVisible(false);
AddChildView(content_blocked_view);
}
generated_credit_card_view_ = new GeneratedCreditCardView(delegate_);
AddChildView(generated_credit_card_view_);
zoom_view_ = new ZoomView(delegate_);
zoom_view_->set_id(VIEW_ID_ZOOM_BUTTON);
AddChildView(zoom_view_);
open_pdf_in_reader_view_ = new OpenPDFInReaderView(this);
AddChildView(open_pdf_in_reader_view_);
manage_passwords_icon_view_ = new ManagePasswordsIconView(delegate_);
manage_passwords_icon_view_->set_id(VIEW_ID_MANAGE_PASSWORDS_ICON_BUTTON);
AddChildView(manage_passwords_icon_view_);
translate_icon_view_ = new TranslateIconView(command_updater());
translate_icon_view_->SetVisible(false);
AddChildView(translate_icon_view_);
star_view_ = new StarView(command_updater());
star_view_->SetVisible(false);
AddChildView(star_view_);
search_button_ = new views::LabelButton(this, base::string16());
search_button_->set_triggerable_event_flags(
ui::EF_LEFT_MOUSE_BUTTON | ui::EF_MIDDLE_MOUSE_BUTTON);
search_button_->SetStyle(views::Button::STYLE_BUTTON);
search_button_->SetFocusable(false);
search_button_->set_min_size(gfx::Size());
scoped_ptr<views::LabelButtonBorder> search_button_border(
new views::LabelButtonBorder(search_button_->style()));
search_button_border->set_insets(gfx::Insets());
const int kSearchButtonNormalImages[] = IMAGE_GRID(IDR_OMNIBOX_SEARCH_BUTTON);
search_button_border->SetPainter(
false, views::Button::STATE_NORMAL,
views::Painter::CreateImageGridPainter(kSearchButtonNormalImages));
const int kSearchButtonHoveredImages[] =
IMAGE_GRID(IDR_OMNIBOX_SEARCH_BUTTON_HOVER);
search_button_border->SetPainter(
false, views::Button::STATE_HOVERED,
views::Painter::CreateImageGridPainter(kSearchButtonHoveredImages));
const int kSearchButtonPressedImages[] =
IMAGE_GRID(IDR_OMNIBOX_SEARCH_BUTTON_PRESSED);
search_button_border->SetPainter(
false, views::Button::STATE_PRESSED,
views::Painter::CreateImageGridPainter(kSearchButtonPressedImages));
search_button_border->SetPainter(false, views::Button::STATE_DISABLED, NULL);
search_button_border->SetPainter(true, views::Button::STATE_NORMAL, NULL);
search_button_border->SetPainter(true, views::Button::STATE_HOVERED, NULL);
search_button_border->SetPainter(true, views::Button::STATE_PRESSED, NULL);
search_button_border->SetPainter(true, views::Button::STATE_DISABLED, NULL);
search_button_->SetBorder(search_button_border.PassAs<views::Border>());
const int kSearchButtonWidth = 56;
search_button_->set_min_size(gfx::Size(kSearchButtonWidth, 0));
search_button_->SetVisible(false);
AddChildView(search_button_);
show_url_animation_.reset(new gfx::SlideAnimation(this));
show_url_animation_->SetTweenType(gfx::Tween::FAST_OUT_SLOW_IN);
show_url_animation_->SetSlideDuration(200);
hide_url_animation_.reset(new gfx::SlideAnimation(this));
hide_url_animation_->SetTweenType(gfx::Tween::FAST_OUT_SLOW_IN);
hide_url_animation_->SetSlideDuration(200);
content::Source<Profile> profile_source = content::Source<Profile>(profile());
registrar_.Add(this,
chrome::NOTIFICATION_EXTENSION_LOCATION_BAR_UPDATED,
profile_source);
registrar_.Add(this, chrome::NOTIFICATION_EXTENSION_LOADED, profile_source);
registrar_.Add(this,
chrome::NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED,
profile_source);
Update(NULL);
}
bool LocationBarView::IsInitialized() const {
return omnibox_view_ != NULL;
}
SkColor LocationBarView::GetColor(ToolbarModel::SecurityLevel security_level,
ColorKind kind) const {
const ui::NativeTheme* native_theme = GetNativeTheme();
switch (kind) {
case BACKGROUND:
return native_theme->GetSystemColor(
ui::NativeTheme::kColorId_TextfieldDefaultBackground);
case TEXT:
return native_theme->GetSystemColor(
ui::NativeTheme::kColorId_TextfieldDefaultColor);
case SELECTED_TEXT:
return native_theme->GetSystemColor(
ui::NativeTheme::kColorId_TextfieldSelectionColor);
case DEEMPHASIZED_TEXT:
return color_utils::AlphaBlend(
GetColor(security_level, TEXT),
GetColor(security_level, BACKGROUND),
128);
case SECURITY_TEXT: {
SkColor color;
switch (security_level) {
case ToolbarModel::EV_SECURE:
case ToolbarModel::SECURE:
color = SkColorSetRGB(7, 149, 0);
break;
case ToolbarModel::SECURITY_WARNING:
case ToolbarModel::SECURITY_POLICY_WARNING:
return GetColor(security_level, DEEMPHASIZED_TEXT);
break;
case ToolbarModel::SECURITY_ERROR:
color = SkColorSetRGB(162, 0, 0);
break;
default:
NOTREACHED();
return GetColor(security_level, TEXT);
}
return color_utils::GetReadableColor(
color, GetColor(security_level, BACKGROUND));
}
default:
NOTREACHED();
return GetColor(security_level, TEXT);
}
}
void LocationBarView::GetOmniboxPopupPositioningInfo(
gfx::Point* top_left_screen_coord,
int* popup_width,
int* left_margin,
int* right_margin) {
*top_left_screen_coord = gfx::Point(
0,
parent()->height() - views::NonClientFrameView::kClientEdgeThickness);
views::View::ConvertPointToScreen(parent(), top_left_screen_coord);
*popup_width = parent()->width();
gfx::Rect location_bar_bounds(bounds());
location_bar_bounds.Inset(kNormalEdgeThickness, 0);
*left_margin = location_bar_bounds.x();
*right_margin = *popup_width - location_bar_bounds.right();
}
int LocationBarView::GetItemPadding() {
const int kTouchItemPadding = 8;
if (ui::GetDisplayLayout() == ui::LAYOUT_TOUCH)
return kTouchItemPadding;
const int kDesktopItemPadding = 3;
return kDesktopItemPadding;
}
void LocationBarView::SetFocusAndSelection(bool select_all) {
FocusLocation(select_all);
}
void LocationBarView::SetAnimationOffset(int offset) {
dropdown_animation_offset_ = offset;
}
void LocationBarView::UpdateContentSettingsIcons() {
if (RefreshContentSettingViews()) {
Layout();
SchedulePaint();
}
}
void LocationBarView::UpdateManagePasswordsIconAndBubble() {
if (RefreshManagePasswordsIconView()) {
Layout();
SchedulePaint();
}
ShowManagePasswordsBubbleIfNeeded();
}
void LocationBarView::UpdatePageActions() {
size_t count_before = page_action_views_.size();
bool changed = RefreshPageActionViews();
if (page_action_views_.size() != count_before) {
content::NotificationService::current()->Notify(
chrome::NOTIFICATION_EXTENSION_PAGE_ACTION_COUNT_CHANGED,
content::Source<LocationBar>(this),
content::NotificationService::NoDetails());
}
if (changed) {
Layout();
SchedulePaint();
}
}
void LocationBarView::InvalidatePageActions() {
size_t count_before = page_action_views_.size();
DeletePageActionViews();
if (page_action_views_.size() != count_before) {
content::NotificationService::current()->Notify(
chrome::NOTIFICATION_EXTENSION_PAGE_ACTION_COUNT_CHANGED,
content::Source<LocationBar>(this),
content::NotificationService::NoDetails());
}
}
void LocationBarView::UpdateOpenPDFInReaderPrompt() {
open_pdf_in_reader_view_->Update(
GetToolbarModel()->input_in_progress() ? NULL : GetWebContents());
Layout();
SchedulePaint();
}
void LocationBarView::UpdateGeneratedCreditCardView() {
generated_credit_card_view_->Update();
Layout();
SchedulePaint();
}
void LocationBarView::OnFocus() {
NotifyAccessibilityEvent(ui::AX_EVENT_FOCUS, false);
omnibox_view_->SetFocus();
}
void LocationBarView::SetPreviewEnabledPageAction(ExtensionAction* page_action,
bool preview_enabled) {
if (is_popup_mode_)
return;
DCHECK(page_action);
WebContents* contents = delegate_->GetWebContents();
RefreshPageActionViews();
PageActionWithBadgeView* page_action_view =
static_cast<PageActionWithBadgeView*>(GetPageActionView(page_action));
DCHECK(page_action_view);
if (!page_action_view)
return;
page_action_view->image_view()->set_preview_enabled(preview_enabled);
page_action_view->UpdateVisibility(contents, GetToolbarModel()->GetURL());
Layout();
SchedulePaint();
}
PageActionWithBadgeView* LocationBarView::GetPageActionView(
ExtensionAction* page_action) {
DCHECK(page_action);
for (PageActionViews::const_iterator i(page_action_views_.begin());
i != page_action_views_.end(); ++i) {
if ((*i)->image_view()->page_action() == page_action)
return *i;
}
return NULL;
}
void LocationBarView::SetStarToggled(bool on) {
if (star_view_)
star_view_->SetToggled(on);
}
void LocationBarView::SetTranslateIconToggled(bool on) {
translate_icon_view_->SetToggled(on);
}
void LocationBarView::ShowBookmarkPrompt() {
if (star_view_ && star_view_->visible())
BookmarkPromptView::ShowPrompt(star_view_, profile()->GetPrefs());
}
void LocationBarView::ZoomChangedForActiveTab(bool can_show_bubble) {
DCHECK(zoom_view_);
if (RefreshZoomView()) {
Layout();
SchedulePaint();
}
if (can_show_bubble && zoom_view_->visible() && delegate_->GetWebContents())
ZoomBubbleView::ShowBubble(delegate_->GetWebContents(), true);
}
gfx::Point LocationBarView::GetOmniboxViewOrigin() const {
gfx::Point origin(omnibox_view_->bounds().origin());
if (base::i18n::IsRTL())
origin.set_x(width() - origin.x());
views::View::ConvertPointToScreen(this, &origin);
return origin;
}
void LocationBarView::SetImeInlineAutocompletion(const base::string16& text) {
ime_inline_autocomplete_view_->SetText(text);
ime_inline_autocomplete_view_->SetVisible(!text.empty());
}
void LocationBarView::SetGrayTextAutocompletion(const base::string16& text) {
if (suggested_text_view_->text() != text) {
suggested_text_view_->SetText(text);
suggested_text_view_->SetVisible(!text.empty());
Layout();
SchedulePaint();
}
}
base::string16 LocationBarView::GetGrayTextAutocompletion() const {
return HasValidSuggestText() ? suggested_text_view_->text()
: base::string16();
}
gfx::Size LocationBarView::GetPreferredSize() {
gfx::Size background_min_size(border_painter_->GetMinimumSize());
if (!IsInitialized())
return background_min_size;
gfx::Size origin_chip_view_min_size(origin_chip_view_->GetMinimumSize());
gfx::Size search_button_min_size(search_button_->GetMinimumSize());
gfx::Size min_size(background_min_size);
min_size.SetToMax(search_button_min_size);
min_size.set_width(origin_chip_view_min_size.width() +
background_min_size.width() +
search_button_min_size.width());
return min_size;
}
void LocationBarView::Layout() {
if (!IsInitialized())
return;
animated_host_label_->SetVisible(false);
origin_chip_view_->SetVisible(origin_chip_view_->ShouldShow());
selected_keyword_view_->SetVisible(false);
location_icon_view_->SetVisible(false);
ev_bubble_view_->SetVisible(false);
keyword_hint_view_->SetVisible(false);
const int item_padding = GetItemPadding();
const int kEditLeadingInternalSpace = base::i18n::IsRTL() ? 1 : 0;
LocationBarLayout leading_decorations(
LocationBarLayout::LEFT_EDGE, item_padding - kEditLeadingInternalSpace);
LocationBarLayout trailing_decorations(LocationBarLayout::RIGHT_EDGE,
item_padding);
if (show_url_animation_->is_animating() ||
hide_url_animation_->is_animating()) {
const GURL url = GetWebContents()->GetURL();
const base::string16 host =
OriginChip::LabelFromURLForProfile(url, profile());
animated_host_label_->SetText(host);
const base::string16 formatted_url = GetToolbarModel()->GetFormattedURL();
std::vector<base::string16> substrings;
base::SplitStringUsingSubstr(formatted_url, host, &substrings);
const base::string16 text_leading_host = substrings[0];
const int leading_text_width =
gfx::Canvas::GetStringWidth(text_leading_host,
origin_chip_view_->GetFontList());
const int position_of_host_name_in_chip = origin_chip_view_->host_label_x();
const int position_of_host_name_in_url =
position_of_host_name_in_chip + leading_text_width;
int host_label_x = position_of_host_name_in_chip;
if (show_url_animation_->is_animating()) {
host_label_x = show_url_animation_->
CurrentValueBetween(position_of_host_name_in_chip,
position_of_host_name_in_url);
} else if (hide_url_animation_->is_animating()) {
host_label_x = hide_url_animation_->
CurrentValueBetween(position_of_host_name_in_url,
position_of_host_name_in_chip);
}
animated_host_label_->SetBounds(
host_label_x, 0,
animated_host_label_->GetPreferredSize().width(), height());
animated_host_label_->SetVisible(true);
}
const int origin_chip_width = origin_chip_view_->visible() ?
origin_chip_view_->GetPreferredSize().width() : 0;
origin_chip_view_->SetBounds(0, 0, origin_chip_width, height());
const base::string16 keyword(omnibox_view_->model()->keyword());
const bool is_keyword_hint(omnibox_view_->model()->is_keyword_hint());
const int bubble_location_y = vertical_edge_thickness() + kBubblePadding;
const int location_height = GetInternalHeight(false);
const int bubble_height = std::max(location_height - (kBubblePadding * 2), 0);
if (!keyword.empty() && !is_keyword_hint) {
leading_decorations.AddDecoration(bubble_location_y, bubble_height, true, 0,
kBubblePadding, item_padding, 0,
selected_keyword_view_);
if (selected_keyword_view_->keyword() != keyword) {
selected_keyword_view_->SetKeyword(keyword);
const TemplateURL* template_url =
TemplateURLServiceFactory::GetForProfile(profile())->
GetTemplateURLForKeyword(keyword);
if (template_url &&
(template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION)) {
gfx::Image image = extensions::OmniboxAPI::Get(profile())->
GetOmniboxIcon(template_url->GetExtensionId());
selected_keyword_view_->SetImage(image.AsImageSkia());
selected_keyword_view_->set_is_extension_icon(true);
} else {
selected_keyword_view_->SetImage(
*(GetThemeProvider()->GetImageSkiaNamed(IDR_OMNIBOX_SEARCH)));
selected_keyword_view_->set_is_extension_icon(false);
}
}
} else if (!toolbar_origin_chip_view_ &&
!chrome::ShouldDisplayOriginChipV2() &&
(GetToolbarModel()->GetSecurityLevel(false) == ToolbarModel::EV_SECURE)) {
ev_bubble_view_->SetLabel(GetToolbarModel()->GetEVCertName());
const double kMaxBubbleFraction = 0.5;
leading_decorations.AddDecoration(bubble_location_y, bubble_height, false,
kMaxBubbleFraction, kBubblePadding,
item_padding, 0, ev_bubble_view_);
} else if (!origin_chip_view_->visible()) {
leading_decorations.AddDecoration(
vertical_edge_thickness(), location_height,
GetBuiltInHorizontalPaddingForChildViews(),
location_icon_view_);
}
if (star_view_->visible()) {
trailing_decorations.AddDecoration(
vertical_edge_thickness(), location_height,
GetBuiltInHorizontalPaddingForChildViews(), star_view_);
}
if (translate_icon_view_->visible()) {
trailing_decorations.AddDecoration(
vertical_edge_thickness(), location_height,
GetBuiltInHorizontalPaddingForChildViews(),
translate_icon_view_);
}
if (open_pdf_in_reader_view_->visible()) {
trailing_decorations.AddDecoration(
vertical_edge_thickness(), location_height,
GetBuiltInHorizontalPaddingForChildViews(),
open_pdf_in_reader_view_);
}
if (manage_passwords_icon_view_->visible()) {
trailing_decorations.AddDecoration(vertical_edge_thickness(),
location_height, 0,
manage_passwords_icon_view_);
}
for (PageActionViews::const_iterator i(page_action_views_.begin());
i != page_action_views_.end(); ++i) {
if ((*i)->visible()) {
trailing_decorations.AddDecoration(
vertical_edge_thickness(), location_height,
GetBuiltInHorizontalPaddingForChildViews(), (*i));
}
}
if (zoom_view_->visible()) {
trailing_decorations.AddDecoration(vertical_edge_thickness(),
location_height, 0, zoom_view_);
}
for (ContentSettingViews::const_reverse_iterator i(
content_setting_views_.rbegin()); i != content_setting_views_.rend();
++i) {
if ((*i)->visible()) {
trailing_decorations.AddDecoration(
bubble_location_y, bubble_height, false, 0, item_padding,
item_padding, GetBuiltInHorizontalPaddingForChildViews(), (*i));
}
}
if (generated_credit_card_view_->visible()) {
trailing_decorations.AddDecoration(vertical_edge_thickness(),
location_height, 0,
generated_credit_card_view_);
}
if (mic_search_view_->visible()) {
trailing_decorations.AddDecoration(vertical_edge_thickness(),
location_height, 0, mic_search_view_);
}
if (!keyword.empty() && is_keyword_hint && !omnibox_view_->IsImeComposing()) {
trailing_decorations.AddDecoration(vertical_edge_thickness(),
location_height, true, 0, item_padding,
item_padding, 0, keyword_hint_view_);
if (keyword_hint_view_->keyword() != keyword)
keyword_hint_view_->SetKeyword(keyword);
}
const int horizontal_edge_thickness = GetHorizontalEdgeThickness();
int full_width = width() - horizontal_edge_thickness - origin_chip_width;
const int kSearchButtonInset = 1;
const gfx::Size search_button_size(search_button_->GetPreferredSize());
const int search_button_reserved_width =
search_button_size.width() + kSearchButtonInset;
full_width -= search_button_->visible() ?
search_button_reserved_width : horizontal_edge_thickness;
int entry_width = full_width;
leading_decorations.LayoutPass1(&entry_width);
trailing_decorations.LayoutPass1(&entry_width);
leading_decorations.LayoutPass2(&entry_width);
trailing_decorations.LayoutPass2(&entry_width);
int location_needed_width = omnibox_view_->GetTextWidth();
int available_width = entry_width - location_needed_width;
gfx::Rect location_bounds(
origin_chip_width + horizontal_edge_thickness, vertical_edge_thickness(),
std::max(full_width, full_width - entry_width), location_height);
leading_decorations.LayoutPass3(&location_bounds, &available_width);
trailing_decorations.LayoutPass3(&location_bounds, &available_width);
int omnibox_view_margin = 0;
if (suggested_text_view_->visible()) {
base::i18n::TextDirection text_direction =
base::i18n::GetStringDirection(omnibox_view_->GetText());
if (text_direction !=
base::i18n::GetStringDirection(suggested_text_view_->text()))
text_direction = base::i18n::UNKNOWN_DIRECTION;
gfx::Size suggested_text_size(suggested_text_view_->GetPreferredSize());
if (suggested_text_size.width() > available_width ||
text_direction == base::i18n::UNKNOWN_DIRECTION) {
suggested_text_view_->SetBounds(0, 0, 0, 0);
} else {
location_needed_width =
std::min(location_needed_width,
location_bounds.width() - suggested_text_size.width());
gfx::Rect suggested_text_bounds(location_bounds.x(), location_bounds.y(),
suggested_text_size.width(),
location_bounds.height());
suggested_text_bounds.Offset(location_needed_width - 1, 0);
if (text_direction == (base::i18n::IsRTL() ?
base::i18n::LEFT_TO_RIGHT : base::i18n::RIGHT_TO_LEFT)) {
suggested_text_bounds.set_x(location_bounds.x() + 1);
omnibox_view_margin = suggested_text_bounds.width();
}
suggested_text_view_->SetBoundsRect(suggested_text_bounds);
}
}
const gfx::Insets insets = omnibox_view_->GetInsets();
omnibox_view_->SetBorder(views::Border::CreateEmptyBorder(
insets.top(), insets.left(), insets.bottom(), omnibox_view_margin));
if (ime_inline_autocomplete_view_->visible()) {
int width =
gfx::GetStringWidth(ime_inline_autocomplete_view_->text(),
ime_inline_autocomplete_view_->font_list()) +
ime_inline_autocomplete_view_->GetInsets().width();
int x = location_needed_width;
if (width > entry_width)
x = 0;
else if (location_needed_width + width > entry_width)
x = entry_width - width;
location_bounds.set_width(x);
ime_inline_autocomplete_view_->SetBounds(
location_bounds.right(), location_bounds.y(),
std::min(width, entry_width), location_bounds.height());
}
omnibox_view_->SetBoundsRect(location_bounds);
search_button_->SetBoundsRect(gfx::Rect(
gfx::Point(width() - search_button_reserved_width, 0),
search_button_size));
}
void LocationBarView::PaintChildren(gfx::Canvas* canvas) {
for (int i = 0, count = child_count(); i < count; ++i)
if (!child_at(i)->layer() &&
(child_at(i) != origin_chip_view_) &&
(child_at(i) != search_button_))
child_at(i)->Paint(canvas);
if (show_focus_rect_ && HasFocus())
canvas->DrawFocusRect(omnibox_view_->bounds());
gfx::Rect border_rect(GetContentsBounds());
if (is_popup_mode_ && (GetHorizontalEdgeThickness() == 0))
border_rect.Inset(-kPopupEdgeThickness, 0);
views::Painter::PaintPainterAt(canvas, border_painter_.get(), border_rect);
origin_chip_view_->Paint(canvas);
search_button_->Paint(canvas);
}
void LocationBarView::OnPaint(gfx::Canvas* canvas) {
View::OnPaint(canvas);
gfx::Rect bounds(GetContentsBounds());
bounds.Inset(GetHorizontalEdgeThickness(), vertical_edge_thickness());
SkColor color(GetColor(ToolbarModel::NONE, BACKGROUND));
if (is_popup_mode_) {
canvas->FillRect(bounds, color);
} else {
SkPaint paint;
paint.setStyle(SkPaint::kFill_Style);
paint.setColor(color);
const int kBorderCornerRadius = 2;
canvas->DrawRoundRect(bounds, kBorderCornerRadius, paint);
}
}
void LocationBarView::SetShowFocusRect(bool show) {
show_focus_rect_ = show;
SchedulePaint();
}
void LocationBarView::SelectAll() {
omnibox_view_->SelectAll(true);
}
views::ImageView* LocationBarView::GetLocationIconView() {
return toolbar_origin_chip_view_ ?
toolbar_origin_chip_view_->location_icon_view() : location_icon_view_;
}
const views::ImageView* LocationBarView::GetLocationIconView() const {
return toolbar_origin_chip_view_ ?
toolbar_origin_chip_view_->location_icon_view() : location_icon_view_;
}
views::View* LocationBarView::GetLocationBarAnchor() {
return GetLocationIconView();
}
gfx::Point LocationBarView::GetLocationBarAnchorPoint() const {
gfx::Point icon_bottom(0, GetLocationIconView()->GetImageBounds().bottom() -
LocationBarView::kIconInternalPadding + 1);
gfx::Point icon_center(GetLocationIconView()->GetImageBounds().CenterPoint());
gfx::Point point(icon_center.x(), icon_bottom.y());
ConvertPointToTarget(GetLocationIconView(), this, &point);
return point;
}
views::View* LocationBarView::generated_credit_card_view() {
return generated_credit_card_view_;
}
void LocationBarView::Update(const WebContents* contents) {
mic_search_view_->SetVisible(
!GetToolbarModel()->input_in_progress() && browser_ &&
browser_->search_model()->voice_search_supported());
RefreshContentSettingViews();
generated_credit_card_view_->Update();
ZoomBubbleView::CloseBubble();
RefreshZoomView();
RefreshPageActionViews();
RefreshTranslateIcon();
RefreshManagePasswordsIconView();
open_pdf_in_reader_view_->Update(
GetToolbarModel()->input_in_progress() ? NULL : GetWebContents());
if (star_view_) {
star_view_->SetVisible(
browser_defaults::bookmarks_enabled && !is_popup_mode_ &&
!GetToolbarModel()->input_in_progress() &&
edit_bookmarks_enabled_.GetValue() &&
!IsBookmarkStarHiddenByExtension());
}
if (contents)
omnibox_view_->OnTabChanged(contents);
else
omnibox_view_->Update();
OnChanged();
}
void LocationBarView::OnChanged() {
int icon_id = omnibox_view_->GetIcon();
location_icon_view_->SetImage(GetThemeProvider()->GetImageSkiaNamed(icon_id));
location_icon_view_->ShowTooltip(!GetOmniboxView()->IsEditingOrEmpty());
ToolbarModel* toolbar_model = GetToolbarModel();
chrome::DisplaySearchButtonConditions conditions =
chrome::GetDisplaySearchButtonConditions();
bool meets_conditions =
(conditions == chrome::DISPLAY_SEARCH_BUTTON_ALWAYS) ||
((conditions != chrome::DISPLAY_SEARCH_BUTTON_NEVER) &&
(toolbar_model->WouldPerformSearchTermReplacement(true) ||
((conditions == chrome::DISPLAY_SEARCH_BUTTON_FOR_STR_OR_IIP) &&
toolbar_model->input_in_progress())));
search_button_->SetVisible(!is_popup_mode_ && meets_conditions);
search_button_->SetImage(
views::Button::STATE_NORMAL,
*GetThemeProvider()->GetImageSkiaNamed((icon_id == IDR_OMNIBOX_SEARCH) ?
IDR_OMNIBOX_SEARCH_BUTTON_LOUPE : IDR_OMNIBOX_SEARCH_BUTTON_ARROW));
if (toolbar_origin_chip_view_)
toolbar_origin_chip_view_->OnChanged();
if (origin_chip_view_->visible())
origin_chip_view_->OnChanged();
Layout();
SchedulePaint();
}
void LocationBarView::OnSetFocus() {
GetFocusManager()->SetFocusedView(this);
}
void LocationBarView::ShowURL() {
if (chrome::ShouldDisplayOriginChipV2()) {
omnibox_view_->SetVisible(false);
omnibox_view_->ShowURL();
show_url_animation_->Show();
} else {
omnibox_view_->ShowURL();
}
}
void LocationBarView::OnShowURLAnimationEnded() {
animated_host_label_->SetVisible(false);
omnibox_view_->SetVisible(true);
omnibox_view_->FadeIn();
omnibox_view_->SetFocus();
omnibox_view_->SelectAll(true);
}
void LocationBarView::HideURL() {
omnibox_view_->SetVisible(false);
hide_url_animation_->Show();
}
void LocationBarView::OnHideURLAnimationEnded() {
animated_host_label_->SetVisible(false);
omnibox_view_->HideURL();
omnibox_view_->SetVisible(true);
origin_chip_view_->FadeIn();
}
void LocationBarView::AnimationProgressed(const gfx::Animation* animation) {
if (animation == show_url_animation_.get() ||
animation == hide_url_animation_.get()) {
Layout();
SchedulePaint();
}
}
void LocationBarView::AnimationEnded(const gfx::Animation* animation) {
if (animation == show_url_animation_.get()) {
show_url_animation_->Reset();
OnShowURLAnimationEnded();
} else if (animation == hide_url_animation_.get()) {
hide_url_animation_->Reset();
OnHideURLAnimationEnded();
}
}
InstantController* LocationBarView::GetInstant() {
return delegate_->GetInstant();
}
WebContents* LocationBarView::GetWebContents() {
return delegate_->GetWebContents();
}
ToolbarModel* LocationBarView::GetToolbarModel() {
return delegate_->GetToolbarModel();
}
const ToolbarModel* LocationBarView::GetToolbarModel() const {
return delegate_->GetToolbarModel();
}
const char* LocationBarView::GetClassName() const {
return kViewClassName;
}
bool LocationBarView::HasFocus() const {
return omnibox_view_->model()->has_focus();
}
void LocationBarView::GetAccessibleState(ui::AXViewState* state) {
if (!IsInitialized())
return;
state->role = ui::AX_ROLE_LOCATION_BAR;
state->name = l10n_util::GetStringUTF16(IDS_ACCNAME_LOCATION);
state->value = omnibox_view_->GetText();
base::string16::size_type entry_start;
base::string16::size_type entry_end;
omnibox_view_->GetSelectionBounds(&entry_start, &entry_end);
state->selection_start = entry_start;
state->selection_end = entry_end;
if (is_popup_mode_) {
state->AddStateFlag(ui::AX_STATE_READ_ONLY);
} else {
state->set_value_callback =
base::Bind(&LocationBarView::AccessibilitySetValue,
weak_ptr_factory_.GetWeakPtr());
}
}
void LocationBarView::OnBoundsChanged(const gfx::Rect& previous_bounds) {
InstantServiceFactory::GetForProfile(profile())->OnOmniboxStartMarginChanged(
bounds().x());
OmniboxPopupView* popup = omnibox_view_->model()->popup_model()->view();
if (popup->IsOpen())
popup->UpdatePopupAppearance();
}
void LocationBarView::ButtonPressed(views::Button* sender,
const ui::Event& event) {
if (sender == mic_search_view_) {
command_updater()->ExecuteCommand(IDC_TOGGLE_SPEECH_INPUT);
return;
}
DCHECK_EQ(search_button_, sender);
omnibox_view_->model()->AcceptInput(
ui::DispositionFromEventFlags(event.flags()), false);
}
void LocationBarView::WriteDragDataForView(views::View* sender,
const gfx::Point& press_pt,
OSExchangeData* data) {
DCHECK_NE(GetDragOperationsForView(sender, press_pt),
ui::DragDropTypes::DRAG_NONE);
WebContents* web_contents = GetWebContents();
FaviconTabHelper* favicon_tab_helper =
FaviconTabHelper::FromWebContents(web_contents);
gfx::ImageSkia favicon = favicon_tab_helper->GetFavicon().AsImageSkia();
button_drag_utils::SetURLAndDragImage(web_contents->GetURL(),
web_contents->GetTitle(),
favicon,
data,
sender->GetWidget());
}
int LocationBarView::GetDragOperationsForView(views::View* sender,
const gfx::Point& p) {
DCHECK((sender == location_icon_view_) || (sender == ev_bubble_view_) ||
(sender == origin_chip_view_));
WebContents* web_contents = delegate_->GetWebContents();
return (web_contents && web_contents->GetURL().is_valid() &&
(!GetOmniboxView()->IsEditingOrEmpty() ||
sender == origin_chip_view_)) ?
(ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK) :
ui::DragDropTypes::DRAG_NONE;
}
bool LocationBarView::CanStartDragForView(View* sender,
const gfx::Point& press_pt,
const gfx::Point& p) {
return true;
}
void LocationBarView::ShowFirstRunBubble() {
TemplateURLService* url_service =
TemplateURLServiceFactory::GetForProfile(profile());
if (!url_service->loaded()) {
template_url_service_ = url_service;
template_url_service_->AddObserver(this);
template_url_service_->Load();
return;
}
ShowFirstRunBubbleInternal();
}
GURL LocationBarView::GetDestinationURL() const {
return destination_url();
}
WindowOpenDisposition LocationBarView::GetWindowOpenDisposition() const {
return disposition();
}
content::PageTransition LocationBarView::GetPageTransition() const {
return transition();
}
void LocationBarView::AcceptInput() {
omnibox_view_->model()->AcceptInput(CURRENT_TAB, false);
}
void LocationBarView::FocusLocation(bool select_all) {
omnibox_view_->SetFocus();
if (select_all)
omnibox_view_->SelectAll(true);
}
void LocationBarView::FocusSearch() {
omnibox_view_->SetFocus();
omnibox_view_->SetForcedQuery();
}
void LocationBarView::SaveStateToContents(WebContents* contents) {
omnibox_view_->SaveStateToTab(contents);
}
void LocationBarView::Revert() {
omnibox_view_->RevertAll();
}
const OmniboxView* LocationBarView::GetOmniboxView() const {
return omnibox_view_;
}
OmniboxView* LocationBarView::GetOmniboxView() {
return omnibox_view_;
}
LocationBarTesting* LocationBarView::GetLocationBarForTesting() {
return this;
}
int LocationBarView::PageActionCount() {
return page_action_views_.size();
}
int LocationBarView::PageActionVisibleCount() {
int result = 0;
for (size_t i = 0; i < page_action_views_.size(); i++) {
if (page_action_views_[i]->visible())
++result;
}
return result;
}
ExtensionAction* LocationBarView::GetPageAction(size_t index) {
if (index < page_action_views_.size())
return page_action_views_[index]->image_view()->page_action();
NOTREACHED();
return NULL;
}
ExtensionAction* LocationBarView::GetVisiblePageAction(size_t index) {
size_t current = 0;
for (size_t i = 0; i < page_action_views_.size(); ++i) {
if (page_action_views_[i]->visible()) {
if (current == index)
return page_action_views_[i]->image_view()->page_action();
++current;
}
}
NOTREACHED();
return NULL;
}
void LocationBarView::TestPageActionPressed(size_t index) {
size_t current = 0;
for (size_t i = 0; i < page_action_views_.size(); ++i) {
if (page_action_views_[i]->visible()) {
if (current == index) {
page_action_views_[i]->image_view()->ExecuteAction(
ExtensionPopup::SHOW);
return;
}
++current;
}
}
NOTREACHED();
}
bool LocationBarView::GetBookmarkStarVisibility() {
DCHECK(star_view_);
return star_view_->visible();
}
void LocationBarView::OnTemplateURLServiceChanged() {
template_url_service_->RemoveObserver(this);
template_url_service_ = NULL;
if (omnibox_view_ && omnibox_view_->GetWidget()->IsActive())
ShowFirstRunBubble();
}
void LocationBarView::Observe(int type,
const content::NotificationSource& source,
const content::NotificationDetails& details) {
switch (type) {
case chrome::NOTIFICATION_EXTENSION_LOCATION_BAR_UPDATED: {
WebContents* target_tab = content::Details<WebContents>(details).ptr();
if (target_tab == GetWebContents())
UpdatePageActions();
break;
}
case chrome::NOTIFICATION_EXTENSION_LOADED:
case chrome::NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED:
Update(NULL);
break;
default:
NOTREACHED() << "Unexpected notification.";
}
}
void LocationBarView::ModelChanged(const SearchModel::State& old_state,
const SearchModel::State& new_state) {
const bool visible = !GetToolbarModel()->input_in_progress() &&
new_state.voice_search_supported;
if (mic_search_view_->visible() != visible) {
mic_search_view_->SetVisible(visible);
Layout();
}
}
int LocationBarView::GetInternalHeight(bool use_preferred_size) {
int total_height =
use_preferred_size ? GetPreferredSize().height() : height();
return std::max(total_height - (vertical_edge_thickness() * 2), 0);
}
int LocationBarView::GetBuiltInHorizontalPaddingForChildViews() {
return (ui::GetDisplayLayout() == ui::LAYOUT_TOUCH) ?
GetItemPadding() / 2 : 0;
}
int LocationBarView::GetHorizontalEdgeThickness() const {
return (is_popup_mode_ && browser_ && browser_->window() &&
browser_->window()->IsMaximized()) ? 0 : vertical_edge_thickness();
}
bool LocationBarView::RefreshContentSettingViews() {
bool visibility_changed = false;
for (ContentSettingViews::const_iterator i(content_setting_views_.begin());
i != content_setting_views_.end(); ++i) {
const bool was_visible = (*i)->visible();
(*i)->Update(GetToolbarModel()->input_in_progress() ?
NULL : GetWebContents());
if (was_visible != (*i)->visible())
visibility_changed = true;
}
return visibility_changed;
}
void LocationBarView::DeletePageActionViews() {
for (PageActionViews::const_iterator i(page_action_views_.begin());
i != page_action_views_.end(); ++i)
RemoveChildView(*i);
STLDeleteElements(&page_action_views_);
}
bool LocationBarView::RefreshPageActionViews() {
if (is_popup_mode_)
return false;
bool changed = false;
std::map<ExtensionAction*, bool> old_visibility;
for (PageActionViews::const_iterator i(page_action_views_.begin());
i != page_action_views_.end(); ++i) {
old_visibility[(*i)->image_view()->page_action()] = (*i)->visible();
}
PageActions new_page_actions;
WebContents* contents = delegate_->GetWebContents();
if (contents) {
extensions::TabHelper* extensions_tab_helper =
extensions::TabHelper::FromWebContents(contents);
extensions::LocationBarController* controller =
extensions_tab_helper->location_bar_controller();
new_page_actions = controller->GetCurrentActions();
}
if (page_actions_ != new_page_actions) {
changed = true;
page_actions_.swap(new_page_actions);
DeletePageActionViews();
for (PageActions::const_iterator i = page_actions_.begin();
i != page_actions_.end(); ++i) {
PageActionWithBadgeView* page_action_view = new PageActionWithBadgeView(
delegate_->CreatePageActionImageView(this, *i));
page_action_view->SetVisible(false);
page_action_views_.push_back(page_action_view);
}
std::stable_partition(
page_action_views_.begin(),
page_action_views_.end(),
IsPageActionViewRightAligned(
extensions::ExtensionSystem::Get(profile())->extension_service()));
View* right_anchor = open_pdf_in_reader_view_;
if (!right_anchor)
right_anchor = star_view_;
DCHECK(right_anchor);
for (PageActionViews::reverse_iterator i = page_action_views_.rbegin();
i != page_action_views_.rend(); ++i)
AddChildViewAt(*i, GetIndexOf(right_anchor));
}
if (!page_action_views_.empty() && contents) {
Browser* browser = chrome::FindBrowserWithWebContents(contents);
GURL url = browser->tab_strip_model()->GetActiveWebContents()->GetURL();
for (PageActionViews::const_iterator i(page_action_views_.begin());
i != page_action_views_.end(); ++i) {
(*i)->UpdateVisibility(
GetToolbarModel()->input_in_progress() ? NULL : contents, url);
ExtensionAction* action = (*i)->image_view()->page_action();
if (old_visibility.find(action) == old_visibility.end() ||
old_visibility[action] != (*i)->visible()) {
changed = true;
content::NotificationService::current()->Notify(
chrome::NOTIFICATION_EXTENSION_PAGE_ACTION_VISIBILITY_CHANGED,
content::Source<ExtensionAction>(action),
content::Details<WebContents>(contents));
}
}
}
return changed;
}
bool LocationBarView::RefreshZoomView() {
DCHECK(zoom_view_);
WebContents* web_contents = GetWebContents();
if (!web_contents)
return false;
const bool was_visible = zoom_view_->visible();
zoom_view_->Update(ZoomController::FromWebContents(web_contents));
return was_visible != zoom_view_->visible();
}
bool LocationBarView::RefreshManagePasswordsIconView() {
DCHECK(manage_passwords_icon_view_);
WebContents* web_contents = GetWebContents();
if (!web_contents)
return false;
const bool was_visible = manage_passwords_icon_view_->visible();
manage_passwords_icon_view_->Update(
ManagePasswordsBubbleUIController::FromWebContents(web_contents));
return was_visible != manage_passwords_icon_view_->visible();
}
void LocationBarView::RefreshTranslateIcon() {
if (!TranslateService::IsTranslateBubbleEnabled())
return;
WebContents* web_contents = GetWebContents();
if (!web_contents)
return;
LanguageState& language_state = TranslateTabHelper::FromWebContents(
web_contents)->GetLanguageState();
bool enabled = language_state.translate_enabled();
command_updater()->UpdateCommandEnabled(IDC_TRANSLATE_PAGE, enabled);
translate_icon_view_->SetVisible(enabled);
translate_icon_view_->SetToggled(language_state.IsPageTranslated());
}
void LocationBarView::ShowManagePasswordsBubbleIfNeeded() {
DCHECK(manage_passwords_icon_view_);
WebContents* web_contents = GetWebContents();
if (!web_contents)
return;
manage_passwords_icon_view_->ShowBubbleIfNeeded(
ManagePasswordsBubbleUIController::FromWebContents(web_contents));
}
bool LocationBarView::HasValidSuggestText() const {
return suggested_text_view_->visible() &&
!suggested_text_view_->size().IsEmpty();
}
void LocationBarView::ShowFirstRunBubbleInternal() {
#if !defined(OS_CHROMEOS)
Browser* browser = GetBrowserFromDelegate(delegate_);
if (!browser)
return;
FirstRunBubble::ShowBubble(browser, GetLocationBarAnchor());
#endif
}
void LocationBarView::AccessibilitySetValue(const base::string16& new_value) {
omnibox_view_->SetUserText(new_value, new_value, true);
}