OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAttachedTo
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h
66
static bool
IsAttachedTo
(BaseTabStrip* tab_strip);
base_tab_strip.cc
503
if (!IsDragSessionActive() && !DraggedTabController::
IsAttachedTo
(this)) {
dragged_tab_controller.cc
380
bool DraggedTabController::
IsAttachedTo
(BaseTabStrip* tab_strip) {
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h
112
static bool
IsAttachedTo
(const TabStrip* tab_strip);
tab_strip.cc
764
if (TabDragController::
IsAttachedTo
(this) &&
[
all
...]
tab_drag_controller.cc
493
bool TabDragController::
IsAttachedTo
(const TabStrip* tab_strip) {
[
all
...]
Completed in 155 milliseconds