HomeSort by relevance Sort by last modified time
    Searched refs:TabStripGtk (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.h 23 class TabStripGtk;
29 DraggedTabControllerGtk(TabGtk* source_tab, TabStripGtk* source_tabstrip);
118 TabStripGtk* GetTabStripForPoint(const gfx::Point& screen_point);
122 TabStripGtk* GetTabStripIfItContains(TabStripGtk* tabstrip,
126 void Attach(TabStripGtk* attached_tabstrip, const gfx::Point& screen_point);
132 gfx::Point ConvertScreenPointToTabStripPoint(TabStripGtk* tabstrip,
151 TabGtk* GetTabMatchingDraggedContents(TabStripGtk* tabstrip) const;
212 TabStripGtk* source_tabstrip_;
220 TabStripGtk* attached_tabstrip_
    [all...]
tab_strip_gtk.cc 110 class TabStripGtk::TabAnimation : public ui::AnimationDelegate {
112 friend class TabStripGtk;
124 TabAnimation(TabStripGtk* tabstrip, Type type)
157 static double GetCurrentTabWidth(TabStripGtk* tabstrip,
158 TabStripGtk::TabAnimation* animation,
236 TabStripGtk* tabstrip_;
259 class InsertTabAnimation : public TabStripGtk::TabAnimation {
261 explicit InsertTabAnimation(TabStripGtk* tabstrip, int index)
275 // Overridden from TabStripGtk::TabAnimation:
319 class RemoveTabAnimation : public TabStripGtk::TabAnimation
    [all...]
tab_strip_gtk.h 29 class TabStripGtk : public TabStripModelObserver,
38 TabStripGtk(TabStripModel* model, BrowserWindowGtk* window);
39 virtual ~TabStripGtk();
77 bool IsCompatibleWith(TabStripGtk* other);
230 CHROMEGTK_CALLBACK_1(TabStripGtk, gboolean, OnExpose, GdkEventExpose*);
233 CHROMEGTK_CALLBACK_1(TabStripGtk, void, OnSizeAllocate, GtkAllocation*);
237 CHROMEGTK_CALLBACK_4(TabStripGtk, gboolean, OnDragMotion, GdkDragContext*,
241 CHROMEGTK_CALLBACK_4(TabStripGtk, gboolean, OnDragDrop, GdkDragContext*,
246 CHROMEGTK_CALLBACK_2(TabStripGtk, gboolean, OnDragLeave, GdkDragContext*,
250 CHROMEGTK_CALLBACK_6(TabStripGtk, gboolean, OnDragDataReceived
    [all...]
dragged_tab_controller_gtk.cc 37 TabStripGtk* source_tabstrip)
240 TabStripGtk* target_tabstrip = source_tabstrip_;
242 TabStripGtk* target_tabstrip = GetTabStripForPoint(screen_point);
296 TabStripGtk* DraggedTabControllerGtk::GetTabStripForPoint(
311 TabStripGtk* other_tabstrip = browser->tabstrip();
318 TabStripGtk* DraggedTabControllerGtk::GetTabStripIfItContains(
319 TabStripGtk* tabstrip, const gfx::Point& screen_point) const {
339 void DraggedTabControllerGtk::Attach(TabStripGtk* attached_tabstrip,
415 TabStripGtk* attached_tabstrip = attached_tabstrip_;
438 TabStripGtk* tabstrip, const gfx::Point& screen_point)
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.h 26 class TabStripGtk;
36 DraggedTabControllerGtk(TabStripGtk* source_tabstrip, TabGtk* source_tab,
125 TabStripGtk* GetTabStripForPoint(const gfx::Point& screen_point);
129 TabStripGtk* GetTabStripIfItContains(TabStripGtk* tabstrip,
133 void Attach(TabStripGtk* attached_tabstrip, const gfx::Point& screen_point);
139 gfx::Point ConvertScreenPointToTabStripPoint(TabStripGtk* tabstrip,
157 TabGtk* GetTabMatchingDraggedContents(TabStripGtk* tabstrip,
162 std::vector<TabGtk*> GetTabsMatchingDraggedContents(TabStripGtk* tabstrip);
220 TabStripGtk* source_tabstrip_
    [all...]
tab_strip_gtk.h 35 class TabStripGtk : public TabStripModelObserver,
44 TabStripGtk(TabStripModel* model, BrowserWindowGtk* window);
45 virtual ~TabStripGtk();
83 bool IsCompatibleWith(TabStripGtk* other);
250 CHROMEGTK_CALLBACK_0(TabStripGtk, void, OnMap);
253 CHROMEGTK_CALLBACK_1(TabStripGtk, gboolean, OnExpose, GdkEventExpose*);
256 CHROMEGTK_CALLBACK_1(TabStripGtk, void, OnSizeAllocate, GtkAllocation*);
260 CHROMEGTK_CALLBACK_4(TabStripGtk, gboolean, OnDragMotion, GdkDragContext*,
264 CHROMEGTK_CALLBACK_4(TabStripGtk, gboolean, OnDragDrop, GdkDragContext*,
269 CHROMEGTK_CALLBACK_2(TabStripGtk, gboolean, OnDragLeave, GdkDragContext*
    [all...]
tab_strip_gtk.cc 134 class TabStripGtk::TabAnimation : public ui::AnimationDelegate {
136 friend class TabStripGtk;
148 TabAnimation(TabStripGtk* tabstrip, Type type)
181 static double GetCurrentTabWidth(TabStripGtk* tabstrip,
182 TabStripGtk::TabAnimation* animation,
260 TabStripGtk* tabstrip_;
283 class InsertTabAnimation : public TabStripGtk::TabAnimation {
285 InsertTabAnimation(TabStripGtk* tabstrip, int index)
299 // Overridden from TabStripGtk::TabAnimation:
343 class RemoveTabAnimation : public TabStripGtk::TabAnimation
    [all...]
dragged_tab_controller_gtk.cc 56 TabStripGtk* source_tabstrip,
268 TabStripGtk* target_tabstrip = GetTabStripForPoint(screen_point);
351 TabStripGtk* DraggedTabControllerGtk::GetTabStripForPoint(
367 TabStripGtk* other_tabstrip = browser->tabstrip();
374 TabStripGtk* DraggedTabControllerGtk::GetTabStripIfItContains(
375 TabStripGtk* tabstrip, const gfx::Point& screen_point) const {
395 void DraggedTabControllerGtk::Attach(TabStripGtk* attached_tabstrip,
502 TabStripGtk* tabstrip, const gfx::Point& screen_point) {
614 TabStripGtk* tabstrip, WebContents* web_contents) {
620 TabStripGtk* tabstrip)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.h 39 class TabStripGtk;
153 TabStripGtk* tabstrip() const { return tabstrip_.get(); }
464 scoped_ptr<TabStripGtk> tabstrip_;
browser_window_gtk.cc     [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.h 45 class TabStripGtk;
203 TabStripGtk* tabstrip() const { return tabstrip_.get(); }
535 scoped_ptr<TabStripGtk> tabstrip_;
browser_window_gtk.cc     [all...]

Completed in 443 milliseconds