OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BrowserRootView
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/ui/views/frame/
browser_root_view.cc
22
BrowserRootView
::
BrowserRootView
(BrowserView* browser_view,
28
bool
BrowserRootView
::GetDropFormats(
38
bool
BrowserRootView
::AreDropTypesRequired() {
42
bool
BrowserRootView
::CanDrop(const ui::OSExchangeData& data) {
54
void
BrowserRootView
::OnDragEntered(const views::DropTargetEvent& event) {
63
int
BrowserRootView
::OnDragUpdated(const views::DropTargetEvent& event) {
79
void
BrowserRootView
::OnDragExited() {
86
int
BrowserRootView
::OnPerformDrop(const views::DropTargetEvent& event) {
112
void
BrowserRootView
::GetAccessibleState(ui::AccessibleViewState* state)
[
all
...]
browser_root_view.h
21
// dropping above the tabstrip
BrowserRootView
forwards drop events to the
23
class
BrowserRootView
: public views::RootView {
26
BrowserRootView
(BrowserView* browser_view, views::Widget* widget);
65
DISALLOW_COPY_AND_ASSIGN(
BrowserRootView
);
browser_frame.h
16
class
BrowserRootView
;
100
// copy as a
BrowserRootView
to avoid evil casting later, when we need to call
101
// functions that only exist on
BrowserRootView
(versus RootView).
102
BrowserRootView
* root_view_;
browser_frame_gtk.h
15
class
BrowserRootView
;
browser_frame.cc
62
root_view_ = new
BrowserRootView
(
Completed in 636 milliseconds