OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Desktop
(Results
1 - 25
of
29
) sorted by null
1
2
/external/webrtc/webrtc/modules/desktop_capture/win/
desktop.h
22
class
Desktop
{
24
~
Desktop
();
26
// Returns the name of the
desktop
represented by the object. Return false if
30
// Returns true if |other| has the same name as this
desktop
. Returns false
31
// in any other case including failing Win32 APIs and uninitialized
desktop
33
bool IsSame(const
Desktop
& other) const;
35
// Assigns the
desktop
to the current thread. Returns false is the operation
39
// Returns the
desktop
by its name or NULL if an error occurs.
40
static
Desktop
* GetDesktop(const wchar_t* desktop_name);
42
// Returns the
desktop
currently receiving user input or NULL if an erro
[
all
...]
scoped_thread_desktop.h
21
class
Desktop
;
28
// Returns true if |
desktop
| has the same
desktop
name as the currently
29
// assigned
desktop
(if assigned) or as the initial
desktop
(if not assigned).
31
// uninitialized
desktop
handles.
32
bool IsSame(const
Desktop
&
desktop
);
34
// Reverts the calling thread to use the initial
desktop
.
37
// Assigns |
desktop
| to be the calling thread. Returns true if the thread ha
[
all
...]
desktop.cc
11
#include "webrtc/modules/desktop_capture/win/
desktop
.h"
19
Desktop
::
Desktop
(HDESK
desktop
, bool own) : desktop_(
desktop
), own_(own) {
22
Desktop
::~
Desktop
() {
25
LOG(LS_ERROR) << "Failed to close the owned
desktop
handle: "
31
bool
Desktop
::GetName(std::wstring* desktop_name_out) const {
44
LOG(LS_ERROR) << "Failed to query the
desktop
name: " << GetLastError()
79
HDESK
desktop
= OpenDesktop(
desktop
_name, 0, FALSE, desired_access);
local
90
HDESK
desktop
= OpenInputDesktop(
local
99
HDESK
desktop
= ::GetThreadDesktop(GetCurrentThreadId());
local
[
all
...]
scoped_thread_desktop.cc
15
#include "webrtc/modules/desktop_capture/win/
desktop
.h"
20
: initial_(
Desktop
::GetThreadDesktop()) {
27
bool ScopedThreadDesktop::IsSame(const
Desktop
&
desktop
) {
29
return assigned_->IsSame(
desktop
);
31
return initial_->IsSame(
desktop
);
42
bool ScopedThreadDesktop::SetThreadDesktop(
Desktop
*
desktop
) {
45
rtc::scoped_ptr<
Desktop
> scoped_desktop(
desktop
);
[
all
...]
screen_capturer_win_gdi.cc
22
#include "webrtc/modules/desktop_capture/win/
desktop
.h"
152
// Vote to disable Aero composited
desktop
effects while capturing. Windows
160
// Switch to the
desktop
receiving user input if different from the current
162
rtc::scoped_ptr<
Desktop
> input_desktop(
Desktop
::GetInputDesktop());
175
// If SetThreadDesktop() fails, the thread is still assigned a
desktop
.
176
// So we can continue capture screen bits, just from the wrong
desktop
.
208
// Create GDI device contexts to capture from the
desktop
into memory.
251
// Select the target bitmap into the memory dc and copy the rect from
desktop
screen_capturer_win_magnifier.cc
24
#include "webrtc/modules/desktop_capture/win/
desktop
.h"
97
// Switch to the
desktop
receiving user input if different from the current
99
rtc::scoped_ptr<
Desktop
> input_desktop(
Desktop
::GetInputDesktop());
106
// If SetThreadDesktop() fails, the thread is still assigned a
desktop
.
107
// So we can continue capture screen bits, just from the wrong
desktop
.
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
SwingHelper.java
4
import java.awt.
Desktop
;
5
import java.awt.
Desktop
.Action;
64
if (
Desktop
.isDesktopSupported() &&
Desktop
.getDesktop().isSupported(Action.BROWSE)) {
66
Desktop
.getDesktop().browse(new URI(uri));
/external/toolchain-utils/bestflags/examples/omnetpp/
test_omnetpp
3
cd /usr/local/google/home/yuhenglong/
Desktop
/spec2006/cpu2006-redhat-ia32/
/prebuilts/go/darwin-x86/src/syscall/
ztypes_windows.go
455
Desktop
*uint16
/prebuilts/go/linux-x86/src/syscall/
ztypes_windows.go
455
Desktop
*uint16
/external/bison/
configure
[
all
...]
/external/e2fsprogs/
configure
[
all
...]
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha4/
intellij-core-26.0.0-alpha4.jar
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha5/
intellij-core-26.0.0-alpha5.jar
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha6/
intellij-core-26.0.0-alpha6.jar
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha7/
intellij-core-26.0.0-alpha7.jar
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha9/
intellij-core-26.0.0-alpha9.jar
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta1/
intellij-core-26.0.0-beta1.jar
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta2/
intellij-core-26.0.0-beta2.jar
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta6/
intellij-core-26.0.0-beta6.jar
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta7/
intellij-core-26.0.0-beta7.jar
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.3780.107/
uast-171.3780.107.jar
/prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar
Completed in 1886 milliseconds
1
2