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

  /external/chromium_org/win8/metro_driver/
chrome_app_view_ash.cc 521 ui_channel_(nullptr),
693 ui_channel_.reset(NULL);
827 if (ui_channel_) {
830 ui_channel_->Send(new MetroViewerHostMsg_SetCursorPosAck());
835 ui_channel_->Send(new MetroViewerHostMsg_MouseMoved(x, y, 0));
844 if (ui_channel_) {
846 ui_channel_->Send(new MetroViewerHostMsg_MultiFileOpenDone(
849 ui_channel_->Send(new MetroViewerHostMsg_FileOpenDone(
861 if (ui_channel_) {
862 ui_channel_->Send(new MetroViewerHostMsg_FileSaveAsDone
    [all...]
chrome_app_view_ash.h 235 scoped_ptr<IPC::ChannelProxy> ui_channel_; member in class:ChromeAppViewAsh

Completed in 91 milliseconds