OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kNoTab
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/tabs/
tab_strip_model.h
113
static const int
kNoTab
= -1;
253
// TabStripModel::
kNoTab
if the TabContents is not in this TabStripModel.
257
// TabContents, or TabStripModel::
kNoTab
if the TabContents is not in this
264
// Returns the index of the specified NavigationController, or
kNoTab
if it is
/external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.h
122
static const int
kNoTab
= -1;
252
// Returns the index of the specified WebContents, or TabStripModel::
kNoTab
381
// InsertWebContentsAt to do the actual insertion. Pass
kNoTab
for |index| to
Completed in 87 milliseconds