Searched refs:tab (Results 151 - 175 of 721) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/polymer/components-chromium/paper-tabs/
H A Dpaper-tab.css24 .tab-content {
30 :host(:not(.core-selected)) .tab-content {
/external/chromium_org/tools/perf/benchmarks/
H A Dcanvasmark.py22 def WillNavigateToPage(self, page, tab):
32 def ValidateAndMeasurePage(self, _, tab, results):
33 tab.WaitForJavaScriptExpression('__results.length == 8', 300)
34 results_log = tab.EvaluateJavaScript('__results')
H A Dsunspider.py86 def DidNavigateToPage(self, page, tab):
87 self._power_metric.Start(page, tab)
89 def ValidateAndMeasurePage(self, page, tab, results):
90 tab.WaitForJavaScriptExpression(
94 self._power_metric.Stop(page, tab)
95 self._power_metric.AddResults(tab, results)
98 js_results = json.loads(tab.EvaluateJavaScript(js_get_results))
H A Ddromaeo.py26 def DidNavigateToPage(self, page, tab):
27 self._power_metric.Start(page, tab)
29 def ValidateAndMeasurePage(self, page, tab, results):
30 tab.WaitForJavaScriptExpression(
37 tab.ExecuteJavaScript('(function() {' +
52 tab.ExecuteJavaScript('window.document.getElementById("pause").click();')
54 tab.WaitForJavaScriptExpression('!!window.results_', 600)
56 self._power_metric.Stop(page, tab)
57 self._power_metric.AddResults(tab, results)
59 score = eval(tab
[all...]
/external/chromium_org/tools/perf/measurements/
H A Dscreenshot.py28 def ValidateAndMeasurePage(self, page, tab, results):
29 if not tab.screenshot_supported:
33 tab.WaitForDocumentReadyStateToBeComplete()
34 screenshot = tab.Screenshot(60)
/external/chromium_org/tools/perf/metrics/
H A Dloading.py11 def Start(self, page, tab):
14 def Stop(self, page, tab):
17 def AddResults(self, tab, results):
18 load_timings = tab.EvaluateJavaScript('window.performance.timing')
H A Dspeedindex_unittest.py125 tab = FakeTab(frames)
127 impl.Start(tab)
128 impl.Stop(tab)
129 time_completeness = impl.GetTimeCompletenessList(tab)
149 tab = FakeTab(frames)
151 impl.Start(tab)
152 impl.Stop(tab)
153 time_completeness = impl.GetTimeCompletenessList(tab)
167 tab = FakeTab()
179 tab
[all...]
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dprofile_creator.py19 def ValidateAndMeasurePage(self, _, tab, results):
/external/clang/test/Sema/
H A Dwchar.c21 wchar_t tab[] = L"x"; local
/external/libcap-ng/libcap-ng-0.7/
H A Dmissing82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab
[all...]
/external/libopus/
H A Dmissing82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab
[all...]
/external/llvm/autoconf/
H A Dmissing81 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
216 rm -f y.tab.c y.tab.h
223 cp "$SRCFILE" y.tab.c
227 cp "$SRCFILE" y.tab.h
232 if [ ! -f y.tab.h ]; then
233 echo >y.tab.h
235 if [ ! -f y.tab.c ]; then
236 echo 'main() { return 0; }' >y.tab
[all...]
/external/openfst/
H A Dmissing82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab
[all...]
/external/pixman/
H A Dmissing82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab
[all...]
/external/chromium_org/chrome/browser/
H A Dexternal_extension_browsertest.cc21 IsSearchProviderTestData() : tab(NULL) {}
23 : tab(t), host(h), test_url(url) {
26 content::WebContents* tab; member in struct:__anon4045::IsSearchProviderTestData
64 content::WebContents* tab = local
66 return IsSearchProviderTestData(tab, host, test_url);
71 base::string16 title = data.tab->GetTitle();
73 content::TitleWatcher title_watcher(data.tab, base::ASCIIToUTF16("OK"));
H A Dmouseleave_browsertest.cc26 content::WebContents* tab = local
28 gfx::Rect tab_view_bounds = tab->GetContainerBounds();
43 content::TitleWatcher load_title_watcher(tab, load_expected_title);
55 content::TitleWatcher entered_title_watcher(tab, entered_expected_title);
65 content::TitleWatcher left_title_watcher(tab, left_expected_title);
/external/chromium_org/content/test/gpu/gpu_tests/
H A Dwebgl_conformance.py61 def _DidWebGLTestSucceed(tab):
62 return tab.EvaluateJavaScript('webglTestHarness._allTestSucceeded')
64 def _WebGLTestMessages(tab):
65 return tab.EvaluateJavaScript('webglTestHarness._messages')
71 def ValidateAndMeasurePage(self, page, tab, results):
72 if not _DidWebGLTestSucceed(tab):
73 raise page_test.Failure(_WebGLTestMessages(tab))
H A Dcontext_lost.py68 def ValidateAndMeasurePage(self, page, tab, results):
72 util.WaitFor(lambda: tab.EvaluateJavaScript(
83 if not tab.browser.supports_tab_control:
84 raise page_test.Failure('Browser must support tab control')
89 tab.EvaluateJavaScript(
95 util.WaitFor(lambda: tab.EvaluateJavaScript(
99 gpucrash_tab = tab.browser.tabs.New()
107 # Activate the original tab and wait for completion.
108 tab.Activate()
112 if not tab
[all...]
H A Dpixel.py49 def _DidTestSucceed(tab):
50 return tab.EvaluateJavaScript('domAutomationController._succeeded')
56 def ValidateAndMeasurePage(self, page, tab, results):
57 if not _DidTestSucceed(tab):
60 if not tab.screenshot_supported:
63 screenshot = tab.Screenshot(5)
76 if self._ConditionallyUploadToCloudStorage(image_name, page, tab,
83 ref_png = self._DownloadFromCloudStorage(image_name, page, tab)
88 ref_png = self._DownloadFromCloudStorage(image_name, page, tab)
144 print 'Reference image not found. Writing tab content
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/cvox2/background/
H A Dbackground.js59 chrome.tabs.get(tabId, function(tab) {
60 if (!tab.url)
63 if (!this.isWhitelisted_(tab.url)) {
65 cvox.ChromeVox.background.injectChromeVoxIntoTabs([tab], true);
73 this.disableClassicChromeVox_(tab.id);
121 * @param {number} tabId The tab where ChromeVox classic is running.
/external/chromium_org/chrome/browser/extensions/
H A Dplugin_apitest.cc56 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
61 tab, "testPluginWorks()", &result));
73 tab, "testPluginWorks()", &result));
88 tab, "testPluginWorks()", &result));
105 tab, "testPluginWorks()", &result));
155 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
158 tab, "testPluginWorks()", &result));
175 tab, "testPluginWorks()", &result));
187 tab, "testPluginWorks()", &result));
H A Dextension_override_apitest.cc55 // Navigate to the new tab page. The overridden new tab page
58 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
59 ASSERT_TRUE(tab->GetController().GetVisibleEntry());
60 EXPECT_TRUE(tab->GetController().GetVisibleEntry()->GetURL().
79 // Navigate an incognito tab to the new tab page. We should get the actual
80 // new tab page because we can't load chrome-extension URLs in incognito.
83 WebContents* tab = otr_browser->tab_strip_model()->GetActiveWebContents(); local
84 ASSERT_TRUE(tab
[all...]
/external/chromium_org/third_party/skia/gm/rebaseline_server/static/
H A Dview.css9 .tab-wrapper {
13 .tab {
23 .tab-true {
30 .tab-false {
35 .tab-false:hover {
40 .tab-spacer {
43 /* The main working area (connected to the selected tab). */
44 .tab-main {
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_getmediadevices_browsertest.cc82 void GetMediaDevicesOrSources(content::WebContents* tab, argument
87 tab);
165 void GetMediaDevices(content::WebContents* tab, argument
167 GetMediaDevicesOrSources(tab, devices, false);
170 void GetSources(content::WebContents* tab, argument
172 GetMediaDevicesOrSources(tab, sources, true);
191 content::WebContents* tab = local
195 GetMediaDevices(tab, &devices);
212 content::WebContents* tab = local
215 GetUserMediaAndAccept(tab);
234 content::WebContents* tab = local
269 content::WebContents* tab = local
[all...]
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore.cc79 // tabs. New tabs are loaded after the current tab finishes loading, or a delay
81 // a tab finishes loading a new tab is loaded and the time of the delay
100 // Schedules a tab for loading.
103 // Notifies the loader that a tab has been scheduled for loading through
107 // Invokes |LoadNextTab| to load a tab.
122 // Loads the next tab. If there are no more tabs to load this deletes itself,
126 // NotificationObserver method. Removes the specified tab and loads the next
127 // tab.
136 // Removes the listeners from the specified tab an
272 NavigationController* tab = tabs_to_load_.front(); local
323 NavigationController* tab = local
341 NavigationController* tab = local
412 RemoveTab(NavigationController* tab) argument
435 GetRenderWidgetHost(NavigationController* tab) argument
456 HandleTabClosedOrLoaded(NavigationController* tab) argument
630 RestoreForeignTab(const SessionTab& tab, WindowOpenDisposition disposition) argument
941 RecordAppLaunchForTab(Browser* browser, const SessionTab& tab, int selected_index) argument
969 const SessionTab& tab = *(window.tabs[i]); local
1001 const SessionTab& tab = *(window.tabs[i]); local
1012 RestoreTab(const SessionTab& tab, const int tab_index, Browser* browser, bool is_selected_tab) argument
1262 RestoreForeignSessionTab( content::WebContents* source_web_contents, const SessionTab& tab, WindowOpenDisposition disposition) argument
[all...]

Completed in 481 milliseconds

1234567891011>>