OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstantTab
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/search/
instant_tab.cc
11
InstantTab
::
InstantTab
(InstantPage::Delegate* delegate,
16
InstantTab
::~
InstantTab
() {
19
void
InstantTab
::Init(content::WebContents* contents) {
24
void
InstantTab
::EmitNtpStatistics(content::WebContents* contents) {
28
bool
InstantTab
::ShouldProcessAboutToNavigateMainFrame() {
instant_tab.h
14
//
InstantTab
represents a committed page (i.e. an actual tab on the tab strip)
16
class
InstantTab
: public InstantPage {
18
InstantTab
(InstantPage::Delegate* delegate, Profile* profile);
19
virtual ~
InstantTab
();
32
DISALLOW_COPY_AND_ASSIGN(
InstantTab
);
instant_controller.h
27
class
InstantTab
;
45
// In extended mode, InstantController maintains and coordinates an
InstantTab
46
// instance of InstantPage. An
InstantTab
instance points to the currently
47
// active tab, if it supports the Embedded Search API.
InstantTab
is backed by a
109
virtual
InstantTab
* instant_tab() const;
183
scoped_ptr<
InstantTab
> instant_tab_;
instant_controller.cc
204
InstantTab
::EmitNtpStatistics(contents);
225
InstantTab
* InstantController::instant_tab() const {
268
instant_tab_.reset(new
InstantTab
(this, browser_->profile()));
Completed in 144 milliseconds