Lines Matching refs:InstantLoader
64 class InstantLoader::FrameLoadObserver : public NotificationObserver {
66 FrameLoadObserver(InstantLoader* loader, in FrameLoadObserver()
91 InstantLoader* loader_;
111 void InstantLoader::FrameLoadObserver::Observe( in Observe()
139 class InstantLoader::TabContentsDelegateImpl
144 explicit TabContentsDelegateImpl(InstantLoader* loader);
236 InstantLoader* loader_;
263 InstantLoader::TabContentsDelegateImpl::TabContentsDelegateImpl( in TabContentsDelegateImpl()
264 InstantLoader* loader) in TabContentsDelegateImpl()
278 void InstantLoader::TabContentsDelegateImpl::PrepareForNewLoad() { in PrepareForNewLoad()
285 void InstantLoader::TabContentsDelegateImpl::PreviewPainted() { in PreviewPainted()
289 void InstantLoader::TabContentsDelegateImpl::SetLastHistoryURLAndPrune( in SetLastHistoryURLAndPrune()
304 void InstantLoader::TabContentsDelegateImpl::CommitHistory( in CommitHistory()
349 void InstantLoader::TabContentsDelegateImpl::RegisterForPaintNotifications( in RegisterForPaintNotifications()
361 void InstantLoader::TabContentsDelegateImpl::UnregisterForPaintNotifications() { in UnregisterForPaintNotifications()
373 void InstantLoader::TabContentsDelegateImpl::Observe( in Observe()
401 void InstantLoader::TabContentsDelegateImpl::OpenURLFromTab( in OpenURLFromTab()
408 void InstantLoader::TabContentsDelegateImpl::NavigationStateChanged( in NavigationStateChanged()
426 std::string InstantLoader::TabContentsDelegateImpl::GetNavigationHeaders( in GetNavigationHeaders()
434 void InstantLoader::TabContentsDelegateImpl::AddNewContents( in AddNewContents()
442 void InstantLoader::TabContentsDelegateImpl::ActivateContents( in ActivateContents()
446 void InstantLoader::TabContentsDelegateImpl::DeactivateContents( in DeactivateContents()
450 void InstantLoader::TabContentsDelegateImpl::LoadingStateChanged( in LoadingStateChanged()
454 void InstantLoader::TabContentsDelegateImpl::CloseContents( in CloseContents()
458 void InstantLoader::TabContentsDelegateImpl::MoveContents( in MoveContents()
463 bool InstantLoader::TabContentsDelegateImpl::ShouldFocusConstrainedWindow() { in ShouldFocusConstrainedWindow()
470 void InstantLoader::TabContentsDelegateImpl::WillShowConstrainedWindow( in WillShowConstrainedWindow()
480 void InstantLoader::TabContentsDelegateImpl::UpdateTargetURL( in UpdateTargetURL()
484 bool InstantLoader::TabContentsDelegateImpl::ShouldSuppressDialogs() { in ShouldSuppressDialogs()
489 void InstantLoader::TabContentsDelegateImpl::BeforeUnloadFired( in BeforeUnloadFired()
495 void InstantLoader::TabContentsDelegateImpl::SetFocusToLocationBar( in SetFocusToLocationBar()
499 bool InstantLoader::TabContentsDelegateImpl::ShouldFocusPageAfterCrash() { in ShouldFocusPageAfterCrash()
503 void InstantLoader::TabContentsDelegateImpl::LostCapture() { in LostCapture()
507 void InstantLoader::TabContentsDelegateImpl::DragEnded() { in DragEnded()
511 bool InstantLoader::TabContentsDelegateImpl::CanDownload(int request_id) { in CanDownload()
516 void InstantLoader::TabContentsDelegateImpl::HandleMouseUp() { in HandleMouseUp()
520 void InstantLoader::TabContentsDelegateImpl::HandleMouseActivate() { in HandleMouseActivate()
524 bool InstantLoader::TabContentsDelegateImpl::OnGoToEntryOffset(int offset) { in OnGoToEntryOffset()
528 bool InstantLoader::TabContentsDelegateImpl::ShouldAddNavigationToHistory( in ShouldAddNavigationToHistory()
541 bool InstantLoader::TabContentsDelegateImpl::ShouldShowHungRendererDialog() { in ShouldShowHungRendererDialog()
548 bool InstantLoader::TabContentsDelegateImpl::OnMessageReceived( in OnMessageReceived()
560 void InstantLoader::TabContentsDelegateImpl::OnSetSuggestions( in OnSetSuggestions()
575 void InstantLoader::TabContentsDelegateImpl::OnInstantSupportDetermined( in OnInstantSupportDetermined()
595 void InstantLoader::TabContentsDelegateImpl
605 InstantLoader::InstantLoader(InstantLoaderDelegate* delegate, TemplateURLID id) in InstantLoader() function in InstantLoader
615 InstantLoader::~InstantLoader() { in ~InstantLoader()
623 bool InstantLoader::Update(TabContentsWrapper* tab_contents, in Update()
731 void InstantLoader::SetOmniboxBounds(const gfx::Rect& bounds) { in SetOmniboxBounds()
752 this, &InstantLoader::ProcessBoundsChange); in SetOmniboxBounds()
757 bool InstantLoader::IsMouseDownFromActivate() { in IsMouseDownFromActivate()
762 TabContentsWrapper* InstantLoader::ReleasePreviewContents( in ReleasePreviewContents()
811 bool InstantLoader::ShouldCommitInstantOnMouseUp() { in ShouldCommitInstantOnMouseUp()
815 void InstantLoader::CommitInstantLoader() { in CommitInstantLoader()
819 void InstantLoader::SetCompleteSuggestedText( in SetCompleteSuggestedText()
867 void InstantLoader::PreviewPainted() { in PreviewPainted()
874 void InstantLoader::SetHTTPStatusOK(bool is_ok) { in SetHTTPStatusOK()
883 void InstantLoader::ShowPreview() { in ShowPreview()
890 void InstantLoader::Observe(NotificationType type, in Observe()
918 void InstantLoader::PageFinishedLoading() { in PageFinishedLoading()
930 gfx::Rect InstantLoader::GetOmniboxBoundsInTermsOfPreview() { in GetOmniboxBoundsInTermsOfPreview()
950 void InstantLoader::PageDoesntSupportInstant(bool needs_reload) { in PageDoesntSupportInstant()
956 void InstantLoader::ProcessBoundsChange() { in ProcessBoundsChange()
960 void InstantLoader::SendBoundsToPage(bool force_if_waiting) { in SendBoundsToPage()
972 void InstantLoader::CreatePreviewContents(TabContentsWrapper* tab_contents) { in CreatePreviewContents()