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

  /external/chromium_org/win8/metro_driver/
chrome_app_view.h 67 // Helper function to unsnap the chrome metro app if it is snapped.
69 static HRESULT Unsnap();
chrome_app_view_ash.h 69 // Helper function to unsnap the chrome metro app if it is snapped.
71 static HRESULT Unsnap();
file_picker.cc 177 // so let's attempt to unsnap first if we're in that state.
178 HRESULT hr = ChromeAppView::Unsnap();
180 LOG(ERROR) << "Failed to unsnap for file picker, error 0x" << hr;
file_picker_ash.cc 103 // so let's attempt to unsnap first if we're in that state.
104 HRESULT hr = ChromeAppViewAsh::Unsnap();
106 LOG(ERROR) << "Failed to unsnap for file picker, error 0x" << hr;
chrome_app_view.cc 373 HRESULT ChromeAppView::Unsnap() {
390 LOG(ERROR) << "Failed to unsnap. Error 0x" << hr;
425 ChromeAppView::Unsnap();
    [all...]
chrome_app_view_ash.cc 749 HRESULT ChromeAppViewAsh::Unsnap() {
766 LOG(ERROR) << "Failed to unsnap. Error 0x" << hr;
    [all...]

Completed in 553 milliseconds