HomeSort by relevance Sort by last modified time
    Searched refs:NativeViewHostAura (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/views/controls/native/
native_view_host_aura.cc 16 NativeViewHostAura::NativeViewHostAura(NativeViewHost* host)
21 NativeViewHostAura::~NativeViewHostAura() {
29 // NativeViewHostAura, NativeViewHostWrapper implementation:
30 void NativeViewHostAura::NativeViewWillAttach() {
36 void NativeViewHostAura::NativeViewDetaching(bool destroyed) {
46 void NativeViewHostAura::AddedToWidget() {
60 void NativeViewHostAura::RemovedFromWidget() {
68 void NativeViewHostAura::InstallClip(int x, int y, int w, int h)
    [all...]
native_view_host_aura.h 19 class VIEWS_EXPORT NativeViewHostAura : public NativeViewHostWrapper,
22 explicit NativeViewHostAura(NativeViewHost* host);
23 virtual ~NativeViewHostAura();
48 DISALLOW_COPY_AND_ASSIGN(NativeViewHostAura);
native_view_host_aura_unittest.cc 23 NativeViewHostAura* native_host() {
24 return static_cast<NativeViewHostAura*>(host_->native_wrapper_.get());
70 // Verifies NativeViewHostAura stops observing native view on destruction.
74 NativeViewHostAura* aura_host = native_host();

Completed in 783 milliseconds