HomeSort by relevance Sort by last modified time
    Searched refs:window_ref_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
carbonvideorenderer.cc 42 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...]
carbonvideorenderer.h 67 WindowRef window_ref_; member in class:cricket::CarbonVideoRenderer

Completed in 690 milliseconds