Searched refs:VINF_VGA_RESIZE_IN_PROGRESS (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/
H A Derr.h1669 #define VINF_VGA_RESIZE_IN_PROGRESS (3501) macro
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1787 if (rc == VINF_VGA_RESIZE_IN_PROGRESS)
2019 * @returns VINF_VGA_RESIZE_IN_PROGRESS if the operation wasn't complete.
2069 if (rc == VINF_VGA_RESIZE_IN_PROGRESS)
2357 if (rc != VINF_SUCCESS) /* Return any rc, particularly VINF_VGA_RESIZE_IN_PROGRESS, to the caller. */
H A DDevVGA-SVGA.cpp993 AssertReturn(rc == VINF_SUCCESS || rc == VINF_VGA_RESIZE_IN_PROGRESS, rc);
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp2975 return VINF_VGA_RESIZE_IN_PROGRESS;

Completed in 959 milliseconds