Home
last modified time | relevance | path

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

/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/css/
Ddocs.css218 .quick-links {
226 .quick-links:first-child {
229 .quick-links li {
234 .quick-links .github-btn,
235 .quick-links .tweet-btn,
236 .quick-links .follow-btn {
684 /* Don't space out quick links so much */
685 .quick-links {
689 .quick-links .divider {
829 /* Inline-block quick links for more spacing */
[all …]
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/js/
Djquery.js2801 var quick = rquickIs.exec( selector );
2802 if ( quick ) {
2805 quick[1] = ( quick[1] || "" ).toLowerCase();
2806 quick[3] = quick[3] && new RegExp( "(?:^|\\s)" + quick[3] + "(?:\\s|$)" );
2808 return quick;
2832 handleObjIn, quick, handlers, special;
2894 quick: quickParse( selector ), property
3208 handleObj.quick ? quickIs( cur, handleObj.quick ) : jqcur.is( sel )