/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
jquery-1.6.4.js | 25 var jQuery = function( selector, context ) { 27 return new jQuery.fn.init( selector, context, rootjQuery ); 102 init: function( selector, context, rootjQuery ) { 106 if ( !selector ) { 111 if ( selector.nodeType ) { 112 this.context = this[0] = selector; 118 if ( selector === "body" && !context && document.body ) { 121 this.selector = selector; 127 if ( typeof selector === "string" ) [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
SignerId.java | 6 import org.bouncycastle.cert.selector.X509CertificateHolderSelector; 7 import org.bouncycastle.util.Selector; 13 implements Selector
|
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/ |
scope_approval_dialog.js | 53 function insertRule(selector, url) { 54 style.insertRule(selector + ' { background-image: url(' + url + '); }',
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSParserValues.h | 223 void setFunctionArgumentSelector(CSSParserSelector* selector) { m_functionArgumentSelector = selector; } 236 void setTagHistory(PassOwnPtr<CSSParserSelector> selector) { m_tagHistory = selector; }
|
ElementRuleCollector.cpp | 169 const CSSSelector* regionSelector = matchRequest.ruleSet->m_regionSelectorsAndRuleSets.at(i).selector; 205 // We know this selector does not include any pseudo elements. 208 // We know a sufficiently simple single part selector matches simply because we found it from the rule hash. 214 if (ruleData.selector()->m_match == CSSSelector::Tag && !SelectorChecker::tagMatches(m_context.element(), ruleData.selector()->tagQName())) 216 SelectorCheckerFastPath selectorCheckerFastPath(ruleData.selector(), m_context.element()); 225 SelectorChecker::SelectorCheckingContext context(ruleData.selector(), m_context.element(), SelectorChecker::VisitedMatchEnabled);
|
CSSStyleSheet.h | 66 int addRule(const String& selector, const String& style, int index, ExceptionState&); 67 int addRule(const String& selector, const String& style, ExceptionState&);
|
/external/chromium_org/third_party/mozilla/ |
ComplexTextInputPanel.mm | 83 selector:@selector(keyboardInputSourceChanged:)
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
click_element.py | 15 assert hasattr(self, 'selector') or hasattr(self, 'text') 16 if hasattr(self, 'selector'): 17 code = 'document.querySelector(\'' + self.selector + '\').click();' 22 'Cannot find element with selector ' + self.selector)
|
/external/chromium_org/ui/base/test/ |
cocoa_test_event_utils.h | 14 // Within a given scope, replace the selector |selector| on |target| with that 18 ScopedClassSwizzler(Class target, Class source, SEL selector);
|
/prebuilts/sdk/17/ |
uiautomator.jar | |
/prebuilts/sdk/18/ |
uiautomator.jar | |
/prebuilts/sdk/19/ |
uiautomator.jar | |
/prebuilts/sdk/current/ |
uiautomator.jar | |
/external/chromium_org/ui/views/controls/tree/ |
tree_view_unittest.cc | 63 PrefixSelector* selector() { return tree_.selector_.get(); } function in class:views::TreeViewTest 392 selector()->InsertText(ASCIIToUTF16("b")); 394 selector()->InsertText(ASCIIToUTF16("1")); 398 selector()->OnViewBlur(); 399 selector()->InsertText(ASCIIToUTF16("z")); 402 selector()->OnViewBlur(); 403 selector()->InsertText(ASCIIToUTF16("a"));
|
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/ |
gallery_testapi.js | 139 * Performs a click on the element with specififc selector. 140 * @param {string} selector CSS selector. 142 click: function(selector) { 143 document.querySelector(selector).click();
|
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/ |
ContentDistributor.cpp | 304 for (const CSSSelector* selector = list.first(); selector; selector = CSSSelectorList::next(selector)) { 305 for (const CSSSelector* component = selector; component; component = component->tagHistory())
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiScrollable.java | 50 * @param container a {@link UiSelector} selector to identify the scrollable 55 // wrap the container selector with container so that QueryController can handle 86 * @param selector 90 protected boolean exists(UiSelector selector) { 91 if(getQueryController().findAccessibilityNodeInfo(selector) != null) { 99 * The search first looks for a child element that matches the selector 102 * representing the element matching the selector (not the child element in its 123 * The search first looks for a child element that matches the selector 126 * representing the element matching the selector (not the child element in its 151 * matches the selector you provided. The search is performed withou [all...] |
/frameworks/uiautomator/src/com/android/uiautomator/core/ |
UiScrollable.java | 50 * @param container a {@link UiSelector} selector to identify the scrollable 55 // wrap the container selector with container so that QueryController can handle 86 * @param selector 90 protected boolean exists(UiSelector selector) { 91 if(getQueryController().findAccessibilityNodeInfo(selector) != null) { 99 * The search first looks for a child element that matches the selector 102 * representing the element matching the selector (not the child element in its 123 * The search first looks for a child element that matches the selector 126 * representing the element matching the selector (not the child element in its 151 * matches the selector you provided. The search is performed withou [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
concat-jquery-mootools-prototype.js | 24 jQuery = window.jQuery = window.$ = function( selector, context ) { 26 return new jQuery.fn.init( selector, context ); 32 // Is it a simple selector 36 init: function( selector, context ) { 38 selector = selector || document; 41 if ( selector.nodeType ) { 42 this[0] = selector; 44 this.context = selector; 48 if ( typeof selector === "string" ) [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouteButton.java | 47 * to select by specifying a {@link MediaRouteSelector selector} with the 51 * match the {@link #getRouteSelector() selector}, the button will appear in 55 * If no non-default routes match the selector and it is not possible for an active 59 * When a non-default route is selected that matches the selector, the button will 142 * Gets the media route selector for filtering the routes that the user can 145 * @return The selector, never null. 152 * Sets the media route selector for filtering the routes that the user can 155 * @param selector The selector, must not be null. 157 public void setRouteSelector(MediaRouteSelector selector) { [all...] |
/external/chromium/base/ |
tracked_objects.cc | 903 void Comparator::SetTiebreaker(Selector selector, const std::string& required) { 904 if (selector == selector_ || NIL == selector) 906 combined_selectors_ |= selector; 908 selector_ = selector; 923 tiebreaker_->SetTiebreaker(selector, required); 926 bool Comparator::IsGroupedBy(Selector selector) const { 927 return 0 != (selector & combined_selectors_) [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
inspectorSyntaxHighlight.css | 49 .webkit-css-selector {
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
streamparams.h | 189 const StreamSelector& selector, 201 const StreamSelector& selector);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
dfa.h | 29 unsigned int selector; member in union:Action::__anon16421 126 a->d.selector = i;
|
/external/libyuv/files/source/ |
format_conversion.cc | 31 uint8* dst_bayer, uint32 selector, int pix) { 35 movd xmm5, [esp + 12] // selector 56 uint32 selector, int pix) { 72 : "g"(selector) // %3 83 uint8* dst_bayer, uint32 selector, int pix) { 84 int index0 = selector & 0xff; 85 int index1 = (selector >> 8) & 0xff; 98 // generate a selector mask useful for pshufb 148 uint32 selector, int pix) = ARGBToBayerRow_C; 469 uint32 selector, int pix) = ARGBToBayerRow_C [all...] |