/external/chromium/chrome/browser/ui/cocoa/ |
test_event_utils.mm | 10 SEL selector) { 11 old_selector_impl_ = class_getInstanceMethod(target, selector); 12 new_selector_impl_ = class_getInstanceMethod(source, selector);
|
rwhvm_editcommand_helper.h | 44 // Each selector is connected to a single c method which forwards the message 52 // SEL - the objc selector currently associated with an NSMenuItem. 58 // Converts an editing selector into a command name that can be sent to 60 static NSString* CommandNameForSelector(SEL selector);
|
/external/chromium_org/tools/cr/cr/base/ |
platform.py | 24 SELECTOR = 'CR_PLATFORM' 29 '--platform', dest=cls.SELECTOR, 32 help='Sets the target platform to use. Overrides ' + cls.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);
|
/external/clang/include/clang/Analysis/DomainSpecific/ |
ObjCNoReturn.h | 26 /// Cached "raise" selector. 27 Selector RaiseSel; 35 Selector NSExceptionInstanceRaiseSelectors[NUM_RAISE_SELECTORS];
|
/frameworks/base/core/res/res/color/ |
secondary_text_holo_light.xml | 17 <selector xmlns:android="http://schemas.android.com/apk/res/android"> 20 <!-- Since there is only one selector (for both light and dark), the light's selected state shouldn't be inversed like the dark's. --> 28 </selector>
|
secondary_text_light.xml | 17 <selector xmlns:android="http://schemas.android.com/apk/res/android"> 20 <!-- Since there is only one selector (for both light and dark), the light's selected state shouldn't be inversed like the dark's. --> 28 </selector>
|
/external/chromium/chrome/browser/sync/ |
sync_ui_util_mac_unittest.mm | 24 action:@selector(commandDispatch) 62 action:@selector(commandDispatch) 89 action:@selector(commandDispatch) 94 action:@selector(commandDispatch)
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_hover_state.mm | 86 [self performSelector:@selector(closeBookmarkFolderOnHoverButton:) 97 selector:@selector(closeBookmarkFolderOnHoverButton:) 106 [self performSelector:@selector(openBookmarkFolderOnHoverButton:) 117 selector:@selector(openBookmarkFolderOnHoverButton:) 157 selector:@selector(closeBookmarkFolderOnHoverButton:) 169 [[button target] performSelector:@selector(openBookmarkFolderFromButton:)
|
/external/chromium-trace/trace-viewer/src/ui/ |
mouse_mode_selector.html | 7 <template id="mouse-mode-selector-template">
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_tooltip_controller.mm | 95 [self performSelector:@selector(displayHover) 116 selector:@selector(tooltipWindowWillClose:) 136 [self performSelector:@selector(hideHover)
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_hover_state.mm | 86 [self performSelector:@selector(closeBookmarkFolderOnHoverButton:) 97 selector:@selector(closeBookmarkFolderOnHoverButton:) 106 [self performSelector:@selector(openBookmarkFolderOnHoverButton:) 117 selector:@selector(openBookmarkFolderOnHoverButton:) 157 selector:@selector(closeBookmarkFolderOnHoverButton:) 169 [[button target] performSelector:@selector(openBookmarkFolderFromButton:)
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
tab_modal_confirm_dialog_mac.mm | 71 action:@selector(onLinkClicked:)]; 78 action:@selector(onAcceptButton:)]; 83 action:@selector(onCancelButton:)]; 85 [[alert_ closeButton] setAction:@selector(onCancelButton:)];
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
media_indicator_view.mm | 21 void SetAnimationDoneCallback(id anObject, SEL selector) { 23 doneCallbackSelector_ = selector; 91 - (void)setAnimationDoneCallbackObject:(id)anObject withSelector:(SEL)selector { 93 delegate_->SetAnimationDoneCallback(anObject, selector);
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/ |
view.js | 130 View.prototype.appendChild_ = function(root, selector, tag, classes, content) { 131 var parent = (root && selector) ? root.querySelector(selector) : root; 136 View.prototype.setAttribute_ = function(root, selector, name, value) { 137 var element = root && root.querySelector(selector); 143 View.prototype.setContent_ = function(root, selector, content) { 144 var element = root && root.querySelector(selector); 150 View.prototype.getContent_ = function(root, selector) { 151 var element = root && root.querySelector(selector);
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_mac_editcommand_helper.h | 42 // Each selector is connected to a single c method which forwards the message 50 // SEL - the objc selector currently associated with an NSMenuItem. 56 // Converts an editing selector into a command name that can be sent to 58 static NSString* CommandNameForSelector(SEL selector);
|
/external/chromium_org/content/browser/ |
theme_helper_mac.mm | 29 selector:@selector(appearancePrefsChanged:) 36 selector:@selector(behaviorPrefsChanged:)
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSPageRule.cpp | 58 const CSSSelector* selector = m_pageRule->selector(); local 59 if (selector) { 60 String pageSpecification = selector->selectorText();
|
/external/clang/test/SemaObjCXX/ |
warn-strict-selector-match.mm | 1 // RUN: %clang_cc1 -Wstrict-selector-match -fsyntax-only -verify %s
|
/external/doclava/res/assets/templates/components/ |
api_filter.cs | 1 <?cs # The default API filter selector that goes in the header ?><?cs
|
/external/iproute2/man/man8/ |
ip-rule.8 | 19 .I SELECTOR ACTION 22 .IR SELECTOR " := [ " 75 .B selector 78 The RPDB is scanned in the order of increasing priority. The selector 80 interface, tos, fwmark} and, if the selector matches the packet, 95 Priority: 0, Selector: match anything, Action: lookup routing 108 Priority: 32766, Selector: match anything, Action: lookup routing 120 Priority: 32767, Selector: match anything, Action: lookup routing 214 the routing table identifier to lookup if the rule selector matches.
|
/external/libvpx/libvpx/examples/includes/geshi/docs/api/media/ |
banner.css | 28 .package-selector
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouteActionProvider.java | 35 * to select by specifying a {@link MediaRouteSelector selector} with the 68 * Then configure the menu and set the route selector for the chooser. 98 * // Remove the selector on stop to tell the media router that it no longer 149 * Gets the media route selector for filtering the routes that the user can 152 * @return The selector, never null. 159 * Sets the media route selector for filtering the routes that the user can 162 * @param selector The selector, must not be null. 164 public void setRouteSelector(MediaRouteSelector selector) { 165 if (selector == null) [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
qosti_dspdecl.h | 33 * The enumeration defines the control command selector for *cmd*
55 * The enumeration defines the control command selector for *arg1*
74 * The enumeration defines the control command selector for *arg2*
91 * The enumeration defines the control command selector for *arg2*
|
/packages/apps/Browser/src/com/android/browser/view/ |
BookmarkContainer.java | 73 Drawable selector = getBackground(); local 74 if (selector != null && selector instanceof StateListDrawable) { 75 Drawable d = ((StateListDrawable)selector).getCurrent();
|