/external/chromium_org/chromeos/network/onc/ |
onc_mapper.h | 10 #include "base/memory/scoped_ptr.h" 13 namespace base { namespace 24 // This class implements a DeepCopy of base::Values for ONC objects that 29 // The general term "map" is used here, as this class is meant as base class and 46 virtual scoped_ptr<base::Value> MapValue(const OncValueSignature& signature, 47 const base::Value& onc_value, 54 virtual scoped_ptr<base::DictionaryValue> MapObject( 56 const base::DictionaryValue& onc_object, 62 virtual scoped_ptr<base::Value> MapPrimitive( 64 const base::Value& onc_primitive [all...] |
onc_test_utils.h | 10 #include "base/memory/scoped_ptr.h" 13 namespace base { namespace 27 scoped_ptr<base::DictionaryValue> ReadTestDictionary( 33 ::testing::AssertionResult Equals(const base::Value* expected, 34 const base::Value* actual);
|
/external/chromium_org/components/breakpad/ |
breakpad_client.h | 10 #include "base/strings/string16.h" 13 namespace base { namespace 48 virtual bool GetAlternativeCrashDumpLocation(base::FilePath* crash_dir); 52 virtual void GetProductNameAndVersion(const base::FilePath& exe_path, 53 base::string16* product_name, 54 base::string16* version, 55 base::string16* special_build, 56 base::string16* channel_name); 62 virtual bool ShouldShowRestartDialog(base::string16* title, 63 base::string16* message [all...] |
/external/chromium_org/components/sessions/ |
serialized_navigation_entry_test_helper.h | 10 #include "base/basictypes.h" 15 namespace base { namespace 54 static void SetTimestamp(base::Time timestamp,
|
/external/chromium_org/content/browser/media/ |
webrtc_internals_message_handler.h | 8 #include "base/memory/ref_counted.h" 12 namespace base { namespace 14 } // namespace base 31 const base::Value* args) OVERRIDE; 34 void OnGetAllUpdates(const base::ListValue* list); 35 void OnGetAllStats(const base::ListValue* list); 36 void OnStartRtpRecording(const base::ListValue* list); 37 void OnStopRtpRecording(const base::ListValue* list);
|
/external/chromium_org/content/browser/webui/ |
generic_handler.h | 8 #include "base/compiler_specific.h" 11 namespace base { namespace 27 void HandleNavigateToUrl(const base::ListValue* args);
|
/external/chromium_org/content/public/test/ |
test_browser_thread.h | 8 #include "base/basictypes.h" 9 #include "base/memory/scoped_ptr.h" 12 namespace base { namespace 27 base::MessageLoop* message_loop); 49 base::Thread* DeprecatedGetThreadObject();
|
/external/chromium_org/content/test/net/ |
url_request_mock_http_job.h | 15 namespace base { namespace 25 const base::FilePath& file_path); 35 static void AddUrlHandler(const base::FilePath& base_path); 40 const base::FilePath& file_path); 44 static GURL GetMockUrl(const base::FilePath& path); 48 static GURL GetMockViewSourceUrl(const base::FilePath& path); 55 CreateProtocolHandler(const base::FilePath& base_path);
|
/external/chromium_org/media/audio/ |
audio_manager.h | 10 #include "base/basictypes.h" 11 #include "base/memory/ref_counted.h" 12 #include "base/strings/string16.h" 16 namespace base { namespace 110 virtual scoped_refptr<base::MessageLoopProxy> GetMessageLoop() = 0; 115 virtual scoped_refptr<base::MessageLoopProxy> GetWorkerLoop() = 0;
|
/external/chromium_org/net/proxy/ |
proxy_list.h | 11 #include "net/base/net_export.h" 12 #include "net/base/net_log.h" 15 namespace base { namespace 82 base::ListValue* ToValue() const;
|
/external/chromium_org/printing/ |
printing_context_no_system_dialog.h | 12 namespace base { namespace 31 const base::DictionaryValue& job_settings,
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
dri_common.h | 46 struct glx_config base; member in struct:__GLXDRIconfigPrivateRec
|
/external/chromium_org/ui/message_center/ |
message_center.h | 10 #include "base/memory/scoped_ptr.h" 11 #include "base/observer_list.h" 19 namespace base { namespace 167 virtual void EnterQuietModeWithExpire(const base::TimeDelta& expires_in) = 0;
|
/external/chromium_org/webkit/browser/database/ |
database_util.h | 9 #include "base/strings/string16.h" 13 namespace base { namespace 27 static bool CrackVfsFileName(const base::string16& vfs_file_name, 29 base::string16* database_name, 30 base::string16* sqlite_suffix); 31 static base::FilePath GetFullFilePathForVfsFile( 33 const base::string16& vfs_file_name);
|
/external/chromium_org/webkit/browser/fileapi/ |
local_file_util.h | 8 #include "base/compiler_specific.h" 9 #include "base/memory/scoped_ptr.h" 10 #include "base/platform_file.h" 14 namespace base { namespace 33 virtual base::PlatformFileError CreateOrOpen( 37 base::PlatformFile* file_handle, 39 virtual base::PlatformFileError Close( 41 base::PlatformFile file) OVERRIDE; 42 virtual base::PlatformFileError EnsureFileExists( 45 virtual base::PlatformFileError CreateDirectory [all...] |
/external/clang/test/CodeGenCXX/ |
debug-info-template-recursive.cpp | 3 class base { }; class 5 template <class T> class foo : public base {
|
/external/guava/guava-gwt/src/com/google/common/base/ |
GwtSerializationDependencies.java | 17 package com.google.common.base;
|
/external/mesa3d/src/glx/ |
dri_common.h | 46 struct glx_config base; member in struct:__GLXDRIconfigPrivateRec
|
/frameworks/av/drm/libdrmframework/plugins/common/util/ |
Android.mk | 25 base := frameworks/av macro 28 $(base)/include \ 29 $(base)/include/drm \ 30 $(base)/include/drm/plugins \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/ |
pbackfail.pass.cpp | 22 typedef std::strstreambuf base; typedef in struct:test 24 : base(gnext_arg, n, pbeg_arg) {} 26 : base(gnext_arg, n) {} 28 virtual int_type pbackfail(int_type c = EOF) {return base::pbackfail(c);}
|
underflow.pass.cpp | 22 typedef std::strstreambuf base; typedef in struct:test 24 : base(gnext_arg, n, pbeg_arg) {} 26 : base(gnext_arg, n) {} 28 base::int_type underflow() {return base::underflow();}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/ |
move.pass.cpp | 33 typedef std::basic_iostream<CharT> base; typedef in struct:test_iostream 34 test_iostream(testbuf<CharT>* sb) : base(sb) {} 37 : base(std::move(s)) {}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/ |
move.pass.cpp | 33 typedef std::basic_istream<CharT> base; typedef in struct:test_istream 34 test_istream(testbuf<CharT>* sb) : base(sb) {} 37 : base(std::move(s)) {}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/ |
move.pass.cpp | 33 typedef std::basic_ostream<CharT> base; typedef in struct:test_ostream 34 test_ostream(testbuf<CharT>* sb) : base(sb) {} 37 : base(std::move(s)) {}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
pbackfail.pass.cpp | 24 typedef std::basic_stringbuf<CharT> base; typedef in struct:testbuf 27 : base(str, which) {} 29 typename base::int_type 30 pbackfail(typename base::int_type c = base::type_traits::eof()) 31 {return base::pbackfail(c);} 33 void pbump(int n) {base::pbump(n);}
|