Home
last modified time | relevance | path

Searched defs:Internal (Results 1 – 18 of 18) sorted by relevance

/external/chromium/chrome/browser/
Dplugin_data_remover_helper.cc17 class PluginDataRemoverHelper::Internal class in PluginDataRemoverHelper
20 explicit Internal(const char* pref_name, PrefService* prefs) in Internal() function in PluginDataRemoverHelper::Internal
/external/protobuf/src/google/protobuf/stubs/
Dcommon.cc243 struct Mutex::Internal { struct in google::protobuf::Mutex
244 CRITICAL_SECTION mutex;
247 DWORD thread_id;
283 struct Mutex::Internal { struct in google::protobuf::Mutex
284 pthread_mutex_t mutex;
/external/jmonkeyengine/engine/src/core/com/jme3/system/
DAnnotations.java70 public @interface Internal { annotation in Annotations
/external/webkit/Source/WebKit/mac/WebView/
DWebPDFDocumentExtras.mm35 @interface PDFDocument (Internal) category
DWebDeviceOrientation.mm43 @implementation WebDeviceOrientation (Internal) category
DWebDeviceOrientationProviderMock.mm70 @implementation WebDeviceOrientationProviderMock (Internal) category
/external/protobuf/java/src/main/java/com/google/protobuf/
DInternal.java43 public class Internal { class
/external/webkit/Source/WebKit/mac/Plugins/
DWebPluginDatabase.mm52 @interface WebPluginDatabase (Internal) category
403 @implementation WebPluginDatabase (Internal) category
DWebNetscapePluginPackage.mm63 @interface WebNetscapePluginPackage (Internal) category
751 @implementation WebNetscapePluginPackage (Internal) category
DWebNetscapePluginView.mm103 @interface WebNetscapePluginView (Internal) category
2329 @implementation WebNetscapePluginView (Internal) category
/external/chromium/chrome/browser/prefs/
Dpref_member.h210 Internal() : value_(ValueType()) {} in Internal() function
Dpref_member.cc80 PrefMemberBase::Internal::Internal() : thread_id_(BrowserThread::UI) { } in Internal() function in subtle::PrefMemberBase::Internal
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_mman_test.cc30 TEST(Mman, Internal) { in TEST() argument
/external/clang/lib/AST/
DDeclBase.cpp1332 void DeclContext::makeDeclVisibleInContextWithFlags(NamedDecl *D, bool Internal, in makeDeclVisibleInContextWithFlags()
1385 void DeclContext::makeDeclVisibleInContextImpl(NamedDecl *D, bool Internal) { in makeDeclVisibleInContextImpl()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml48 | Internal Constructor
Dllvm.mli83 | Internal Constructor
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm1936 @implementation WKView (Internal) category
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp166 namespace Internal { namespace