Home
last modified time | relevance | path

Searched refs:element (Results 1 – 11 of 11) sorted by relevance

/test/vti/test_serving/gae/frontend/src/app/menu/schedule/
Dschedule.component.scss9 .element-row {
14 .element-row:not(.expanded) {
18 .element-row:not(.expanded):hover {
22 .element-row.expanded {
/test/vti/test_serving/gae/frontend/src/app/menu/job/
Djob.component.scss9 .element-row {
14 .element-row:not(.expanded) {
18 .element-row:not(.expanded):hover {
22 .element-row.expanded {
/test/vti/test_serving/gae/frontend/src/app/menu/lab/
Dlab.component.scss22 .element-row {
27 .element-row:not(.expanded) {
31 .element-row:not(.expanded):hover {
35 .element-row.expanded {
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Ddashboard_main.jsp90 var element = self;
92 element = self.clone();
93 if (element.hasClass('active')) {
94 element.find('i').text('notifications_off')
95 element.removeClass('active');
96 element.addClass('inactive');
97 element.attr('title', 'Enable notifications');
99 element.find('i').text('notifications_active')
100 element.removeClass('inactive');
101 element.addClass('active');
[all …]
Dshow_gcs_log.jsp50 $(data.entryList).each(function( index, element ) {
51 …ss='collection-item'><a href='#logEntryViewModal' class='modal-trigger'>" + element + "</a></li>");
Dshow_coverage.jsp91 var gerritLogin = function(element) {
93 element.click();
/test/vti/test_serving/gae/frontend/e2e/src/
Dapp.po.ts1 import { browser, by, element } from 'protractor';
9 return element(by.css('app-root h1')).getText();
/test/vti/dashboard/src/main/webapp/js/
Dsearch_header.js193 this.menu.element.outerWidth($('.search-bar .filter-input').width());
Dtest_acknowledgments.js38 this.menu.element.outerWidth($(this.options.parent).width());
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java674 Element element = (Element) nodes.item(i); in assertXmlContainsAttribute() local
675 String value = element.getAttribute(attributeName); in assertXmlContainsAttribute()
/test/vts/proto/
DVtsReportMessage.proto197 // i-th element gives the number of times i-th line is executed.