Searched refs:app_view_ (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/win8/metro_driver/ |
D | chrome_app_view_ash.cc | 154 app_view_(app_view) {} in ChromeChannelListener() 182 MetroExit(app_view_->core_window_hwnd()); in OnChannelError() 194 base::Unretained(app_view_), in OnActivateDesktop() 199 MetroExit(app_view_->core_window_hwnd()); in OnMetroExit() 206 base::Unretained(app_view_), in OnOpenURLOnDesktop() 213 base::Unretained(app_view_), in OnSetCursor() 223 base::Unretained(app_view_), in OnDisplayFileOpenDialog() 235 base::Unretained(app_view_), in OnDisplayFileSaveAsDialog() 243 base::Unretained(app_view_), in OnDisplayFolderPicker() 252 base::Unretained(app_view_), in OnSetCursorPos() [all …]
|
D | file_picker_ash.cc | 88 : app_view_(app_view), in FilePickerSessionBase() 157 app_view_->OnOpenFileCompleted(this, success_); in SinglePickerDone() 208 app_view_->OnOpenFileCompleted(this, success_); in MultiPickerDone() 547 app_view_->OnSaveFileCompleted(this, success_); in FilePickerDone() 616 app_view_->OnFolderPickerCompleted(this, success_); in FolderPickerDone()
|
D | file_picker_ash.h | 64 ChromeAppViewAsh* app_view_; variable
|
D | chrome_app_view.h | 127 mswr::ComPtr<winui::ViewManagement::IApplicationViewStatics> app_view_; variable
|
D | chrome_app_view.cc | 420 app_view_->get_Value(&view_state); in GetViewState() 734 app_view_.GetAddressOf()); in SetWindow() 1002 app_view_->get_Value(&view_state); in OnSizeChanged() 1029 app_view_->get_Value(&view_state); in OnEdgeGestureCompleted()
|