/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/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebEditorClient.mm | 539 [undoManager registerUndoWithTarget:m_undoTarget.get() selector:(isRedo ? @selector(redoEditing:) : @selector(undoEditing:)) object:command]; 632 CallFormDelegate(m_webView, @selector(textFieldDidBeginEditing:inFrame:), inputElement, kit(element->document()->frame())); 642 CallFormDelegate(m_webView, @selector(textFieldDidEndEditing:inFrame:), inputElement, kit(element->document()->frame())); 655 CallFormDelegate(m_webView, @selector(textDidChangeInTextField:inFrame:), inputElement, kit(element->document()->frame())); 660 // FIXME: This helper function is for the auto-fill code so we can pass a selector to the form delegate. 662 // not relying on the selector in the new implementation. 666 return @selector(moveUp:); 668 return @selector(moveDown:) [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...] |
tracked_objects.h | 369 // Selector enum is the token identifier for each parsed keyword, most of 373 enum Selector { 391 // Reset the comparator to a NIL selector. Clear() and recursively delete any 412 void SetTiebreaker(Selector selector, const std::string& required); 414 // Indicate if this instance is set up to sort by the given Selector, thereby 417 bool IsGroupedBy(Selector selector) const; 422 void SetSubgroupTiebreaker(Selector selector); [all...] |
/external/webkit/Source/WebCore/css/ |
CSSStyleSelector.cpp | 295 CSSSelector* selector() const { return m_selector; } function in class:WebCore::RuleData 458 // is always from the document that owns the style selector [all...] |
/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...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
inspectorSyntaxHighlight.css | 45 .webkit-css-selector {
|
/external/webkit/Source/WebCore/rendering/ |
RenderThemeWin.h | 88 virtual void adjustMenuListStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const; 90 virtual void adjustMenuListButtonStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const;
|
RenderThemeWinCE.h | 84 virtual void adjustMenuListStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const; 86 virtual void adjustMenuListButtonStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const;
|
/external/webkit/Source/WebKit/mac/Carbon/ |
HIWebView.mm | [all...] |
/external/webkit/Source/WebKit/mac/WebView/ |
WebClipView.mm | 157 if ([docView respondsToSelector:@selector(_webView)]) {
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
WebPageProxyMac.mm | 57 static inline int callGestalt(OSType selector) 60 Gestalt(selector, &value); 293 void WebPageProxy::executeSavedCommandBySelector(const String& selector, bool& handled) 295 handled = m_pageClient->executeSavedCommandBySelector(selector);
|
/external/webkit/Tools/DumpRenderTree/mac/ |
UIDelegate.mm | 81 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(modalWindowWillClose:) name:NSWindowWillCloseNotification object:nil]; 205 m_timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiObject.java | 32 * be reused for different views that match the selector criteria. 73 * selector criteria. 74 * @param selector 77 public UiObject(UiSelector selector) { 78 mSelector = selector; 82 * Debugging helper. A test can dump the properties of a selector as a string 94 * Retrieves the {@link QueryController} to translate a {@link UiSelector} selector 116 * @param selector for child view to match 120 public UiObject getChild(UiSelector selector) throws UiObjectNotFoundException { 121 Tracer.trace(selector); [all...] |
/external/chromium/chrome/browser/ui/cocoa/translate/ |
translate_infobar_base.h | 41 void AddMenuItem(NSMenu *menu, id target, SEL selector, NSString* title,
|
/external/libffi/testsuite/lib/ |
libffi-dg.exp | 251 set selector "target [join [lindex $args 1]]" 252 if { [dg-process-target $selector] == "S" } {
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebUndoManager.idl | 133 - (void)registerUndoWithTarget:(id)target selector:(SEL)aSelector object:(id)anObject 247 - (SEL)selector 249 HRESULT selector([out, retval] UINT* result); 262 - (void)setSelector:(SEL)selector 264 HRESULT setSelector([in] UINT selector);
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
WKViewInternal.h | 58 - (bool)_executeSavedCommandBySelector:(SEL)selector;
|
/external/webkit/Tools/MiniBrowser/mac/ |
BrowserWindowController.m | 97 if (action == @selector(zoomIn:)) 99 if (action == @selector(zoomOut:)) 101 if (action == @selector(resetZoom:)) 104 if (action == @selector(showHideWebView:)) 106 else if (action == @selector(removeReinsertWebView:)) 108 else if (action == @selector(toggleZoomMode:)) 137 if (action == @selector(goBack:)) 140 if (action == @selector(goForward:))
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/spi/ |
AbstractSelectableChannelTest.java | 25 import java.nio.channels.Selector; 105 * @tests AbstractSelectableChannel#register(Selector, int, Object) 109 Selector acceptSelector1 = SelectorProvider.provider().openSelector(); 110 Selector acceptSelector2 = new MockAbstractSelector(SelectorProvider 120 //test that sc.register invokes Selector.register() 124 // Regression test to ensure acceptance of a selector with empty 128 Selector selector = Selector.open(); local 129 channel.register(selector, 0) [all...] |
/libcore/luni/src/main/java/libcore/net/http/ |
HttpConnection.java | 105 ProxySelector selector = ProxySelector.getDefault(); local 106 List<Proxy> proxyList = selector.select(uri); 111 // TODO: if the selector recommends a direct connection, attempt that? 119 // failed to connect, tell it to the selector 120 selector.connectFailed(uri, selectedProxy.address(), e);
|
/external/qemu/target-i386/ |
hax-all.c | 665 lhs->selector = rhs->selector; 680 lhs->selector = rhs->selector; 699 lhs->selector = rhs->selector; 704 lhs->dpl = rhs->selector & 3; 760 sregs->_ss.selector = (sregs->_ss.selector & ~3) | 761 (sregs->_cs.selector & 3) [all...] |
kvm.c | 275 lhs->selector = rhs->selector; 292 lhs->selector = rhs->selector; 297 lhs->dpl = rhs->selector & 3; 308 lhs->selector = rhs->selector; 412 sregs.ss.selector = (sregs.ss.selector & ~3) | 413 (sregs.cs.selector & 3) [all...] |
/external/bzip2/ |
compress.c | 397 and record its identity in the selector table. 404 s->selector[nSelectors] = bt; 466 ll_i = s->selector[i]; 552 AssertH ( s->selector[selCtr] < nGroups, 3006 ); 558 = &(s->len[s->selector[selCtr]][0]); 560 = &(s->code[s->selector[selCtr]][0]); 585 s->len [s->selector[selCtr]] [mtfv[i]], 586 s->code [s->selector[selCtr]] [mtfv[i]] );
|
/external/webkit/Source/WebCore/inspector/ |
InspectorCSSAgent.cpp | 200 CSSStyleSelector* selector = element->ownerDocument()->styleSelector(); local 201 RefPtr<CSSRuleList> matchedRules = selector->styleRulesForElement(element, false, true); 208 RefPtr<CSSRuleList> matchedRules = selector->pseudoStyleRulesForElement(element, pseudoId, false, true); 336 void InspectorCSSAgent::setRuleSelector(ErrorString* errorString, const RefPtr<InspectorObject>& fullRuleId, const String& selector, RefPtr<InspectorObject>* result) 345 bool success = inspectorStyleSheet->setRuleSelector(compoundId, selector); 352 void InspectorCSSAgent::addRule(ErrorString*, const int contextNodeId, const String& selector, RefPtr<InspectorObject>* result) 361 CSSStyleRule* newRule = inspectorStyleSheet->addRule(selector);
|