HomeSort by relevance Sort by last modified time
    Searched defs:InstantLoader (Results 1 - 2 of 2) sorted by null

  /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 126 milliseconds