Searched refs:ContentsWebView (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dcontents_web_view.cc16 ContentsWebView::ContentsWebView(content::BrowserContext* browser_context) function in class:ContentsWebView
21 ContentsWebView::~ContentsWebView() {
24 void ContentsWebView::SetStatusBubble(StatusBubbleViews* status_bubble) {
31 bool ContentsWebView::GetNeedsNotificationWhenVisibleBoundsChange() const {
35 void ContentsWebView::OnVisibleBoundsChanged() {
40 void ContentsWebView::ViewHierarchyChanged(
47 void ContentsWebView::OnThemeChanged() {
66 void ContentsWebView
[all...]
H A Dcontents_web_view.h21 // ContentsWebView is used to present the WebContents of the active tab.
22 class ContentsWebView class in inherits:views::WebView,ui::LayerOwnerDelegate,WebContentsCloseHandlerDelegate
27 explicit ContentsWebView(content::BrowserContext* browser_context);
28 virtual ~ContentsWebView();
54 DISALLOW_COPY_AND_ASSIGN(ContentsWebView);
H A Dbrowser_view.h642 ContentsWebView* contents_web_view_;
H A Dbrowser_view.cc1925 contents_web_view_ = new ContentsWebView(browser_->profile());

Completed in 615 milliseconds