HomeSort by relevance Sort by last modified time
    Searched full:bridges (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/chromium_org/chrome/browser/ui/cocoa/
about_ipc_dialog.h 21 // Cocoa dialog. This class bridges from C++ to ObjC.
command_observer_bridge.h 19 // The observer will create one of these bridges, call ObserveCommand() on the
  /external/clang/test/SemaObjC/
objcbridge-attribute.m 66 (void)(NSString *)cf; // expected-warning {{'CFErrorRef2' (aka 'struct __CFErrorRef *') bridges to NSError, not 'NSString'}}
72 (void)(Class)cf; // expected-warning {{'CFErrorRef2' (aka 'struct __CFErrorRef *') bridges to NSError, not 'Class'}}
80 (void)(id<P1, P2, P4>)cf; // expected-warning {{'CFErrorRef' (aka 'struct __CFErrorRef *') bridges to NSError, not 'id<P1,P2,P4>'}}
88 (void)(id<P1, P2, P4>)cf; // expected-warning {{'CFMyErrorRef' (aka 'struct __CFMyErrorRef *') bridges to MyError, not 'id<P1,P2,P4>'}}
127 (void)(id<P1, P2, P3, P4, P5>)cf; // expected-warning {{'CFMyPersonalErrorRef' (aka 'struct __CFMyPersonalErrorRef *') bridges to MyPersonalError, not 'id<P1,P2,P3,P4,P5>'}}
objcbridgemutable-attribute.m 26 (void) (NSDictionary *)mcf; // expected-warning {{'CFMutableDictionaryRef' (aka 'struct __CFDictionary *') bridges to NSMutableDictionary, not 'NSDictionary'}}
objcbridge-attribute-arc.m 69 (void)(NSString *)cf; // expected-warning {{'CFErrorRef2' (aka 'struct __CFErrorRef *') bridges to NSError, not 'NSString'}} \
89 (void)(Class)cf; // expected-warning {{'CFErrorRef2' (aka 'struct __CFErrorRef *') bridges to NSError, not 'Class'}} \\
107 (void)(id<P1, P2, P4>)cf; // expected-warning {{'CFErrorRef' (aka 'struct __CFErrorRef *') bridges to NSError, not 'id<P1,P2,P4>'}} \
126 (void)(id<P1, P2, P4>)cf; // expected-warning {{'CFMyErrorRef' (aka 'struct __CFMyErrorRef *') bridges to MyError, not 'id<P1,P2,P4>'}} \
208 (void)(id<P1, P2, P3, P4, P5>)cf; // expected-warning {{'CFMyPersonalErrorRef' (aka 'struct __CFMyPersonalErrorRef *') bridges to MyPersonalError, not 'id<P1,P2,P3,P4,P5>'}} \
215 (void)(__bridge NSString *)cf; // expected-warning {{'CFErrorRef2' (aka 'struct __CFErrorRef *') bridges to NSError, not 'NSString'}}
221 (void)(__bridge Class)cf; // expected-warning {{'CFErrorRef2' (aka 'struct __CFErrorRef *') bridges to NSError, not 'Class'}}
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
operation.h 29 // Base class for operation bridges between fileapi and providing extensions.
  /external/chromium_org/content/browser/devtools/
devtools_tracing_handler.h 23 // This class bridges DevTools remote debugging server with the trace
  /external/chromium_org/ui/views/cocoa/
bridged_content_view.h 21 // a views::RootView present. Bridges requests from Cocoa to the hosted
  /external/chromium_org/base/prefs/
pref_store.h 22 // CommandLinePrefStore, which bridges command line options to preferences and
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_mac.h 22 // A class that bridges the visible mac download items to chromium's download
download_shelf_controller.h 32 // download_shelf_mac bridges calls from chromium's c++ world to the objc
37 // download_item_mac bridges calls from chromium's c++ world to the objc
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_container_controller.h 53 // The C++ instance that bridges to the cross platform code.
  /external/chromium_org/chrome/browser/ui/cocoa/notifications/
message_center_tray_bridge.h 28 // message_center. It bridges C++ notifications from the MessageCenterTray to
  /external/chromium_org/components/policy/core/browser/
configuration_policy_pref_store.h 26 // An implementation of PrefStore that bridges policy settings as read from the
  /external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
collationdata.h 28 "Bridges, Fidelia",
29 "Bridges, John",
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
collationdata.h 28 "Bridges, Fidelia",
29 "Bridges, John",
  /external/clang/test/SemaObjCXX/
objcbridge-attribute-arc.mm 56 (void)(NSString *)cf; // expected-warning {{'CFErrorRef2' (aka '__CFErrorRef *') bridges to NSError, not 'NSString'}} \
76 (void)(Class)cf; // expected-warning {{'CFErrorRef2' (aka '__CFErrorRef *') bridges to NSError, not 'Class'}} \\
94 (void)(id<P1, P2, P4>)cf; // expected-warning {{'CFErrorRef' (aka '__CFErrorRef *') bridges to NSError, not 'id<P1,P2,P4>'}} \
113 (void)(id<P1, P2, P4>)cf; // expected-warning {{'CFMyErrorRef' (aka '__CFMyErrorRef *') bridges to MyError, not 'id<P1,P2,P4>'}} \
195 (void)(id<P1, P2, P3, P4, P5>)cf; // expected-warning {{'CFMyPersonalErrorRef' (aka '__CFMyPersonalErrorRef *') bridges to MyPersonalError, not 'id<P1,P2,P3,P4,P5>'}} \
202 (void)(__bridge NSString *)cf; // expected-warning {{'CFErrorRef2' (aka '__CFErrorRef *') bridges to NSError, not 'NSString'}}
208 (void)(__bridge Class)cf; // expected-warning {{'CFErrorRef2' (aka '__CFErrorRef *') bridges to NSError, not 'Class'}}
objcbridge-attribute.mm 56 (void)(NSString *)cf; // expected-warning {{'CFErrorRef2' (aka '__CFErrorRef *') bridges to NSError, not 'NSString'}} \
76 (void)(Class)cf; // expected-warning {{'CFErrorRef2' (aka '__CFErrorRef *') bridges to NSError, not 'Class'}} \\
94 (void)(id<P1, P2, P4>)cf; // expected-warning {{'CFErrorRef' (aka '__CFErrorRef *') bridges to NSError, not 'id<P1,P2,P4>'}} \
113 (void)(id<P1, P2, P4>)cf; // expected-warning {{'CFMyErrorRef' (aka '__CFMyErrorRef *') bridges to MyError, not 'id<P1,P2,P4>'}} \
195 (void)(id<P1, P2, P3, P4, P5>)cf; // expected-warning {{'CFMyPersonalErrorRef' (aka '__CFMyPersonalErrorRef *') bridges to MyPersonalError, not 'id<P1,P2,P3,P4,P5>'}} \
202 (void)(__bridge NSString *)cf; // expected-warning {{'CFErrorRef2' (aka '__CFErrorRef *') bridges to NSError, not 'NSString'}}
208 (void)(__bridge Class)cf; // expected-warning {{'CFErrorRef2' (aka '__CFErrorRef *') bridges to NSError, not 'Class'}}
objcbridge-static-cast.mm 56 (void)static_cast<NSString *>(cf); // expected-warning {{'CFErrorRef2' (aka '__CFErrorRef *') bridges to NSError, not 'NSString'}} \
76 (void)static_cast<Class>(cf); // expected-warning {{'CFErrorRef2' (aka '__CFErrorRef *') bridges to NSError, not 'Class'}} \\
94 (void)static_cast< id<P1, P2, P4> >(cf); // expected-warning {{'CFErrorRef' (aka '__CFErrorRef *') bridges to NSError, not 'id<P1,P2,P4>'}} \
113 (void)static_cast< id<P1, P2, P4> >(cf); // expected-warning {{'CFMyErrorRef' (aka '__CFMyErrorRef *') bridges to MyError, not 'id<P1,P2,P4>'}} \
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_cocoa.h 17 // Bridges between C++ and the Cocoa NSWindow. Cross-platform code will
  /external/chromium_org/content/browser/frame_host/
cross_process_frame_connector.h 53 // CrossProcessFrameConnector bridges between B2's
  /external/chromium_org/remoting/webapp/
stats_accumulator.js 9 * bandwidth and storage costs down. This class bridges that gap, by
  /external/chromium_org/third_party/skia/samplecode/
SampleCode.h 72 // by making the GM and wrapping it in a GMSampleView. GMSampleView bridges
  /external/skia/samplecode/
SampleCode.h 72 // by making the GM and wrapping it in a GMSampleView. GMSampleView bridges
  /external/stlport/doc/
pointer_specialization.txt 23 are only bridges that forward all the method calls to the

Completed in 613 milliseconds

1 2 3 4