HomeSort by relevance Sort by last modified time
    Searched full:friend (Results 101 - 125 of 2302) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/src/animator/
SkAnimateBase.h 86 friend class SkActive;
87 friend class SkApply;
88 friend class SkDisplayList;
  /external/webkit/Source/WebCore/platform/
Timer.h 87 friend class TimerHeapElement;
88 friend class ThreadTimers;
89 friend bool operator<(const TimerHeapElement&, const TimerHeapElement&);
  /system/core/nexus/
VpnController.h 37 friend class VpnController::VpnIntegerProperty;
49 friend class VpnController::VpnStringProperty;
61 friend class VpnController::VpnIPV4AddressProperty;
  /external/clang/lib/Sema/
SemaAccess.cpp 178 friend struct AccessTarget;
303 DeclContext *Friend) {
304 if (Friend == Context)
307 assert(!Friend->isDependentContext() &&
313 if (Friend->isFileContext())
321 // in 'friend'.
322 static bool MightInstantiateTo(Sema &S, CanQualType Context, CanQualType Friend) {
323 if (Friend == Context)
326 if (!Friend->isDependentType() && !Context->isDependentType())
335 FunctionDecl *Friend) {
    [all...]
  /external/chromium/base/
gtest_prod_util.h 13 // prefix, because the friend declarations don't need to be updated.
task_unittest.cc 31 friend class base::RefCounted<CancelInDestructor>;
  /external/chromium/base/memory/
ref_counted_unittest.cc 11 friend class base::RefCounted<SelfAssign>;
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_mac.h 37 friend class BrowserAccessibility;
browser_accessibility_manager_win.h 43 friend class BrowserAccessibilityManager;
  /external/chromium/chrome/browser/
background_contents_service_factory.h 25 friend struct DefaultSingletonTraits<BackgroundContentsServiceFactory>;
background_mode_manager_factory.h 25 friend struct DefaultSingletonTraits<BackgroundModeManagerFactory>;
crash_handler_host_linux.h 104 friend struct DefaultSingletonTraits<GpuCrashHandlerHostLinux>;
121 friend struct DefaultSingletonTraits<PluginCrashHandlerHostLinux>;
138 friend struct DefaultSingletonTraits<RendererCrashHandlerHostLinux>;
155 friend struct DefaultSingletonTraits<PpapiCrashHandlerHostLinux>;
  /external/chromium/chrome/browser/extensions/
extension_tts_api_linux.cc 48 friend struct DefaultSingletonTraits<ExtensionTtsPlatformImplLinux>;
external_policy_extension_loader.h 37 friend class base::RefCountedThreadSafe<ExternalExtensionLoader>;
  /external/chromium/chrome/browser/notifications/
desktop_notification_service_factory.h 27 friend struct DefaultSingletonTraits<DesktopNotificationServiceFactory>;
  /external/chromium/chrome/browser/tabs/
pinned_tab_service_factory.h 26 friend struct DefaultSingletonTraits<PinnedTabServiceFactory>;
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
selected_keyword_decoration.h 33 friend class SelectedKeywordDecorationTest;
  /external/chromium/chrome/browser/ui/gtk/
accelerators_gtk.h 35 friend struct DefaultSingletonTraits<AcceleratorsGtk>;
  /external/chromium/crypto/
mac_security_services_lock.cc 24 friend struct DefaultSingletonTraits<SecurityServicesSingleton>;
  /external/chromium/net/base/
android_network_library.h 39 friend class LibHolder;
crypto_module.h 39 friend class base::RefCountedThreadSafe<CryptoModule>;
host_resolver_proc.h 40 friend class base::RefCountedThreadSafe<HostResolverProc>;
52 friend class HostResolverImpl;
53 friend class MockHostResolverBase;
54 friend class ScopedDefaultHostResolverProc;
  /external/chromium/net/socket_stream/
socket_stream_job_manager.h 32 friend struct DefaultSingletonTraits<SocketStreamJobManager>;
  /external/chromium/webkit/glue/
websocketstreamhandle_bridge.h 37 friend class base::RefCountedThreadSafe<WebSocketStreamHandleBridge>;
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 80 friend class PreprocessingRecord;
422 friend bool operator==(const iterator &X, const iterator &Y) {
426 friend bool operator!=(const iterator &X, const iterator &Y) {
430 friend bool operator<(const iterator &X, const iterator &Y) {
434 friend bool operator>(const iterator &X, const iterator &Y) {
438 friend bool operator<=(const iterator &X, const iterator &Y) {
442 friend bool operator>=(const iterator &X, const iterator &Y) {
446 friend iterator& operator+=(iterator &X, difference_type D) {
451 friend iterator& operator-=(iterator &X, difference_type D) {
456 friend iterator operator+(iterator X, difference_type D)
    [all...]

Completed in 592 milliseconds

1 2 3 45 6 7 8 91011>>