OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:base
(Results
1376 - 1400
of
5191
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/chromium/base/synchronization/
waitable_event.h
9
#include "
base
/base_api.h"
10
#include "
base
/basictypes.h"
19
#include "
base
/memory/ref_counted.h"
20
#include "
base
/synchronization/lock.h"
23
namespace
base
{
namespace
153
base
::Lock lock_;
179
} // namespace
base
/external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc
9
#include "
base
/basictypes.h"
10
#include "
base
/i18n/break_iterator.h"
11
#include "
base
/logging.h"
12
#include "
base
/metrics/histogram.h"
13
#include "
base
/string_number_conversions.h"
14
#include "
base
/string_util.h"
15
#include "
base
/time.h"
16
#include "
base
/utf_string_conversions.h"
28
#include "net/
base
/escape.h"
29
#include "net/
base
/net_util.h
[
all
...]
/external/chromium/chrome/browser/autofill/
autofill_field.cc
7
#include "
base
/logging.h"
8
#include "
base
/sha1.h"
9
#include "
base
/string_number_conversions.h"
10
#include "
base
/utf_string_conversions.h"
15
std::string hash_bin =
base
::SHA1HashString(str);
23
return
base
::UintToString(hash32);
/external/chromium/chrome/browser/automation/
automation_tab_helper.h
12
#include "
base
/basictypes.h"
13
#include "
base
/observer_list.h"
14
#include "
base
/memory/weak_ptr.h"
66
typedef std::vector<
base
::WeakPtr<AutomationTabHelper> > EventSourceVector;
79
public
base
::SupportsWeakPtr<AutomationTabHelper> {
/external/chromium/chrome/browser/
browsing_data_database_helper.cc
7
#include "
base
/callback.h"
8
#include "
base
/file_util.h"
9
#include "
base
/message_loop.h"
10
#include "
base
/utf_string_conversions.h"
13
#include "net/
base
/net_errors.h"
31
base
::Time last_modified)
104
base
::PlatformFileInfo file_info;
169
base
::AutoLock auto_lock(lock_);
179
base
::AutoLock auto_lock(lock_);
185
base
::AutoLock auto_lock(lock_)
[
all
...]
browsing_data_indexed_db_helper.cc
7
#include "
base
/file_util.h"
8
#include "
base
/memory/scoped_ptr.h"
9
#include "
base
/message_loop.h"
10
#include "
base
/string_util.h"
11
#include "
base
/utf_string_conversions.h"
119
base
::PlatformFileInfo file_info;
169
base
::Time last_modified)
216
base
::AutoLock auto_lock(lock_);
224
base
::AutoLock auto_lock(lock_);
229
base
::AutoLock auto_lock(lock_)
[
all
...]
browsing_data_local_storage_helper.cc
7
#include "
base
/file_util.h"
8
#include "
base
/message_loop.h"
9
#include "
base
/string_util.h"
10
#include "
base
/utf_string_conversions.h"
34
base
::Time last_modified)
107
base
::PlatformFileInfo file_info;
160
base
::AutoLock auto_lock(lock_);
168
base
::AutoLock auto_lock(lock_);
173
base
::AutoLock auto_lock(lock_);
179
base
::AutoLock auto_lock(lock_)
[
all
...]
crash_handler_host_linux.h
9
#include "
base
/message_loop.h"
16
#include "
base
/memory/scoped_ptr.h"
20
namespace
base
{
namespace
27
// This is the
base
class for singleton objects which crash dump renderers and
91
scoped_ptr<
base
::Thread> uploader_thread_;
favicon_service.h
11
#include "
base
/memory/ref_counted.h"
12
#include "
base
/memory/ref_counted_memory.h"
13
#include "
base
/task.h"
27
public
base
::RefCountedThreadSafe<FaviconService> {
94
friend class
base
::RefCountedThreadSafe<FaviconService>;
/external/chromium/chrome/browser/chromeos/login/
camera_controller.cc
7
#include "
base
/compiler_specific.h"
8
#include "
base
/threading/thread_restrictions.h"
31
camera_thread_(new
base
::Thread(kCameraThreadName)),
42
base
::ThreadRestrictions::ScopedAllowIO allow_io_for_thread_join;
signed_settings_temp_storage.cc
7
#include "
base
/lazy_instance.h"
8
#include "
base
/values.h"
15
static
base
::LazyInstance<chromeos::SignedSettings::Delegate<bool> >
16
g_signed_settings_delegate(
base
::LINKER_INITIALIZED);
user_image_loader.h
12
#include "
base
/basictypes.h"
13
#include "
base
/memory/ref_counted.h"
23
class UserImageLoader : public
base
::RefCountedThreadSafe<UserImageLoader>,
50
friend class
base
::RefCountedThreadSafe<UserImageLoader>;
web_page_view.h
11
#include "
base
/timer.h"
39
//
Base
class for tab contents for pages rendered on wizard screens.
134
base
::OneShotTimer<WebPageView> start_timer_;
137
base
::OneShotTimer<WebPageView> stop_timer_;
/external/chromium/chrome/browser/chromeos/
metrics_cros_settings_provider.cc
7
#include "
base
/string_util.h"
8
#include "
base
/threading/thread_restrictions.h"
9
#include "
base
/values.h"
51
base
::ThreadRestrictions::ScopedAllowIO allow_io;
75
base
::ThreadRestrictions::ScopedAllowIO allow_io;
version_loader.h
11
#include "
base
/callback.h"
12
#include "
base
/gtest_prod_util.h"
78
class Backend : public
base
::RefCountedThreadSafe<Backend> {
95
friend class
base
::RefCountedThreadSafe<Backend>;
/external/chromium/chrome/browser/chromeos/status/
power_menu_button_browsertest.cc
65
.WillOnce((Return(
base
::TimeDelta::FromMinutes(42))))
68
.WillOnce((Return(
base
::TimeDelta::FromMinutes(24))))
87
.WillOnce((Return(
base
::TimeDelta::FromMinutes(42))))
90
.WillOnce((Return(
base
::TimeDelta::FromMinutes(0))))
111
.WillRepeatedly((Return(
base
::TimeDelta::FromMinutes(42))))
115
.WillRepeatedly((Return(
base
::TimeDelta::FromMinutes(24))))
169
.WillRepeatedly((Return(
base
::TimeDelta::FromMinutes(42))))
173
.WillRepeatedly((Return(
base
::TimeDelta::FromMinutes(24))))
/external/chromium/chrome/browser/content_settings/
content_settings_base_provider.h
13
#include "
base
/synchronization/lock.h"
35
// BaseProvider is the abstract
base
class for all content-settings-provider
107
base
::Lock& lock() const {
129
mutable
base
::Lock lock_;
/external/chromium/chrome/browser/extensions/
extension_event_router_forwarder.h
11
#include "
base
/basictypes.h"
12
#include "
base
/memory/ref_counted.h"
28
: public
base
::RefCountedThreadSafe<ExtensionEventRouterForwarder> {
87
friend class
base
::RefCountedThreadSafe<ExtensionEventRouterForwarder>;
extension_function_dispatcher.h
12
#include "
base
/memory/ref_counted.h"
56
struct Peer : public
base
::RefCounted<Peer> {
62
friend class
base
::RefCounted<Peer>;
extension_gallery_install_apitest.cc
5
#include "
base
/stringprintf.h"
7
#include "
base
/win/windows_version.h"
14
#include "net/
base
/mock_host_resolver.h"
25
std::string base_url =
base
::StringPrintf(
46
return GetVersion() <
base
::win::VERSION_VISTA;
/external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.h
18
#include "
base
/basictypes.h"
19
#include "
base
/memory/ref_counted.h"
32
: public
base
::RefCountedThreadSafe<GeolocationContentSettingsMap>,
99
friend class
base
::RefCountedThreadSafe<GeolocationContentSettingsMap>;
/external/chromium/chrome/browser/history/
download_create_info.cc
9
#include "
base
/format_macros.h"
10
#include "
base
/stringprintf.h"
14
base
::Time start_time,
64
return
base
::StringPrintf("{"
top_sites_backend.h
9
#include "
base
/file_path.h"
10
#include "
base
/memory/ref_counted.h"
11
#include "
base
/memory/scoped_ptr.h"
25
: public
base
::RefCountedThreadSafe<TopSitesBackend>,
69
friend class
base
::RefCountedThreadSafe<TopSitesBackend>;
/external/chromium/chrome/browser/importer/
importer_host.h
9
#include "
base
/basictypes.h"
10
#include "
base
/compiler_specific.h"
11
#include "
base
/memory/ref_counted.h"
12
#include "
base
/memory/scoped_ptr.h"
32
class ImporterHost : public
base
::RefCountedThreadSafe<ImporterHost>,
132
friend class
base
::RefCountedThreadSafe<ImporterHost>;
profile_import_process_client.h
12
#include "
base
/basictypes.h"
13
#include "
base
/memory/ref_counted.h"
36
public
base
::RefCountedThreadSafe<ProfileImportProcessClient> {
81
friend class
base
::RefCountedThreadSafe<ProfileImportProcessClient>;
Completed in 852 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>