OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:window_ref_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/media/devices/
carbonvideorenderer.cc
43
window_ref_
(NULL) {
47
if (
window_ref_
) {
48
DisposeWindow(
window_ref_
);
92
SetPortWindowPort(
window_ref_
);
93
if (QDBeginCGContext(GetWindowPort(
window_ref_
), &context) != noErr) {
98
GetWindowPortBounds(
window_ref_
, &window_bounds);
107
QDEndCGContext(GetWindowPort(
window_ref_
), &context);
145
InvalWindowRect(
window_ref_
, GetWindowPortBounds(
window_ref_
, &bounds));
163
&bounds, &
window_ref_
);
[
all
...]
carbonvideorenderer.h
68
WindowRef
window_ref_
;
member in class:cricket::CarbonVideoRenderer
Completed in 169 milliseconds