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

  /external/chromium_org/ui/views/controls/native/
native_view_host_aura.cc 68 void NativeViewHostAura::InstallClip(int x, int y, int w, int h) {
71 LOG(WARNING) << "NativeViewHostAura::InstallClip is not implemented yet.";
native_view_host_win.cc 71 void NativeViewHostWin::InstallClip(int x, int y, int w, int h) {
109 InstallClip(0, 0, bounds.width(), bounds.height());

Completed in 659 milliseconds