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

  /external/chromium_org/chrome/test/functional/
search_engines.py 43 """Test that chrome discovers youtube search engine after searching."""
46 youtube = self._GetSearchEngineWithKeyword('youtube.com')
47 self.assertFalse(youtube)
50 self.SetOmniboxText('http://www.youtube.com')
58 youtube = self._GetSearchEngineWithKeyword('youtube.com')
59 self.assertTrue(youtube)
60 self.assertTrue(re.search('youtube', youtube['short_name']
    [all...]
perf.py 55 from youtube import YoutubeTestHelper
    [all...]
  /external/chromium_org/tools/page_cycler/webpagereplay/tests/
2012Q3.js 42 "http://www.youtube.com",
43 "http://www.youtube.com/watch?v=xvN9Ri1GmuY&feature=g-sptl&cid=inp-hs-edt",
2012Q2.js 30 ["http://www.youtube.com",
31 "http://www.youtube.com/watch?v=xvN9Ri1GmuY&feature=g-sptl&cid=inp-hs-edt"],
  /frameworks/base/sax/tests/saxtests/src/android/sax/
ExpatPerformanceTest.java 45 InputStream in = mContext.getResources().openRawResource(R.raw.youtube);
SafeSaxTest.java 51 private static final String YOUTUBE_NAMESPACE = "http://gdata.youtube.com/schemas/2007";
147 InputStream in = mContext.getResources().openRawResource(R.raw.youtube);
524 public String videoId; // the id used to lookup on YouTube
  /external/chromium_org/chrome/renderer/plugins/
plugin_placeholder.cc 66 // Strings we used to parse the youtube plugin url.
75 // Helper function to get the youtube id from plugin params for old style
76 // embedded youtube video.
583 std::string youtube("vnd.youtube:");
584 GURL url(youtube.append(GetYoutubeVideoId(plugin_params_)));
600 // Youtube flash url can start with /v/ or /e/.
620 bool is_youtube = EndsWith(host, "youtube.com", true) ||
621 EndsWith(host, "youtube-nocookie.com", true);
  /development/tools/labpretest/
labpretest.sh 569 $ADB -s $device shell monkey -p com.android.alarmclock -p com.android.browser -p com.android.calculator2 -p com.android.calendar -p com.android.camera -p com.android.contacts -p com.google.android.gm -p com.android.im -p com.android.launcher -p com.google.android.apps.maps -p com.android.mms -p com.android.music -p com.android.phone -p com.android.settings -p com.google.android.street -p com.android.vending -p com.google.android.youtube -p com.android.email -p com.google.android.voicesearch -c android.intent.category.LAUNCHER --ignore-security-exceptions -s $seed $MEVENTS
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 125 icon_big: 'standalone/youtube-icon.png',
128 launch_url: 'http://www.youtube.com/',
129 name: 'YouTube',

Completed in 7826 milliseconds