OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dom_view
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/
dom_view_browsertest.cc
6
#include "chrome/browser/ui/views/
dom_view
.h"
25
// Tests if creating and deleting
dom_view
30
DOMView*
dom_view
= new DOMView();
local
31
one->GetRootView()->AddChildView(
dom_view
);
33
dom_view
->Init(browser()->profile(), NULL);
34
dom_view
->LoadURL(GURL("http://www.google.com"));
43
// Tests if removing from tree then deleting
dom_view
48
DOMView*
dom_view
= new DOMView();
local
49
one->GetRootView()->AddChildView(
dom_view
);
51
dom_view
->Init(browser()->profile(), NULL)
70
DOMView*
dom_view
= new DOMView();
local
[
all
...]
/external/chromium/chrome/browser/chromeos/login/
account_creation_view.h
58
virtual WebPageDomView*
dom_view
() { return dom_view_; }
function in class:chromeos::AccountCreationView
html_page_screen.h
39
virtual WebPageDomView*
dom_view
() { return dom_view_; }
function in class:chromeos::HTMLPageView
registration_screen.h
52
virtual WebPageDomView*
dom_view
() { return dom_view_; }
function in class:chromeos::RegistrationView
Completed in 299 milliseconds