Home | History | Annotate | Download | only in frame

Lines Matching refs:BrowserView

132 // Returned from BrowserView::GetClassName.
133 const char BrowserView::kViewClassName[] = "browser/ui/views/BrowserView";
160 explicit BookmarkExtensionBackground(BrowserView* browser_view,
168 BrowserView* browser_view_;
179 BrowserView* browser_view,
292 // BrowserView, public:
294 BrowserView::BrowserView(Browser* browser)
325 BrowserView::~BrowserView() {
359 BrowserView* BrowserView::GetBrowserViewForNativeWindow(
363 return reinterpret_cast<BrowserView*>(
368 return static_cast<BrowserView*>(
375 gfx::Rect BrowserView::GetToolbarBounds() const {
388 gfx::Rect BrowserView::GetClientAreaBounds() const {
396 gfx::Rect BrowserView::GetFindBarBoundingBox() const {
400 int BrowserView::GetTabStripHeight() const {
407 gfx::Point BrowserView::OffsetPointForToolbarBackgroundImage(
417 int BrowserView::GetSidebarWidth() const {
423 bool BrowserView::IsTabStripVisible() const {
427 BrowserView::UseVerticalTabs() const {
431 bool BrowserView::IsOffTheRecord() const {
435 bool BrowserView::ShouldShowOffTheRecordAvatar() const {
439 bool BrowserView::AcceleratorPressed(const views::Accelerator& accelerator) {
462 bool BrowserView::GetAccelerator(int cmd_id, ui::Accelerator* accelerator) {
488 bool BrowserView::ActivateAppModalDialog() const {
502 TabContents* BrowserView::GetSelectedTabContents() const {
506 TabContentsWrapper* BrowserView::GetSelectedTabContentsWrapper() const {
510 SkBitmap BrowserView::GetOTRAvatarIcon() {
521 void BrowserView::PrepareToRunSystemMenu(HMENU menu) {
527 void BrowserView::RegisterBrowserViewPrefs(PrefService* prefs) {
534 bool BrowserView::IsPositionInWindowCaption(const gfx::Point& point) {
539 // BrowserView, BrowserWindow implementation:
541 void BrowserView::Show() {
563 void BrowserView::ShowInactive() {
569 void BrowserView::SetBounds(const gfx::Rect& bounds) {
574 void BrowserView::Close() {
580 void BrowserView::Activate() {
584 void BrowserView::Deactivate() {
588 bool BrowserView::IsActive() const {
592 void BrowserView::FlashFrame() {
606 gfx::NativeWindow BrowserView::GetNativeHandle() {
610 BrowserWindowTesting* BrowserView::GetBrowserWindowTesting() {
614 StatusBubble* BrowserView::GetStatusBubble() {
624 void BrowserView::ToolbarSizeChanged(bool is_animating) {
671 void BrowserView::UpdateTitleBar() {
677 void BrowserView::ShelfVisibilityChanged() {
681 void BrowserView::UpdateDevTools() {
686 void BrowserView::UpdateLoadingAnimations(bool should_animate) {
693 &BrowserView::LoadingAnimationCallback);
705 void BrowserView::SetStarredState(bool is_starred) {
709 gfx::Rect BrowserView::GetRestoredBounds() const {
713 gfx::Rect BrowserView::GetBounds() const {
717 bool BrowserView::IsMaximized() const {
721 void BrowserView::SetFullscreen(bool fullscreen) {
734 bool BrowserView::IsFullscreen() const {
738 bool BrowserView::IsFullscreenBubbleVisible() const {
742 void BrowserView::FullScreenStateChanged() {
746 void BrowserView::RestoreFocus() {
752 LocationBar* BrowserView::GetLocationBar() const {
756 void BrowserView::SetFocusToLocationBar(bool select_all) {
770 void BrowserView::UpdateReloadStopState(bool is_loading, bool force) {
775 void BrowserView::UpdateToolbar(TabContentsWrapper* contents,
780 void BrowserView::FocusToolbar() {
787 void BrowserView::FocusBookmarksToolbar() {
794 void BrowserView::FocusAppMenu() {
810 void BrowserView::RotatePaneFocus(bool forwards) {
873 void BrowserView::SaveFocusedView() {
882 void BrowserView::DestroyBrowser() {
890 bool BrowserView::IsBookmarkBarVisible() const {
896 bool BrowserView::IsBookmarkBarAnimating() const {
900 bool BrowserView::IsTabStripEditable() const {
904 bool BrowserView::IsToolbarVisible() const {
909 void BrowserView::DisableInactiveFrame() {
915 void BrowserView::ConfirmSetDefaultSearchProvider(
927 void BrowserView::ConfirmAddSearchProvider(const TemplateURL* template_url,
933 void BrowserView::ToggleBookmarkBar() {
937 void BrowserView::ShowAboutChromeDialog() {
941 views::Window* BrowserView::DoShowAboutChromeDialog() {
946 void BrowserView::ShowUpdateChromeDialog() {
950 void BrowserView::ShowTaskManager() {
954 void BrowserView::ShowBackgroundPages() {
958 void BrowserView::ShowBookmarkBubble(const GURL& url, bool already_bookmarked) {
962 void BrowserView::SetDownloadShelfVisible(bool visible) {
982 bool BrowserView::IsDownloadShelfVisible() const {
986 DownloadShelf* BrowserView::GetDownloadShelf() {
994 void BrowserView::ShowRepostFormWarningDialog(TabContents* tab_contents) {
998 void BrowserView::ShowCollectedCookiesDialog(TabContents* tab_contents) {
1002 void BrowserView::ShowThemeInstallBubble() {
1009 void BrowserView::ConfirmBrowserCloseWithPendingDownloads() {
1015 void BrowserView::ShowHTMLDialog(HtmlDialogUIDelegate* delegate,
1027 void BrowserView::ShowCreateWebAppShortcutsDialog(
1032 void BrowserView::ShowCreateChromeAppShortcutsDialog(Profile* profile,
1037 void BrowserView::UserChangedTheme() {
1041 int BrowserView::GetExtraRenderViewHeight() const {
1046 void BrowserView::TabContentsFocused(TabContents* tab_contents) {
1050 void BrowserView::ShowPageInfo(Profile* profile,
1059 void BrowserView::ShowAppMenu() {
1063 bool BrowserView::PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event,
1145 void BrowserView::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {
1165 void BrowserView::Cut() {
1170 void BrowserView::Copy() {
1175 void BrowserView::Paste() {
1180 void BrowserView::ToggleTabStripMode() {
1185 void BrowserView::PrepareForInstant() {
1189 void BrowserView::ShowInstant(TabContentsWrapper* preview) {
1205 void BrowserView::HideInstant(bool instant_is_active) {
1221 gfx::Rect BrowserView::GetInstantBounds() {
1226 void BrowserView::ShowKeyboardOverlay(gfx::NativeWindow owning_window) {
1232 // BrowserView, BrowserWindowTesting implementation:
1234 BookmarkBarView* BrowserView::GetBookmarkBarView() const {
1238 LocationBarView* BrowserView::GetLocationBarView() const {
1242 views::View* BrowserView::GetTabContentsContainerView() const {
1246 views::View* BrowserView::GetSidebarContainerView() const {
1252 ToolbarView* BrowserView::GetToolbarView() const {
1257 // BrowserView, NotificationObserver implementation:
1259 void BrowserView::Observe(NotificationType type,
1284 // BrowserView, TabStripModelObserver implementation:
1286 void BrowserView::TabDetachedAt(TabContentsWrapper* contents, int index) {
1301 void BrowserView::TabDeselected(TabContentsWrapper* contents) {
1309 void BrowserView::TabSelectedAt(TabContentsWrapper* old_contents,
1319 void BrowserView::TabReplacedAt(TabStripModel* tab_strip_model,
1339 void BrowserView::TabStripEmpty() {
1347 // BrowserView, ui::SimpleMenuModel::Delegate implementation:
1349 bool BrowserView::IsCommandIdChecked(int command_id) const {
1355 bool BrowserView::IsCommandIdEnabled(int command_id) const {
1359 bool BrowserView::GetAcceleratorForCommandId(int command_id,
1365 bool BrowserView::IsItemForCommandIdDynamic(int command_id) const {
1369 string16 BrowserView::GetLabelForCommandId(int command_id) const {
1381 void BrowserView::ExecuteCommand(int command_id) {
1386 // BrowserView, views::WindowDelegate implementation:
1388 bool BrowserView::CanResize() const {
1392 bool BrowserView::CanMaximize() const {
1396 bool BrowserView::CanActivate() const {
1400 bool BrowserView::IsModal() const {
1404 std::wstring BrowserView::GetWindowTitle() const {
1408 std::wstring BrowserView::GetAccessibleWindowTitle() const {
1417 views::View* BrowserView::GetInitiallyFocusedView() {
1423 bool BrowserView::ShouldShowWindowTitle() const {
1427 SkBitmap BrowserView::GetWindowAppIcon() {
1437 SkBitmap BrowserView::GetWindowIcon() {
1443 bool BrowserView::ShouldShowWindowIcon() const {
1447 bool BrowserView::ExecuteWindowsCommand(int command_id) {
1459 std::wstring BrowserView::GetWindowName() const {
1463 void BrowserView::SaveWindowPlacement(const gfx::Rect& bounds,
1474 bool BrowserView::GetSavedWindowBounds(gfx::Rect* bounds) const {
1513 bool BrowserView::GetSavedMaximizedState(bool* maximized) const {
1518 views::View* BrowserView::GetContentsView() {
1522 views::ClientView* BrowserView::CreateClientView(views::Window* window) {
1527 void BrowserView::OnWindowActivationChanged(bool active) {
1532 void BrowserView::OnWindowBeginUserBoundsChange() {
1538 void BrowserView::OnWidgetMove() {
1556 // BrowserView, views::ClientView overrides:
1558 bool BrowserView::CanClose() {
1586 int BrowserView::NonClientHitTest(const gfx::Point& point) {
1613 gfx::Size BrowserView::GetMinimumSize() {
1618 // BrowserView, protected
1620 void BrowserView::GetAccessiblePanes(
1635 // BrowserView, views::View overrides:
1637 std::string BrowserView::GetClassName() const {
1641 void BrowserView::Layout() {
1664 void BrowserView::PaintChildren(gfx::Canvas* canvas) {
1676 void BrowserView::ViewHierarchyChanged(bool is_add,
1685 void BrowserView::ChildPreferredSizeChanged(View* child) {
1689 void BrowserView::GetAccessibleState(ui::AccessibleViewState* state) {
1694 SkColor BrowserView::GetInfoBarSeparatorColor() const {
1701 void BrowserView::InfoBarContainerStateChanged(bool is_animating) {
1705 bool BrowserView::DrawInfoBarArrows(int* x) const {
1716 bool BrowserView::SplitHandleMoved(views::SingleSplitView* view) {
1724 views::LayoutManager* BrowserView::CreateLayoutManager() const {
1728 void BrowserView::InitTabStrip(TabStripModel* model) {
1737 ToolbarView* BrowserView::CreateToolbar() const {
1741 void BrowserView::Init() {
1836 void BrowserView::LoadingAnimationCallback() {
1861 // BrowserView, private --------------------------------------------------------
1864 void BrowserView::InitSystemMenu() {
1879 BrowserViewLayout* BrowserView::GetBrowserViewLayout() const {
1883 void BrowserView::LayoutStatusBubble() {
1897 bool BrowserView::MaybeShowBookmarkBar(TabContentsWrapper* contents) {
1917 bool BrowserView::MaybeShowInfoBar(TabContentsWrapper* contents) {
1924 void BrowserView::UpdateSidebar() {
1929 void BrowserView::UpdateSidebarForContents(TabContentsWrapper* tab_contents) {
1987 void BrowserView::UpdateDevToolsForContents(TabContentsWrapper* wrapper) {
2040 void BrowserView::UpdateUIForContents(TabContentsWrapper* contents) {
2047 bool BrowserView::UpdateChildViewAndLayout(views::View* new_view,
2093 void BrowserView::ProcessFullscreen(bool fullscreen) {
2174 void BrowserView::LoadAccelerators() {
2226 void BrowserView::BuildSystemMenuForBrowserWindow() {
2237 void BrowserView::BuildSystemMenuForAppOrPopupWindow(bool is_app) {
2276 BrowserView::GetCommandIDForAppCommandID(int app_command_id) const {
2309 void BrowserView::InitHangMonitor() {
2334 void BrowserView::UpdateAcceleratorMetrics(
2395 void BrowserView::ProcessTabSelected(TabContentsWrapper* new_contents,
2430 gfx::Size BrowserView::GetResizeCornerSize() const {
2434 void BrowserView::SetToolbar(ToolbarView* toolbar) {
2451 BrowserView* view = new BrowserView(browser);
2463 return browser::CreateFindBar(static_cast<BrowserView*>(browser->window()));