HomeSort by relevance Sort by last modified time
    Searched defs:ContentsWebView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/frame/
contents_web_view.h 21 // ContentsWebView is used to present the WebContents of the active tab.
22 class ContentsWebView
27 explicit ContentsWebView(content::BrowserContext* browser_context);
28 virtual ~ContentsWebView();
54 DISALLOW_COPY_AND_ASSIGN(ContentsWebView);
contents_web_view.cc 16 ContentsWebView::ContentsWebView(content::BrowserContext* browser_context)
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::OnLayerRecreated(ui::Layer* old_layer
    [all...]

Completed in 82 milliseconds