OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:native_host_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/notifications/
balloon_view_host.h
25
native_host_
->SetPreferredSize(size);
30
return
native_host_
;
34
return
native_host_
->native_view();
49
views::NativeViewHost*
native_host_
;
member in class:BalloonViewHost
balloon_view_host.cc
54
native_host_
= new BalloonViewHostView(this);
76
native_host_
->Attach(hwnd);
82
native_host_
->AttachToView(view_views);
87
native_host_
->Attach(view_gtk->native_view());
Completed in 41 milliseconds