OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DOMView
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/
dom_view.cc
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
[
all
...]
dom_view.h
5
//
DOMView
is a ChromeView that displays the content of a web DOM.
21
class
DOMView
: public views::NativeViewHost {
23
DOMView
();
24
virtual ~
DOMView
();
61
DISALLOW_COPY_AND_ASSIGN(
DOMView
);
Completed in 298 milliseconds