Lines Matching refs:source
2 // Use of this source code is governed by a BSD-style license that can be
48 virtual void OpenURLFromTab(TabContents* source,
54 virtual void NavigationStateChanged(const TabContents* source,
58 virtual void AddNewContents(TabContents* source,
70 virtual void LoadingStateChanged(TabContents* source) {}
72 // Removes |source| from our internal list of blocked contents.
73 virtual void CloseContents(TabContents* source);
75 // Changes the opening rectangle associated with |source|.
76 virtual void MoveContents(TabContents* source, const gfx::Rect& new_bounds);
79 virtual bool IsPopup(const TabContents* source) const;
82 virtual TabContents* GetConstrainingContents(TabContents* source);
85 virtual void UpdateTargetURL(TabContents* source, const GURL& url) {}