OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TabGtk
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.h
23
class
TabGtk
: public TabRendererGtk,
32
virtual bool IsTabSelected(const
TabGtk
* tab) const = 0;
35
virtual bool IsTabPinned(const
TabGtk
* tab) const = 0;
38
virtual bool IsTabDetached(const
TabGtk
* tab) const = 0;
41
virtual void SelectTab(
TabGtk
* tab) = 0;
44
virtual void CloseTab(
TabGtk
* tab) = 0;
49
const
TabGtk
* tab) const = 0;
53
TabStripModel::ContextMenuCommand command_id,
TabGtk
* tab) = 0;
58
TabStripModel::ContextMenuCommand command_id,
TabGtk
* tab) = 0;
60
TabStripModel::ContextMenuCommand command_id,
TabGtk
* tab) = 0
[
all
...]
tab_gtk.cc
34
class
TabGtk
::ContextMenuController : public ui::SimpleMenuModel::Delegate,
37
explicit ContextMenuController(
TabGtk
* tab)
99
TabGtk
* tab_;
107
class
TabGtk
::TabGtkObserverHelper {
109
explicit TabGtkObserverHelper(
TabGtk
* tab)
119
TabGtk
* tab_;
125
//
TabGtk
, public:
127
TabGtk
::
TabGtk
(TabDelegate* delegate)
154
TabGtk
::~TabGtk()
[
all
...]
dragged_tab_controller_gtk.h
22
class
TabGtk
;
29
DraggedTabControllerGtk(
TabGtk
* source_tab, TabStripGtk* source_tabstrip);
51
TabGtk
* GetDragSourceTabForContents(TabContents* contents) const;
54
bool IsDragSourceTab(const
TabGtk
* tab) const;
57
bool IsTabDetached(const
TabGtk
* tab) const;
151
TabGtk
* GetTabMatchingDraggedContents(TabStripGtk* tabstrip) const;
171
static gfx::Rect GetTabScreenBounds(
TabGtk
* tab);
209
TabGtk
* source_tab_;
tab_strip_gtk.h
30
public
TabGtk
::TabDelegate,
87
void DestroyDraggedSourceTab(
TabGtk
* tab);
126
//
TabGtk
::TabDelegate implementation:
127
virtual bool IsTabSelected(const
TabGtk
* tab) const;
128
virtual bool IsTabPinned(const
TabGtk
* tab) const;
129
virtual bool IsTabDetached(const
TabGtk
* tab) const;
130
virtual void SelectTab(
TabGtk
* tab);
131
virtual void CloseTab(
TabGtk
* tab);
133
TabStripModel::ContextMenuCommand command_id, const
TabGtk
* tab) const;
135
TabStripModel::ContextMenuCommand command_id,
TabGtk
* tab)
[
all
...]
tab_strip_gtk.cc
94
bool GdkRectMatchesTabFaviconBounds(const GdkRectangle& gdk_rect,
TabGtk
* tab) {
160
TabGtk
* tab = tabstrip->GetTabAt(index);
163
tab_width =
TabGtk
::GetMiniWidth();
281
start_width =
TabGtk
::GetMinimumSelectedSize().width();
282
target_width =
TabGtk
::GetMiniWidth();
287
is_selected ?
TabGtk
::GetMinimumSelectedSize().width() :
288
TabGtk
::GetMinimumUnselectedSize().width();
299
return
TabGtk
::GetMiniWidth();
352
TabGtk
* tab = tabstrip_->GetTabAt(index);
358
return animation_.CurrentValueBetween(
TabGtk
::GetMiniWidth()
[
all
...]
dragged_tab_controller_gtk.cc
36
DraggedTabControllerGtk::DraggedTabControllerGtk(
TabGtk
* source_tab,
92
TabGtk
* DraggedTabControllerGtk::GetDragSourceTabForContents(
99
bool DraggedTabControllerGtk::IsDragSourceTab(const
TabGtk
* tab) const {
103
bool DraggedTabControllerGtk::IsTabDetached(const
TabGtk
* tab) const {
275
double ratio = unselected /
TabGtk
::GetStandardSize().width();
345
TabGtk
* tab = GetTabMatchingDraggedContents(attached_tabstrip_);
363
mini_ ?
TabGtk
::GetMiniWidth() : static_cast<int>(selected_width);
557
TabGtk
* DraggedTabControllerGtk::GetTabMatchingDraggedContents(
663
TabGtk
* tab = GetTabMatchingDraggedContents(attached_tabstrip_);
708
gfx::Rect DraggedTabControllerGtk::GetTabScreenBounds(
TabGtk
* tab)
[
all
...]
/external/chromium/chrome/browser/ui/tabs/
dock_info.cc
71
hot_spot_delta_y =
TabGtk
::GetMinimumUnselectedSize().height() - 1;
Completed in 252 milliseconds