OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:base
(Results
526 - 550
of
5191
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium/base/
at_exit.h
11
#include "
base
/base_api.h"
12
#include "
base
/basictypes.h"
13
#include "
base
/synchronization/lock.h"
15
namespace
base
{
namespace
20
// mostly used by
base
::Singleton.
25
//
base
::AtExitManager exit_manager;
64
base
::Lock lock_;
78
} // namespace
base
native_library_linux.cc
5
#include "
base
/native_library.h"
9
#include "
base
/file_path.h"
10
#include "
base
/logging.h"
11
#include "
base
/threading/thread_restrictions.h"
12
#include "
base
/utf_string_conversions.h"
14
namespace
base
{
namespace
20
base
::ThreadRestrictions::AssertIOAllowed();
53
} // namespace
base
task_unittest.cc
5
#include "
base
/memory/ref_counted.h"
6
#include "
base
/task.h"
11
class CancelInDestructor : public
base
::RefCounted<CancelInDestructor> {
31
friend class
base
::RefCounted<CancelInDestructor>;
/external/chromium/base/debug/
trace_event.cc
5
#include "
base
/debug/trace_event.h"
7
#include "
base
/format_macros.h"
8
#include "
base
/file_path.h"
9
#include "
base
/file_util.h"
10
#include "
base
/path_service.h"
11
#include "
base
/platform_thread.h"
12
#include "
base
/process_util.h"
13
#include "
base
/stringprintf.h"
14
#include "
base
/utf_string_conversions.h"
15
#include "
base
/time.h
19
namespace
base
{
namespace
[
all
...]
/external/chromium/base/threading/
thread_local_storage.h
9
#include "
base
/base_api.h"
10
#include "
base
/basictypes.h"
16
namespace
base
{
namespace
35
explicit Slot(
base
::LinkerInitialized x) {}
94
} // namespace
base
worker_pool_posix.cc
5
#include "
base
/threading/worker_pool_posix.h"
7
#include "
base
/lazy_instance.h"
8
#include "
base
/logging.h"
9
#include "
base
/memory/ref_counted.h"
10
#include "
base
/stringprintf.h"
11
#include "
base
/task.h"
12
#include "
base
/threading/platform_thread.h"
13
#include "
base
/threading/worker_pool.h"
15
namespace
base
{
namespace
33
scoped_refptr<
base
::PosixDynamicThreadPool> pool_
[
all
...]
/external/chromium/base/win/
win_util_unittest.cc
7
#include "
base
/basictypes.h"
8
#include "
base
/string_util.h"
9
#include "
base
/win/win_util.h"
10
#include "
base
/win/windows_version.h"
13
namespace
base
{
namespace
36
if (GetVersion() >=
base
::win::VERSION_VISTA) {
58
} // namespace
base
/external/chromium/chrome/browser/chromeos/login/
ownership_status_checker.h
9
#include "
base
/basictypes.h"
10
#include "
base
/callback.h"
11
#include "
base
/memory/ref_counted.h"
12
#include "
base
/memory/scoped_ptr.h"
13
#include "
base
/message_loop_proxy.h"
34
class Core : public
base
::RefCountedThreadSafe<Core> {
49
scoped_refptr<
base
::MessageLoopProxy> origin_loop_;
/external/chromium/chrome/browser/extensions/
autoupdate_interceptor.h
19
public
base
::RefCountedThreadSafe<AutoUpdateInterceptor> {
37
friend class
base
::RefCountedThreadSafe<AutoUpdateInterceptor>;
extension_devtools_manager.h
13
#include "
base
/memory/linked_ptr.h"
14
#include "
base
/memory/ref_counted.h"
35
: public
base
::RefCountedThreadSafe<ExtensionDevToolsManager> {
49
friend class
base
::RefCountedThreadSafe<ExtensionDevToolsManager>;
external_pref_extension_loader.h
13
#include "
base
/memory/scoped_ptr.h"
14
#include "
base
/values.h"
33
friend class
base
::RefCountedThreadSafe<ExternalExtensionLoader>;
59
friend class
base
::RefCountedThreadSafe<ExternalExtensionLoader>;
/external/chromium/chrome/browser/history/
download_database.h
52
void RemoveDownloadsBetween(
base
::Time remove_begin,
base
::Time remove_end);
history_publisher.cc
7
#include "
base
/utf_string_conversions.h"
15
const
base
::Time& time) const {
28
void HistoryPublisher::PublishPageContent(const
base
::Time& time,
/external/chromium/chrome/browser/importer/
importer.h
11
#include "
base
/basictypes.h"
12
#include "
base
/memory/ref_counted.h"
20
// The
base
class of all importers.
21
class Importer : public
base
::RefCountedThreadSafe<Importer> {
46
friend class
base
::RefCountedThreadSafe<Importer>;
/external/chromium/chrome/browser/instant/
promo_counter.cc
7
#include "
base
/metrics/histogram.h"
8
#include "
base
/values.h"
47
bool PromoCounter::ShouldShow(
base
::Time current_time) {
63
(
base
::Time::Now() - initial_show_).InHours(),
69
void PromoCounter::Init(
base
::Time current_time) {
84
initial_show_ =
base
::Time(
base
::Time::FromInternalValue(initial_show_int));
86
initial_show_ =
base
::Time::Now();
99
void PromoCounter::MaxSessionsEncountered(
base
::Time current_time) {
108
void PromoCounter::MaxTimeLapsed(
base
::Time current_time)
[
all
...]
/external/chromium/chrome/browser/nacl_host/
nacl_process_host.h
11
#include "
base
/memory/ref_counted.h"
35
void OnProcessLaunchedByBroker(
base
::ProcessHandle handle);
38
virtual
base
::TerminationStatus GetChildTerminationStatus(int* exit_code);
/external/chromium/chrome/browser/prefs/
pref_notifier_impl.h
11
#include "
base
/hash_tables.h"
12
#include "
base
/observer_list.h"
13
#include "
base
/threading/non_thread_safe.h"
21
public
base
::NonThreadSafe {
40
typedef
base
::hash_map<std::string, NotificationObserverList*>
/external/chromium/chrome/browser/prerender/
prerender_field_trial.cc
7
#include "
base
/command_line.h"
8
#include "
base
/logging.h"
9
#include "
base
/metrics/field_trial.h"
10
#include "
base
/metrics/histogram.h"
58
const
base
::FieldTrial::Probability kPrefetchDivisor = 1000;
59
const
base
::FieldTrial::Probability kYesPrefetchProbability = 0;
60
const
base
::FieldTrial::Probability kPrerenderExp1Probability = 0;
61
const
base
::FieldTrial::Probability kPrerenderControl1Probability = 0;
62
const
base
::FieldTrial::Probability kPrerenderExp2Probability = 0;
63
const
base
::FieldTrial::Probability kPrerenderControl2Probability = 0
[
all
...]
/external/chromium/chrome/browser/
spellcheck_host.h
12
#include "
base
/memory/ref_counted.h"
13
#include "
base
/platform_file.h"
45
: public
base
::RefCountedThreadSafe<SpellCheckHost,
64
virtual const
base
::PlatformFile& GetDictionaryFile() const = 0;
transport_security_persister.h
37
#include "
base
/file_path.h"
38
#include "
base
/memory/ref_counted.h"
39
#include "
base
/task.h"
40
#include "net/
base
/transport_security_state.h"
43
: public
base
::RefCountedThreadSafe<TransportSecurityPersister>,
54
friend class
base
::RefCountedThreadSafe<TransportSecurityPersister>;
user_style_sheet_watcher.h
9
#include "
base
/file_path.h"
10
#include "
base
/files/file_path_watcher.h"
11
#include "
base
/memory/ref_counted.h"
12
#include "
base
/memory/scoped_ptr.h"
23
: public
base
::RefCountedThreadSafe<UserStyleSheetWatcher,
51
scoped_ptr<
base
::files::FilePathWatcher> file_watcher_;
/external/chromium/chrome/browser/ssl/
ssl_add_cert_handler.h
9
#include "
base
/basictypes.h"
10
#include "
base
/memory/ref_counted.h"
21
class SSLAddCertHandler : public
base
::RefCountedThreadSafe<SSLAddCertHandler> {
35
friend class
base
::RefCountedThreadSafe<SSLAddCertHandler>;
ssl_request_info.h
11
#include "
base
/memory/ref_counted.h"
18
class SSLRequestInfo : public
base
::RefCounted<SSLRequestInfo> {
33
friend class
base
::RefCounted<SSLRequestInfo>;
/external/chromium/chrome/browser/sync/
js_arg_list.h
14
#include "
base
/memory/ref_counted.h"
15
#include "
base
/values.h"
33
class SharedListValue : public
base
::RefCountedThreadSafe<SharedListValue> {
43
friend class
base
::RefCountedThreadSafe<SharedListValue>;
/external/chromium/chrome/common/
auto_start_linux.cc
7
#include "
base
/environment.h"
8
#include "
base
/file_path.h"
9
#include "
base
/file_util.h"
10
#include "
base
/logging.h"
11
#include "
base
/nix/xdg_util.h"
12
#include "
base
/string_tokenizer.h"
20
FilePath GetAutostartDirectory(
base
::Environment* environment) {
22
base
::nix::GetXDGDirectory(environment, kXdgConfigHome, kConfig);
33
scoped_ptr<
base
::Environment> environment(
base
::Environment::Create())
[
all
...]
Completed in 942 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>