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