Home | History | Annotate | Download | only in views

Lines Matching defs:DOMView

14 DOMView::DOMView() : tab_contents_(NULL), initialized_(false) {
18 DOMView::~DOMView() {
23 bool DOMView::Init(Profile* profile, SiteInstance* instance) {
36 TabContents* DOMView::CreateTabContents(Profile* profile,
41 void DOMView::LoadURL(const GURL& url) {
46 bool DOMView::SkipDefaultKeyEventProcessing(const views::KeyEvent& e) {
53 void DOMView::OnFocus() {
57 void DOMView::ViewHierarchyChanged(bool is_add, views::View* parent,
68 void DOMView::AttachTabContents() {