OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attached_tabstrip_
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc
43
attached_tabstrip_
(source_tabstrip),
94
if (
attached_tabstrip_
== source_tabstrip_)
106
return (
attached_tabstrip_
== NULL);
244
if (target_tabstrip !=
attached_tabstrip_
) {
247
if (
attached_tabstrip_
)
266
if (
attached_tabstrip_
) {
267
TabStripModel* attached_model =
attached_tabstrip_
->model();
274
attached_tabstrip_
->GetCurrentTabWidths(&unselected, &selected);
341
attached_tabstrip_
= attached_tabstrip;
343
attached_tabstrip_
->GenerateIdealBounds()
[
all
...]
dragged_tab_controller_gtk.h
220
TabStripGtk*
attached_tabstrip_
;
member in class:DraggedTabControllerGtk
/external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc
61
attached_tabstrip_
(source_tabstrip),
121
if (
attached_tabstrip_
== source_tabstrip_) {
148
return IsDraggingTab(tab) &&
attached_tabstrip_
== NULL;
281
if (target_tabstrip !=
attached_tabstrip_
) {
284
if (
attached_tabstrip_
)
297
if (
attached_tabstrip_
)
317
DCHECK(
attached_tabstrip_
);
320
TabStripModel* attached_model =
attached_tabstrip_
->model();
328
attached_tabstrip_
->GetCurrentTabWidths(&unselected, &selected);
340
attached_tabstrip_
->model()->MoveSelectedTabsTo
[
all
...]
dragged_tab_controller_gtk.h
231
TabStripGtk*
attached_tabstrip_
;
member in class:DraggedTabControllerGtk
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc
383
attached_tabstrip_
(NULL),
551
const int last_tabstrip_width =
attached_tabstrip_
->tab_area_width();
631
if (
attached_tabstrip_
||
762
// the
attached_tabstrip_
is NULL and all the window's related bound
764
// first_tab based on source_tabstrip_, not
attached_tabstrip_
. Otherwise,
843
if (
attached_tabstrip_
!= source_tabstrip_) {
873
DCHECK(!detach_into_browser_ ||
attached_tabstrip_
);
877
bool tab_strip_changed = (target_tabstrip !=
attached_tabstrip_
);
879
if (
attached_tabstrip_
) {
895
if (
attached_tabstrip_
)
[
all
...]
tab_drag_controller.h
129
const TabStrip* attached_tabstrip() const { return
attached_tabstrip_
; }
219
// If attached this is the tab in |
attached_tabstrip_
|.
296
// Transitions dragging from |
attached_tabstrip_
| to |target_tabstrip|.
367
// |
attached_tabstrip_
| given the DraggedTabView's bounds |dragged_bounds| in
368
// coordinates relative to |
attached_tabstrip_
| and has had the mirroring
514
TabStrip*
attached_tabstrip_
;
member in class:TabDragController
602
// The selection model of |
attached_tabstrip_
| before the tabs were attached.
626
// True if |
attached_tabstrip_
| is in a browser specifically created for
/external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc
323
attached_tabstrip_
(NULL),
382
instance_->
attached_tabstrip_
== tab_strip;
559
// the
attached_tabstrip_
is NULL and all the window's related bound
561
// first_tab based on source_tabstrip_, not
attached_tabstrip_
. Otherwise,
640
if (old_focused_view_ &&
attached_tabstrip_
== source_tabstrip_)
678
if (target_tabstrip !=
attached_tabstrip_
) {
681
if (
attached_tabstrip_
)
694
if (
attached_tabstrip_
)
701
DCHECK(
attached_tabstrip_
);
707
if (
attached_tabstrip_
->type() == BaseTabStrip::HORIZONTAL_TAB_STRIP)
[
all
...]
dragged_tab_controller.h
117
// If attached this is the tab in |
attached_tabstrip_
|.
216
// |
attached_tabstrip_
| given the DraggedTabView's bounds |dragged_bounds| in
217
// coordinates relative to |
attached_tabstrip_
| and has had the mirroring
303
BaseTabStrip*
attached_tabstrip_
;
member in class:DraggedTabController
Completed in 31 milliseconds