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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/ui/cocoa/
custom_frame_view.mm 56 Method m0 = class_getInstanceMethod([self class], @selector(drawRect:));
60 @selector(drawRectOriginal:),
66 @selector(drawRect:));
68 @selector(drawRectOriginal:));
79 @selector(_fullScreenButtonOrigin));
82 @selector(_fullScreenButtonOriginOriginal),
87 @selector(_fullScreenButtonOrigin));
89 @selector(_fullScreenButtonOriginOriginal));
129 if ([window respondsToSelector:@selector(fullScreenButtonOriginAdjustment)])
profile_menu_controller_unittest.mm 51 EXPECT_EQ(@selector(editProfile:), [item action]);
57 EXPECT_EQ(@selector(newProfile:), [item action]);
94 action:@selector(someSelector:)];
97 EXPECT_EQ(@selector(someSelector:), [item action]);
116 EXPECT_EQ(@selector(switchToProfileFromMenu:), [item action]);
119 EXPECT_EQ(@selector(switchToProfileFromMenu:), [item action]);
122 EXPECT_EQ(@selector(switchToProfileFromMenu:), [item action]);
161 EXPECT_EQ(@selector(switchToProfileFromMenu:), [item action]);
164 EXPECT_EQ(@selector(switchToProfileFromMenu:), [item action]);
167 // And for the dock, the selector should be different and there should be
    [all...]
ssl_client_certificate_selector_cocoa_browsertest.mm 52 SSLClientCertificateSelectorCocoa* selector =
59 [selector displayForWebContents:web_contents];
61 EXPECT_TRUE([selector panel]);
76 SSLClientCertificateSelectorCocoa* selector =
83 [selector displayForWebContents:web_contents];
86 NSWindow* sheetWindow = [[selector overlayWindow] attachedSheet];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
find.h 52 * @param selector Functionality (e. g. std::find_if (), std::equal(),...)
58 typename Selector>
61 RandomAccessIterator2 begin2, Pred pred, Selector selector)
66 return find_template(begin1, end1, begin2, pred, selector,
69 return find_template(begin1, end1, begin2, pred, selector,
72 return find_template(begin1, end1, begin2, pred, selector,
89 * @param selector Functionality (e. g. std::find_if (), std::equal(),...)
95 typename Selector>
101 Selector selector
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteChooserDialog.java 41 * This dialog allows the user to choose a route that matches a given selector.
69 * Gets the media route selector for filtering the routes that the user can select.
71 * @return The selector, never null.
78 * Sets the media route selector for filtering the routes that the user can select.
80 * @param selector The selector, must not be null.
82 public void setRouteSelector(MediaRouteSelector selector) {
83 if (selector == null) {
84 throw new IllegalArgumentException("selector must not be null");
87 if (!mSelector.equals(selector)) {
    [all...]
  /cts/tests/res/color/
color1.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
20 </selector>
  /cts/tests/res/drawable/
statelistdrawable.xml 18 <selector xmlns:android="http://schemas.android.com/apk/res/android">
21 </selector>
testcolor.xml 19 <selector xmlns:android="http://schemas.android.com/apk/res/android">
21 </selector>
  /cts/tests/res/xml/
selector_missing_item_drawable.xml 20 <selector xmlns:android="http://schemas.android.com/apk/res/android"
27 </selector>
selector_missing_selector_attrs.xml 20 <selector xmlns:android="http://schemas.android.com/apk/res/android" >
24 </selector>
  /developers/build/prebuilts/gradle/CustomChoiceList/CustomChoiceListSample/src/main/res/color/
hideable_text_color.xml 20 <selector xmlns:android="http://schemas.android.com/apk/res/android">
23 </selector>
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListViewModalSelect/ActionBarCompat-ListViewModalSelectSample/src/main/res/drawable/
background_checked.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
20 </selector
  /developers/samples/android/ui/lists/CustomChoiceList/CustomChoiceListSample/src/main/res/color/
hideable_text_color.xml 20 <selector xmlns:android="http://schemas.android.com/apk/res/android">
23 </selector>
  /development/samples/ActionBarCompat/res/drawable/
actionbar_compat_item.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
23 </selector>
  /development/samples/ApiDemos/res/drawable/
gallery_background_1.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
20 </selector>
hover_background.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
20 </selector>
  /development/samples/Home/res/drawable/
all_applications.xml 21 <selector xmlns:android="http://schemas.android.com/apk/res/android">
24 </selector>
all_applications_background.xml 21 <selector xmlns:android="http://schemas.android.com/apk/res/android">
23 </selector>
  /development/samples/HoneycombGallery/res/drawable/
btn_notification_ic_example.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
20 </selector>
  /development/samples/RandomMusicPlayer/res/drawable/
btn_eject.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
21 </selector>
btn_ff.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
21 </selector>
btn_pause.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
21 </selector>
btn_play.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
21 </selector>
btn_rew.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
21 </selector>
btn_stop.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
21 </selector>

Completed in 420 milliseconds

1 2 3 4 5 67 8 91011>>