OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TabContents
(Results
1 - 2
of
2
) sorted by null
/external/chromium/android/content/browser/tab_contents/
tab_contents.h
14
// Autofill does not need the entire
TabContents
class, just
22
class
TabContents
{
24
TabContents
()
/external/chromium/chrome/browser/tab_contents/
tab_contents.h
15
// Autofill does not need the entire
TabContents
class, just
23
class
TabContents
{
25
TabContents
()
110
class
TabContents
;
123
// Describes what goes in the main content area of a tab.
TabContents
is
124
// the only type of
TabContents
, and these should be merged together.
125
class
TabContents
: public PageNavigator,
153
TabContents
(Profile* profile,
156
const
TabContents
* base_tab_contents,
158
virtual ~
TabContents
();
[
all
...]
Completed in 199 milliseconds