OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BrowserRootView
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.cc
24
const char
BrowserRootView
::kViewClassName[] =
25
"browser/ui/views/frame/
BrowserRootView
";
27
BrowserRootView
::
BrowserRootView
(BrowserView* browser_view,
33
bool
BrowserRootView
::GetDropFormats(
43
bool
BrowserRootView
::AreDropTypesRequired() {
47
bool
BrowserRootView
::CanDrop(const ui::OSExchangeData& data) {
59
void
BrowserRootView
::OnDragEntered(const ui::DropTargetEvent& event) {
68
int
BrowserRootView
::OnDragUpdated(const ui::DropTargetEvent& event) {
84
void
BrowserRootView
::OnDragExited()
[
all
...]
browser_root_view.h
20
// dropping above the tabstrip
BrowserRootView
forwards drop events to the
22
class
BrowserRootView
: public views::internal::RootView {
28
BrowserRootView
(BrowserView* browser_view, views::Widget* widget);
71
DISALLOW_COPY_AND_ASSIGN(
BrowserRootView
);
browser_frame.h
17
class
BrowserRootView
;
123
// copy as a
BrowserRootView
to avoid evil casting later, when we need to call
124
// functions that only exist on
BrowserRootView
(versus RootView).
125
BrowserRootView
* root_view_;
browser_frame.cc
204
root_view_ = new
BrowserRootView
(browser_view_, this);
Completed in 173 milliseconds