OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForegroundHelper
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/base/win/
foreground_helper.h
21
class UI_BASE_EXPORT
ForegroundHelper
: public gfx::WindowImpl {
23
ForegroundHelper
() : window_(NULL) { }
25
CR_BEGIN_MSG_MAP_EX(
ForegroundHelper
)
42
DISALLOW_COPY_AND_ASSIGN(
ForegroundHelper
);
foreground_helper.cc
13
HRESULT
ForegroundHelper
::SetForeground(HWND window) {
15
ForegroundHelper
foreground_helper;
19
HRESULT
ForegroundHelper
::ForegroundHotKey(HWND window) {
76
void
ForegroundHelper
::OnHotKey(int id, UINT vcode, UINT modifiers) {
/external/chromium_org/chrome/test/base/
interactive_test_utils_win.cc
43
ui::
ForegroundHelper
::SetForeground(hwnd);
/external/chromium_org/chrome/browser/printing/
print_dialog_cloud.cc
642
ui::
ForegroundHelper
::SetForeground(dialog_handle);
Completed in 315 milliseconds