Searched refs:right_tab (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_browsertest.cc58 content::WebContents* right_tab = local
62 SetupPeerconnectionWithLocalStream(right_tab);
64 NegotiateCall(left_tab, right_tab);
67 StartDetectingVideo(right_tab, "remote-view");
70 WaitForVideoToPlay(right_tab);
73 HangUp(right_tab);
H A Dchrome_webrtc_disable_encryption_flag_browsertest.cc60 content::WebContents* right_tab = local
64 SetupPeerconnectionWithLocalStream(right_tab);
66 NegotiateCall(left_tab, right_tab);
69 StartDetectingVideo(right_tab, "remote-view");
72 WaitForVideoToPlay(right_tab);
93 HangUp(right_tab);
H A Dchrome_webrtc_perf_browsertest.cc96 content::WebContents* right_tab = local
100 SetupPeerconnectionWithLocalStream(right_tab);
102 NegotiateCall(left_tab, right_tab);
105 StartDetectingVideo(right_tab, "remote-view");
108 WaitForVideoToPlay(right_tab);
132 HangUp(right_tab);
H A Dchrome_webrtc_typing_detection_browsertest.cc106 content::WebContents* right_tab = local
120 SetupPeerconnectionWithLocalStream(right_tab);
122 NegotiateCall(left_tab, right_tab);
137 HangUp(right_tab);
H A Dchrome_webrtc_video_quality_browsertest.cc295 content::WebContents* right_tab = local
301 SetupPeerconnectionWithLocalStream(right_tab);
303 NegotiateCall(left_tab, right_tab);
310 "doneFrameCapturing()", "done-capturing", right_tab,
315 WriteCapturedFramesToWorkingDir(right_tab);
321 chrome::CloseWebContents(browser(), right_tab, false); local
H A Dchrome_webrtc_apprtc_browsertest.cc239 content::WebContents* right_tab = OpenPageAndAcceptUserMedia(room_url); local
242 ASSERT_TRUE(WaitForCallToComeUp(right_tab));
245 ASSERT_TRUE(DetectRemoteVideoPlaying(right_tab));
250 ASSERT_TRUE(WaitForCallToHangUp(right_tab));
253 chrome::CloseWebContents(browser(), right_tab, false); local
H A Dchrome_webrtc_audio_quality_browsertest.cc410 content::WebContents* right_tab = local
420 ExecuteJavascript("preparePeerConnection()", right_tab));
424 NegotiateCall(left_tab, right_tab);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip_unittest.cc337 Tab* right_tab = tab_strip_->tab_at(2); local
338 right_tab->SetBoundsRect(gfx::Rect(gfx::Point(300, 0), gfx::Size(200, 20)));
421 // by |right_tab| but has its tab close button completely visible.
529 Tab* right_tab = tab_strip_->tab_at(2); local
530 right_tab->SetBoundsRect(gfx::Rect(gfx::Point(300, 0), gfx::Size(200, 20)));
551 gfx::Point right_overlap((active_tab->bounds().right() + right_tab->x()) / 2,
556 ASSERT_TRUE(IsPointInTab(right_tab, right_overlap));
563 (right_tab->x() + most_right_tab->bounds().right() + 1) / 2,
564 right_tab->bounds().bottom() - 1);
567 ASSERT_TRUE(IsPointInTab(right_tab, unactive_overla
592 Tab* right_tab = tab_strip_->tab_at(2); local
[all...]

Completed in 1756 milliseconds