Home
last modified time | relevance | path

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

/external/chromium_org/remoting/host/
Dcontinue_window_linux.cc17 class ContinueWindowGtk : public ContinueWindow { class
19 ContinueWindowGtk();
20 virtual ~ContinueWindowGtk();
30 CHROMEG_CALLBACK_1(ContinueWindowGtk, void, OnResponse, GtkDialog*, int);
34 DISALLOW_COPY_AND_ASSIGN(ContinueWindowGtk);
37 ContinueWindowGtk::ContinueWindowGtk() in ContinueWindowGtk() function in remoting::ContinueWindowGtk
41 ContinueWindowGtk::~ContinueWindowGtk() { in ~ContinueWindowGtk()
48 void ContinueWindowGtk::ShowUi() { in ShowUi()
57 void ContinueWindowGtk::HideUi() { in HideUi()
66 void ContinueWindowGtk::CreateWindow() { in CreateWindow()
[all …]