Searched refs:window_ref_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dcarbonvideorenderer.cc42 window_ref_(NULL) {
46 if (window_ref_) {
47 DisposeWindow(window_ref_);
91 SetPortWindowPort(window_ref_);
92 if (QDBeginCGContext(GetWindowPort(window_ref_), &context) != noErr) {
97 GetWindowPortBounds(window_ref_, &window_bounds);
106 QDEndCGContext(GetWindowPort(window_ref_), &context);
138 InvalWindowRect(window_ref_, GetWindowPortBounds(window_ref_, &bounds));
156 &bounds, &window_ref_);
[all...]
H A Dcarbonvideorenderer.h67 WindowRef window_ref_; member in class:cricket::CarbonVideoRenderer

Completed in 177 milliseconds