Home
last modified time | relevance | path

Searched refs:ApplyViewRequest_w (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel.h569 bool ApplyViewRequest_w(const ViewRequest& request);
Dchannel.cc1713 return InvokeOnWorker(Bind(&VideoChannel::ApplyViewRequest_w, this, request)); in ApplyViewRequest()
1902 bool VideoChannel::ApplyViewRequest_w(const ViewRequest& request) { in ApplyViewRequest_w() function in cricket::VideoChannel