HomeSort by relevance Sort by last modified time
    Searched full:selector (Results 451 - 475 of 2596) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/telemetry/telemetry/page/actions/
seek.js 7 function seekMedia(selector, seekTime, logSeekTime, seekLabel) {
8 // Performs the "Seek" action on media satisfying selector.
9 var mediaElements = window.__findMediaElements(selector);
loop_unittest.py 22 """Tests that with no selector Loop action loops first media element."""
23 data = {'selector': '#video_1', 'loop_count': 2}
32 """Tests that Loop action loops all video elements with selector='all'."""
33 data = {'selector': 'all', 'loop_count': 2}
46 data = {'selector': '#video_1',
seek_unittest.py 22 """Tests that with no selector Seek action seeks first media element."""
32 """Tests that Seek action seeks video element matching selector."""
33 data = {'selector': '#video_1', 'wait_for_seeked': True, 'seek_time': 1}
40 # Assert only video matching selector has played.
45 """Tests that Seek action seeks all video elements with selector='all'."""
46 data = {'selector': 'all', 'wait_for_seeked': True, 'seek_time': 1}
60 data = {'selector': '#video_1',
play_unittest.py 23 """Tests that with no selector Play action plays first video element."""
36 """Tests that Play action plays video element matching selector."""
37 data = {'selector': '#video_1', 'wait_for_playing': True}
44 # Assert only video matching selector has played.
49 """Tests that Play action plays all video elements with selector='all'."""
50 data = {'selector': 'all', 'wait_for_playing': True}
64 data = {'selector': '#video_1',
76 data = {'selector': '#video_1', 'wait_for_ended': True}
88 data = {'selector': '#video_1', 'wait_for_ended': False}
100 data = {'selector': '#video_1', 'wait_for_ended': True, 'wait_timeout': 1
    [all...]
  /external/chromium_org/v8/tools/sodium/
index.html 15 <select id="kind-selector-id" onchange="Sodium.kindChangedHandler(this);"></select><br>
16 <select id="function-selector-id" onchange="Sodium.functionChangedHandler();"></select>
32 Sodium.buildFunctionKindSelector(document.getElementById('kind-selector-id'));
  /external/clang/test/SemaTemplate/
instantiate-objc-1.mm 13 // @selector expressions
16 return @selector(multiple:arguments:);
19 return @selector(multiple:arguments:);
  /packages/apps/UnifiedEmail/res/drawable/
folder_drag_target.xml 19 <selector xmlns:android="http://schemas.android.com/apk/res/android">
20 <!-- If this selector has more than one state, FolderItemView will need to be changed
23 </selector>
folder_no_hover.xml 19 <selector xmlns:android="http://schemas.android.com/apk/res/android">
20 <!-- If this selector has more than one state, FolderItemView will need to be changed
23 </selector>
  /external/chromium_org/tools/perf/page_sets/
top_25.json 59 { "action": "click_element", "selector": "a[href=\"https://mail.google.com/mail/u/0/?shva=1#starred\"]" },
61 { "action": "click_element", "selector": "a[href=\"https://mail.google.com/mail/u/0/?shva=1#inbox\"]" },
72 { "action": "wait", "condition": "element", "selector": "div[class~=\"navForward\"]" },
80 { "action": "click_element", "selector": "div[class~=\"navForward\"]" },
82 { "action": "wait", "condition": "element", "selector": "div[class~=\"navForward\"]" },
83 { "action": "click_element", "selector": "div[class~=\"navForward\"]" },
85 { "action": "wait", "condition": "element", "selector": "div[class~=\"navForward\"]" },
86 { "action": "click_element", "selector": "div[class~=\"navForward\"]" },
88 { "action": "wait", "condition": "element", "selector": "div[class~=\"navForward\"]" },
89 { "action": "click_element", "selector": "div[class~=\"navForward\"]" }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParserValues.cpp 184 OwnPtr<CSSParserSelector> selector = m_tagHistory.release(); local
186 OwnPtr<CSSParserSelector> next = selector->m_tagHistory.release();
187 toDelete.append(selector.release());
190 selector = next.release();
221 void CSSParserSelector::insertTagHistory(CSSSelector::Relation before, PassOwnPtr<CSSParserSelector> selector, CSSSelector::Relation after)
224 selector->setTagHistory(m_tagHistory.release());
226 selector->setRelation(after);
227 m_tagHistory = selector;
230 void CSSParserSelector::appendTagHistory(CSSSelector::Relation relation, PassOwnPtr<CSSParserSelector> selector)
236 end->setTagHistory(selector);
252 CSSParserSelector* selector = const_cast<CSSParserSelector*>(this); local
    [all...]
CSSStyleRule.cpp 70 for (const CSSSelector* selector = m_styleRule->selectorList().first(); selector; selector = CSSSelectorList::next(selector)) {
71 if (selector != m_styleRule->selectorList().first())
73 builder.append(selector->selectorText());
  /external/chromium/chrome/browser/ui/cocoa/
animatable_view.mm 80 if ([resizeDelegate_ respondsToSelector:@selector(setAnimationInProgress:)])
94 if ([resizeDelegate_ respondsToSelector:@selector(setAnimationInProgress:)])
96 if ([delegate_ respondsToSelector:@selector(animationDidStop:)])
102 if ([resizeDelegate_ respondsToSelector:@selector(setAnimationInProgress:)])
104 if ([delegate_ respondsToSelector:@selector(animationDidEnd:)])
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_model_observer_for_cocoa.h 5 // C++ bridge class to send a selector to a Cocoa object when the
32 // When |node| in |model| changes, send |selector| to |object|.
33 // Assumes |selector| is a selector that takes one arg, like an
44 SEL selector);
  /external/chromium_org/chrome/browser/ui/cocoa/
animatable_view.mm 80 if ([resizeDelegate_ respondsToSelector:@selector(setAnimationInProgress:)])
94 if ([resizeDelegate_ respondsToSelector:@selector(setAnimationInProgress:)])
96 if ([delegate_ respondsToSelector:@selector(animationDidStop:)])
102 if ([resizeDelegate_ respondsToSelector:@selector(setAnimationInProgress:)])
104 if ([delegate_ respondsToSelector:@selector(animationDidEnd:)])
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
NSScrollerImpDetails.mm 54 if ([NSScroller respondsToSelector:@selector(preferredScrollerStyle)]) {
58 selector:@selector(preferredScrollerStyleDidChange:)
77 [NSClassFromString(@"NSScrollerImp") respondsToSelector:@selector(scrollerImpWithStyle:controlSize:horizontal:replacingScrollerImp:)]
78 && [NSClassFromString(@"NSScrollerImpPair") instancesRespondToSelector:@selector(scrollerStyle)];
  /external/chromium_org/third_party/WebKit/public/web/
WebSelector.h 48 // Returns the value that would be returned from CSSStyleRule.selectorText in the CSSOM for a rule with this selector (which can be a list), if the selector is valid and each component in the list has the type specified in |restriction|.
49 // Returns "" for an invalid selector or a selector that doesn't match the restrictions.
51 BLINK_EXPORT WebString canonicalizeSelector(WebString selector, WebSelectorType restriction = WebSelectorTypeComplex);
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SocketChannelTest.java 25 import java.nio.channels.Selector;
70 Selector selector = Selector.open(); local
71 SelectionKey selectionKey = sc.register(selector, SelectionKey.OP_CONNECT);
  /external/chromium_org/third_party/ocmock/OCMock/
OCPartialMockObject.m 99 Method forwardInvocationMethod = class_getInstanceMethod([self class], @selector(forwardInvocationForRealObject:));
102 class_addMethod(subclass, @selector(forwardInvocation:), forwardInvocationImp, forwardInvocationTypes);
105 - (void)setupForwarderForSelector:(SEL)selector
108 Method originalMethod = class_getInstanceMethod([subclass superclass], selector);
111 IMP forwarderImp = [subclass instanceMethodForSelector:@selector(aMethodThatMustNotExist)];
114 SEL aliasSelector = NSSelectorFromString([OCMRealMethodAliasPrefix stringByAppendingString:NSStringFromSelector(selector)]);
124 [self class], NSStringFromSelector([anInvocation selector])];
  /external/clang/test/Index/
complete-at-exprstmt.m 19 @selector(add:to:);
25 // CHECK-CC1: {TypedText selector}{LeftParen (}{Placeholder selector}{RightParen )}
32 // CHECK-CC2: {TypedText selector}{LeftParen (}{Placeholder selector}{RightParen )}
36 // CHECK-CC3: NotImplemented:{ResultType SEL}{TypedText @selector}{LeftParen (}{Placeholder selector}{RightParen )}
complete-objc-message-id.m 64 // RUN: c-index-test -code-completion-at=%s:31:13 %s | FileCheck -check-prefix=CHECK-SELECTOR-PREF %s
65 // CHECK-SELECTOR-PREF: ObjCClassMethodDecl:{ResultType id}{TypedText alloc} (32)
66 // CHECK-SELECTOR-PREF: ObjCClassMethodDecl:{ResultType Class}{TypedText class} (35)
67 // CHECK-SELECTOR-PREF: ObjCClassMethodDecl:{ResultType id}{TypedText init} (35)
68 // CHECK-SELECTOR-PREF: ObjCClassMethodDecl:{ResultType id}{TypedText new} (35)
69 // CHECK-SELECTOR-PREF: ObjCClassMethodDecl:{ResultType Class}{TypedText superclass} (35)
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediamessages.h 72 const StreamSelector& selector, StreamParams* stream);
74 const StreamSelector& selector, StreamParams* stream);
76 const StreamSelector& selector, StreamParams* stream);
82 bool RemoveAudioStream(const StreamSelector& selector);
83 bool RemoveVideoStream(const StreamSelector& selector);
84 bool RemoveDataStream(const StreamSelector& selector);
98 StaticVideoView(const StreamSelector& selector,
100 : selector(selector),
107 StreamSelector selector; member in struct:cricket::StaticVideoView
    [all...]
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiCollection.java 26 * Constructs an instance as described by the selector
28 * @param selector
31 public UiCollection(UiSelector selector) {
32 super(selector);
37 * selector.
44 * @param childPattern {@link UiSelector} selector of the child pattern to match and return
72 * selector.
79 * @param childPattern {@link UiSelector} selector of the child pattern to match and return
94 * selector.
102 * @param childPattern {@link UiSelector} selector of the child pattern to match and retur
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 12 /// clang::Selector interfaces.
38 class MultiKeywordSelector; // private class used by Selector
541 /// beyond their selector name; for example, a method called '_init'
552 // additional CamelCase "words" in their first selector chunk
561 // selector with the given name.
600 class Selector {
604 // Empty selector = 0.
612 Selector(IdentifierInfo *II, unsigned nArgs) {
618 Selector(MultiKeywordSelector *SI) {
637 static ObjCMethodFamily getMethodFamilyImpl(Selector sel)
    [all...]
  /external/clang/test/SemaObjC/
unused.m 32 - (int) meth: (int)x: // expected-warning {{'x' used as the name of the previous parameter rather than as part of the selector}} \
33 // expected-note {{introduce a parameter name to make 'x' part of the selector}} \
34 // expected-note {{or insert whitespace before ':' to use 'x' as parameter name and have an empty entry in the selector}}
36 (int)y: // expected-warning {{unused}} expected-warning {{'y' used as the name of the previous parameter rather than as part of the selector}} \
37 // expected-note {{introduce a parameter name to make 'y' part of the selector}} \
38 // expected-note {{or insert whitespace before ':' to use 'y' as parameter name and have an empty entry in the selector}}
  /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

Completed in 2102 milliseconds

<<11121314151617181920>>