Searched refs:strong (Results 1 - 25 of 62) sorted by relevance

123

/external/clang/test/CodeGenObjC/
H A Dattr-strong.c6 struct s0 * __attribute__((objc_gc(strong))) g0;
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dproxy_settings.css35 html[highlight=strong] input[type='button']:focus,
36 html[highlight=strong] input[type='checkbox']:focus,
37 html[highlight=strong] input[type='radio']:focus,
38 html[highlight=strong] input[type='text']:focus,
39 html[highlight=strong] input[type='url']:focus,
40 html[highlight=strong] button:focus,
41 html[highlight=strong] list:focus {
45 html[highlight=strong] #network-proxy-tab {
/external/chromium_org/tools/gyp/test/ios/extension/ExtensionContainer/
H A DAppDelegate.h9 @property (strong, nonatomic) UIWindow *window;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCPair.h33 @property(nonatomic, strong, readonly) NSString *key;
34 @property(nonatomic, strong, readonly) NSString *value;
H A DRTCMediaStream.h36 @property(nonatomic, strong, readonly) NSArray *audioTracks;
37 @property(nonatomic, strong, readonly) NSArray *videoTracks;
38 @property(nonatomic, strong, readonly) NSString *label;
H A DRTCVideoTrack.h36 @property(nonatomic, strong, readonly) NSArray *renderers;
H A DRTCEAGLVideoView.h44 @property(nonatomic, strong) RTCVideoTrack* videoTrack;
H A DRTCICEServer.h34 @property(nonatomic, strong, readonly) NSURL* URI;
H A DRTCNSGLVideoView.h45 @property(nonatomic, strong) RTCVideoTrack* videoTrack;
H A DRTCPeerConnection.h51 @property(nonatomic, strong, readonly) NSArray *localStreams;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
H A DRTCSessionDescriptionSyncObserver.h42 @property(atomic, strong) RTCSessionDescription *sessionDescription;
H A DRTCSessionDescriptionSyncObserver.m39 @property(nonatomic, strong) NSCondition* condition;
/external/chromium_org/third_party/skia/src/core/
H A DSkTypefaceCache.cpp33 bool strong) {
41 rec->fStrong = strong;
42 if (strong) {
86 bool strong = fArray[i].fStrong; local
87 if ((strong && face->unique()) || (!strong && face->weak_expired())) {
88 if (strong) {
124 bool strong) {
126 Get().add(face, requestedStyle, strong);
31 add(SkTypeface* face, SkTypeface::Style requestedStyle, bool strong) argument
122 Add(SkTypeface* face, SkTypeface::Style requestedStyle, bool strong) argument
H A DSkTypefaceCache.h42 void add(SkTypeface*, SkTypeface::Style requested, bool strong = true);
77 bool strong = true);
/external/skia/src/core/
H A DSkTypefaceCache.cpp33 bool strong) {
41 rec->fStrong = strong;
42 if (strong) {
86 bool strong = fArray[i].fStrong; local
87 if ((strong && face->unique()) || (!strong && face->weak_expired())) {
88 if (strong) {
124 bool strong) {
126 Get().add(face, requestedStyle, strong);
31 add(SkTypeface* face, SkTypeface::Style requestedStyle, bool strong) argument
122 Add(SkTypeface* face, SkTypeface::Style requestedStyle, bool strong) argument
H A DSkTypefaceCache.h42 void add(SkTypeface*, SkTypeface::Style requested, bool strong = true);
77 bool strong = true);
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_network.css32 html:not([highlight=strong]) #network-timezone-setting {
H A Doobe_screen.css172 html[highlight=strong] #security-info a:focus,
173 html[highlight=strong] #eula a:focus,
174 html[highlight=strong] .step-extra-controls a:focus,
175 html[highlight=strong] .menu-control:focus,
176 html[highlight=strong] input[type='button']:focus,
177 html[highlight=strong] button:focus {
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCNSGLVideoView.m42 @property(atomic, strong) RTCI420Frame* i420Frame;
43 @property(atomic, strong) RTCOpenGLVideoRenderer* glRenderer;
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
H A DGAEChannelClient.m38 @property(nonatomic, strong) UIWebView* webView;
46 @property(nonatomic, strong) WebView* webView;
H A DAPPRTCConnectionManager.m50 @property(nonatomic, strong) APPRTCAppClient* client;
51 @property(nonatomic, strong) RTCPeerConnection* peerConnection;
52 @property(nonatomic, strong) RTCPeerConnectionFactory* peerConnectionFactory;
53 @property(nonatomic, strong) RTCVideoSource* videoSource;
54 @property(nonatomic, strong) NSMutableArray* queuedRemoteCandidates;
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/static/
H A Ddefault.css309 strong {
324 header ul a strong {
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dinsn.h66 unsigned int strong:1; member in struct:yasm_effaddr
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/ios/
H A DAPPRTCViewController.m44 @property(nonatomic, strong) RTCEAGLVideoView* localVideoView;
45 @property(nonatomic, strong) RTCEAGLVideoView* remoteVideoView;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
H A Dlc3barch.c158 ea->strong = 0;

Completed in 5107 milliseconds

123