OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InstantPage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/search/
instant_page.cc
21
InstantPage
::Delegate::~Delegate() {
24
InstantPage
::~
InstantPage
() {
29
bool
InstantPage
::supports_instant() const {
34
const std::string&
InstantPage
::instant_url() const {
38
bool
InstantPage
::IsLocal() const {
43
InstantPage
::
InstantPage
(Delegate* delegate, const std::string& instant_url,
52
void
InstantPage
::SetContents(content::WebContents* web_contents) {
68
bool
InstantPage
::ShouldProcessAboutToNavigateMainFrame()
[
all
...]
instant_page.h
33
//
InstantPage
is used to exchange messages with a page that implements the
35
//
InstantPage
is not used directly but via one of its derived classes,
37
class
InstantPage
: public content::WebContentsObserver,
40
//
InstantPage
calls its delegate in response to messages received from the
62
virtual ~
InstantPage
();
85
InstantPage
(Delegate* delegate, const std::string& instant_url,
152
DISALLOW_COPY_AND_ASSIGN(
InstantPage
);
Completed in 214 milliseconds