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

  /external/chromium_org/ui/views/controls/native/
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.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...]

Completed in 51 milliseconds