Home | History | Annotate | Download | only in ui

Lines Matching refs:WebContents

395   void UpdateUIForNavigationInTab(content::WebContents* contents,
402 virtual content::WebContents* OpenURL(
406 virtual void TabInsertedAt(content::WebContents* contents,
410 content::WebContents* contents,
412 virtual void TabDetachedAt(content::WebContents* contents,
414 virtual void TabDeactivated(content::WebContents* contents) OVERRIDE;
415 virtual void ActiveTabChanged(content::WebContents* old_contents,
416 content::WebContents* new_contents,
419 virtual void TabMoved(content::WebContents* contents,
423 content::WebContents* old_contents,
424 content::WebContents* new_contents,
426 virtual void TabPinnedStateChanged(content::WebContents* contents,
432 virtual bool ShouldPreserveAbortedURLs(content::WebContents* source) OVERRIDE;
434 content::WebContents* source,
438 content::WebContents* source,
441 virtual void ShowValidationMessage(content::WebContents* web_contents,
446 content::WebContents* web_contents) OVERRIDE;
448 content::WebContents* web_contents,
451 content::WebContents* source,
454 content::WebContents* source,
540 virtual content::WebContents* OpenURLFromTab(
541 content::WebContents* source,
544 const content::WebContents* source,
547 const content::WebContents* source) OVERRIDE;
548 virtual void AddNewContents(content::WebContents* source,
549 content::WebContents* new_contents,
554 virtual void ActivateContents(content::WebContents* contents) OVERRIDE;
555 virtual void DeactivateContents(content::WebContents* contents) OVERRIDE;
556 virtual void LoadingStateChanged(content::WebContents* source,
558 virtual void CloseContents(content::WebContents* source) OVERRIDE;
559 virtual void MoveContents(content::WebContents* source,
562 const content::WebContents* source) const OVERRIDE;
563 virtual void UpdateTargetURL(content::WebContents* source,
565 virtual void ContentsMouseEvent(content::WebContents* source,
569 virtual void WebContentsFocused(content::WebContents* content) OVERRIDE;
570 virtual bool TakeFocus(content::WebContents* source, bool reverse) OVERRIDE;
572 virtual void BeforeUnloadFired(content::WebContents* source,
576 content::WebContents* source) OVERRIDE;
579 virtual void ViewSourceForTab(content::WebContents* source,
582 content::WebContents* source,
586 content::WebContents* source) OVERRIDE;
588 content::WebContents* web_contents,
595 virtual void WebContentsCreated(content::WebContents* source_contents,
599 content::WebContents* new_contents) OVERRIDE;
600 virtual void RendererUnresponsive(content::WebContents* source) OVERRIDE;
601 virtual void RendererResponsive(content::WebContents* source) OVERRIDE;
602 virtual void WorkerCrashed(content::WebContents* source) OVERRIDE;
604 content::WebContents* web_contents) OVERRIDE;
606 content::WebContents* web_contents) OVERRIDE;
610 content::WebContents* web_contents,
614 content::WebContents* web_contents,
616 virtual void EnumerateDirectory(content::WebContents* web_contents,
620 virtual void ToggleFullscreenModeForTab(content::WebContents* web_contents,
623 const content::WebContents* web_contents) const OVERRIDE;
624 virtual void RegisterProtocolHandler(content::WebContents* web_contents,
628 virtual void UnregisterProtocolHandler(content::WebContents* web_contents,
632 virtual void UpdatePreferredSize(content::WebContents* source,
634 virtual void ResizeDueToAutoResize(content::WebContents* source,
636 virtual void FindReply(content::WebContents* web_contents,
642 virtual void RequestToLockMouse(content::WebContents* web_contents,
647 content::WebContents* web_contents,
651 content::WebContents* web_contents,
655 content::WebContents* web_contents,
660 content::WebContents* web_contents) const OVERRIDE;
664 virtual void SwapTabContents(content::WebContents* old_contents,
665 content::WebContents* new_contents,
669 content::WebContents* web_contents) const OVERRIDE;
671 content::WebContents* web_contents) const OVERRIDE;
681 content::WebContents* source_contents) OVERRIDE;
683 const content::WebContents* web_contents) OVERRIDE;
688 virtual void SetWebContentsBlocked(content::WebContents* web_contents,
694 virtual void URLStarredChanged(content::WebContents* web_contents,
735 void ScheduleUIUpdate(const content::WebContents* source,
743 void RemoveScheduledUpdatesFor(content::WebContents* contents);
773 // Sets the specified browser as the delegate of the WebContents and all the
777 void SetAsDelegate(content::WebContents* web_contents, bool set_delegate);
789 WebContents* contents,
816 content::WebContents* opener_web_contents,
874 typedef std::map<const content::WebContents*, int> UpdateMap;
876 // Maps from WebContents to pending UI updates that need to be processed.