OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstantTab
(Results
1 - 6
of
6
) 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
::CountMouseover(content::WebContents* contents) {
31
void
InstantTab
::EmitMouseoverCount(content::WebContents* contents) {
37
bool
InstantTab
::ShouldProcessAboutToNavigateMainFrame() {
41
bool
InstantTab
::ShouldProcessFocusOmnibox() {
45
bool
InstantTab
::ShouldProcessNavigateToURL()
[
all
...]
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
();
41
DISALLOW_COPY_AND_ASSIGN(
InstantTab
);
instant_controller.h
29
class
InstantTab
;
47
// In extended mode, InstantController maintains and coordinates an
InstantTab
48
// instance of InstantPage. An
InstantTab
instance points to the currently
49
// active tab, if it supports the Embedded Search API.
InstantTab
is backed by a
111
virtual
InstantTab
* instant_tab() const;
210
scoped_ptr<
InstantTab
> instant_tab_;
instant_controller.cc
221
InstantTab
::EmitMouseoverCount(contents);
268
InstantTab
* InstantController::instant_tab() const {
348
instant_tab_.reset(new
InstantTab
(this, browser_->profile()));
instant_page.cc
268
InstantTab
::CountMouseover(contents());
instant_extended_interactive_uitest.cc
[
all
...]
Completed in 553 milliseconds