OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_tabstrip_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc
180
source_tabstrip_
(NULL),
223
if (
source_tabstrip_
)
224
GetModel(
source_tabstrip_
)->RemoveObserver(this);
228
attached_tabstrip_ :
source_tabstrip_
;
244
source_tabstrip_
= source_tabstrip;
273
GetModel(
source_tabstrip_
)->AddObserver(this);
298
source_tabstrip_
->GetWidget()->SetCapture(
source_tabstrip_
);
349
Attach(
source_tabstrip_
, gfx::Point());
351
GetModel(
source_tabstrip_
)->count())
[
all
...]
tab_drag_controller.h
193
// This is the index of the tab in |
source_tabstrip_
| when the drag
368
// Restores |initial_selection_model_| to the |
source_tabstrip_
|.
401
// |
source_tabstrip_
|.
456
TabStrip*
source_tabstrip_
;
member in class:TabDragController
568
// True if |
source_tabstrip_
| was maximized before the drag.
571
// True if |
source_tabstrip_
| was in immersive fullscreen before the drag.
Completed in 45 milliseconds