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

  /external/chromium_org/ui/aura/client/
event_client.h 32 AURA_EXPORT void SetEventClient(Window* root_window, EventClient* client);
event_client.cc 17 void SetEventClient(Window* root_window, EventClient* client) {
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 311 aura::client::SetEventClient(root->window(), NULL);
476 aura::client::SetEventClient(root_window_->window(), event_client_.get());
    [all...]
  /external/chromium_org/ui/aura/
root_window_unittest.cc 226 client::SetEventClient(root_window_, this);
235 client::SetEventClient(root_window_, NULL);
    [all...]
  /external/chromium_org/ash/
shell.cc     [all...]

Completed in 273 milliseconds