OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:focus_view_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/native/
native_view_host.h
60
void set_focus_view(View* view) {
focus_view_
= view; }
61
View* focus_view() { return
focus_view_
; }
127
View*
focus_view_
;
member in class:views::NativeViewHost
native_view_host.cc
36
focus_view_
(NULL) {
48
if (!
focus_view_
)
49
focus_view_
= this;
Completed in 2041 milliseconds