Home
last modified time | relevance | path

Searched refs:get_window_list_desc_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dmacwindowpicker.cc38 get_window_list_desc_(NULL) { in MacWindowPicker()
58 get_window_list_desc_ = in Init()
60 if (get_window_list_ == NULL || get_window_list_desc_ == NULL) { in Init()
75 if (get_window_list_desc_ == NULL && !Init()) { in IsVisible()
85 get_window_list_desc_)(window_id_array); in IsVisible()
110 if (get_window_list_desc_ == NULL && !Init()) { in MoveToFront()
120 get_window_list_desc_)(window_id_array); in MoveToFront()
Dmacwindowpicker.h33 void* get_window_list_desc_; variable