OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InstantLoader
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/search/
instant_loader.cc
35
InstantLoader
::Delegate::~Delegate() {
38
InstantLoader
::
InstantLoader
(Delegate* delegate)
41
InstantLoader
::~
InstantLoader
() {
44
void
InstantLoader
::Init(const GURL& instant_url,
56
void
InstantLoader
::Load() {
85
void
InstantLoader
::SetContents(scoped_ptr<content::WebContents> new_contents) {
119
scoped_ptr<content::WebContents>
InstantLoader
::ReleaseContents() {
131
void
InstantLoader
::Observe(int type
[
all
...]
instant_loader.h
26
//
InstantLoader
is used to create and maintain a WebContents where we can
28
class
InstantLoader
: public content::NotificationObserver,
32
//
InstantLoader
calls these methods on its delegate in response to certain
54
explicit
InstantLoader
(Delegate* delegate);
55
virtual ~
InstantLoader
();
116
DISALLOW_COPY_AND_ASSIGN(
InstantLoader
);
/external/chromium/chrome/browser/instant/
instant_loader.h
28
//
InstantLoader
does the loading of a particular URL for InstantController.
29
//
InstantLoader
notifies its delegate, which is typically InstantController, of
32
//
InstantLoader
is created with a TemplateURLID. If non-zero
InstantLoader
38
class
InstantLoader
: public NotificationObserver {
40
InstantLoader
(InstantLoaderDelegate* delegate, TemplateURLID id);
41
virtual ~
InstantLoader
();
199
base::OneShotTimer<
InstantLoader
> update_bounds_timer_;
210
DISALLOW_COPY_AND_ASSIGN(
InstantLoader
);
instant_loader.cc
64
class
InstantLoader
::FrameLoadObserver : public NotificationObserver {
66
FrameLoadObserver(
InstantLoader
* loader,
91
InstantLoader
* loader_;
111
void
InstantLoader
::FrameLoadObserver::Observe(
139
class
InstantLoader
::TabContentsDelegateImpl
144
explicit TabContentsDelegateImpl(
InstantLoader
* loader);
236
InstantLoader
* loader_;
263
InstantLoader
::TabContentsDelegateImpl::TabContentsDelegateImpl(
264
InstantLoader
* loader)
278
void
InstantLoader
::TabContentsDelegateImpl::PrepareForNewLoad()
[
all
...]
Completed in 253 milliseconds