OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
64
// Helper function to
unsnap
the chrome metro app if it is snapped.
66
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
672
HRESULT ChromeAppViewAsh::
Unsnap
() {
689
LOG(ERROR) << "Failed to
unsnap
. Error 0x" << hr;
[
all
...]
Completed in 30 milliseconds