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 301 ui_channel_(nullptr),
445 ui_channel_ = &ui_channel;
449 ui_channel_->Send(new MetroViewerHostMsg_SetTargetSurface(
457 ui_channel_->Send(
550 if (ui_channel_) {
553 ui_channel_->Send(new MetroViewerHostMsg_SetCursorPosAck());
558 ui_channel_->Send(new MetroViewerHostMsg_MouseMoved(x, y, 0));
567 if (ui_channel_) {
569 ui_channel_->Send(new MetroViewerHostMsg_MultiFileOpenDone(
572 ui_channel_->Send(new MetroViewerHostMsg_FileOpenDone
    [all...]
chrome_app_view_ash.h 152 IPC::ChannelProxy* ui_channel_; member in class:ChromeAppViewAsh

Completed in 116 milliseconds