HomeSort by relevance Sort by last modified time
    Searched refs:Internal (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCI420Frame+Internal.h 32 @interface RTCI420Frame (Internal)
RTCStatsReport+Internal.h 32 @interface RTCStatsReport (Internal)
RTCAudioTrack+Internal.h 32 @interface RTCAudioTrack (Internal)
RTCICEServer+Internal.h 32 @interface RTCICEServer (Internal)
RTCMediaConstraints+Internal.h 34 @interface RTCMediaConstraints (Internal)
RTCVideoRenderer+Internal.h 32 @interface RTCVideoRenderer (Internal)
RTCVideoSource+Internal.h 32 @interface RTCVideoSource (Internal)
RTCEAGLVideoView+Internal.h 35 @interface RTCEAGLVideoView (Internal) <RTCVideoRendererDelegate>
RTCSessionDescription+Internal.h 33 @interface RTCSessionDescription (Internal)
RTCVideoCapturer+Internal.h 32 @interface RTCVideoCapturer (Internal)
RTCDataChannel+Internal.h 33 @interface RTCDataBuffer (Internal)
41 @interface RTCDataChannelInit (Internal)
47 @interface RTCDataChannel (Internal)
RTCICECandidate+Internal.h 32 @interface RTCICECandidate (Internal)
RTCVideoTrack+Internal.h 35 @interface RTCVideoTrack (Internal)
RTCAudioTrack.mm 32 #import "RTCAudioTrack+Internal.h"
34 #import "RTCMediaStreamTrack+Internal.h"
39 @implementation RTCAudioTrack (Internal)
RTCVideoSource.mm 32 #import "RTCMediaSource+Internal.h"
33 #import "RTCVideoSource+Internal.h"
38 @implementation RTCVideoSource (Internal)
RTCMediaSource+Internal.h 32 @interface RTCMediaSource (Internal)
RTCMediaStream+Internal.h 32 @interface RTCMediaStream (Internal)
RTCMediaStreamTrack+Internal.h 32 @interface RTCMediaStreamTrack (Internal)
RTCPeerConnection+Internal.h 34 @interface RTCPeerConnection (Internal)
  /external/clang/test/SemaCXX/
attr-weak.cpp 3 static int test0 __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
4 static void test1() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
10 int test3 __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
11 void test4() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
20 static void test6() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
24 // GCC rejects the instantiation with the internal type, but some existing
34 namespace { class Internal {}; }
35 template struct Test7<Internal>;
40 __attribute__((weak)) auto Test9 = Internal(); // expected-error {{weak declaration cannot have internal linkage}
    [all...]
attr-selectany.cpp 21 // it as internal and not weak/linkonce.
35 namespace { class Internal {}; }
36 __declspec(selectany) auto x8 = Internal(); // expected-error {{'selectany' can only be applied to data items with external linkage}}
  /external/chromium_org/chrome/browser/extensions/api/storage/
setting_sync_data.h 56 // TODO(kalman): Use browser_sync::Immutable<Internal>.
57 class Internal : public base::RefCountedThreadSafe<Internal> {
59 Internal(
71 friend class base::RefCountedThreadSafe<Internal>;
72 ~Internal();
84 scoped_refptr<Internal> internal_;
  /external/chromium_org/base/prefs/
pref_member.h 55 class BASE_PREFS_EXPORT Internal
56 : public base::RefCountedThreadSafe<Internal> {
58 Internal();
81 friend class base::RefCountedThreadSafe<Internal>;
82 virtual ~Internal();
99 DISALLOW_COPY_AND_ASSIGN(Internal);
137 virtual Internal* internal() const = 0;
254 class Internal : public subtle::PrefMemberBase::Internal {
    [all...]
  /external/chromium_org/content/child/
child_message_filter.cc 17 class ChildMessageFilter::Internal : public IPC::MessageFilter {
19 explicit Internal(ChildMessageFilter* filter) : filter_(filter) {}
38 virtual ~Internal() {}
41 DISALLOW_COPY_AND_ASSIGN(Internal);
61 internal_ = new Internal(this);
child_message_filter.h 53 class Internal;
64 Internal* internal_;

Completed in 215 milliseconds

1 2 3 4 5