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

  /external/chromium_org/ui/wm/public/
transient_window_client.cc 12 TransientWindowClient* instance = NULL;
16 void SetTransientWindowClient(TransientWindowClient* client) {
20 TransientWindowClient* GetTransientWindowClient() {
transient_window_client.h 17 // TransientWindowClient is used to add or remove transient windows. Transient
27 class AURA_EXPORT TransientWindowClient {
35 virtual ~TransientWindowClient() {}
38 // Sets/gets the TransientWindowClient. This does *not* take ownership of
41 AURA_EXPORT void SetTransientWindowClient(TransientWindowClient* client);
42 AURA_EXPORT TransientWindowClient* GetTransientWindowClient();
  /external/chromium_org/ui/wm/core/
transient_window_controller.h 13 // TransientWindowClient implementation. Uses TransientWindowManager to handle
16 : public aura::client::TransientWindowClient {
21 // TransientWindowClient:
easy_resize_window_targeter.cc 55 aura::client::TransientWindowClient* transient_window_client =
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 474 // TransientWindowClient may be NULL during tests.
475 aura::client::TransientWindowClient* transient_window_client =
    [all...]

Completed in 1262 milliseconds