OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldResetGroupOnSelect
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/tabs/
tab_strip_model_order_controller.cc
125
if (tabstrip_->
ShouldResetGroupOnSelect
(old_contents))
tab_strip_model.h
332
bool
ShouldResetGroupOnSelect
(TabContentsWrapper* contents) const;
tab_strip_model.cc
481
bool TabStripModel::
ShouldResetGroupOnSelect
(
[
all
...]
/external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_order_controller.cc
108
if (tabstrip_->
ShouldResetGroupOnSelect
(old_contents))
tab_strip_model.h
315
bool
ShouldResetGroupOnSelect
(content::WebContents* contents) const;
tab_strip_model.cc
645
bool TabStripModel::
ShouldResetGroupOnSelect
(WebContents* contents) const {
[
all
...]
Completed in 89 milliseconds