Searched defs:source_tabstrip (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc234 TabStrip* source_tabstrip,
244 source_tabstrip_ = source_tabstrip;
245 was_source_maximized_ = source_tabstrip->GetWidget()->IsMaximized();
246 was_source_fullscreen_ = source_tabstrip->GetWidget()->IsFullscreen();
248 source_tabstrip->GetWidget()->GetNativeView());
250 source_tabstrip->GetWidget()->GetNativeView());
271 initial_tab_positions_ = source_tabstrip->GetTabXCoordinates();
233 Init( TabStrip* source_tabstrip, Tab* source_tab, const std::vector<Tab*>& tabs, const gfx::Point& mouse_offset, int source_tab_offset, const ui::ListSelectionModel& initial_selection_model, MoveBehavior move_behavior, EventSource event_source) argument

Completed in 646 milliseconds