OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:base
(Results
1726 - 1750
of
5191
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/chromium/chrome/browser/ui/webui/
print_preview_handler.h
9
#include "
base
/memory/ref_counted.h"
10
#include "
base
/memory/weak_ptr.h"
24
public
base
::SupportsWeakPtr<PrintPreviewHandler>,
sync_internals_html_source.cc
9
#include "
base
/memory/ref_counted.h"
10
#include "
base
/memory/ref_counted_memory.h"
11
#include "
base
/message_loop.h"
12
#include "
base
/string_piece.h"
13
#include "
base
/values.h"
17
#include "ui/
base
/resource/resource_bundle.h"
28
base
::StringPiece html_template(
/external/chromium/chrome/common/
chrome_version_info.cc
7
#include "
base
/basictypes.h"
8
#include "
base
/file_version_info.h"
9
#include "
base
/string_util.h"
10
#include "
base
/threading/thread_restrictions.h"
21
base
::ThreadRestrictions::ScopedAllowIO allow_io;
multi_process_lock_win.cc
7
#include "
base
/logging.h"
8
#include "
base
/utf_string_conversions.h"
9
#include "
base
/win/scoped_handle.h"
53
base
::win::ScopedHandle event_;
/external/chromium/chrome/common/extensions/
user_script.h
12
#include "
base
/file_path.h"
13
#include "
base
/string_piece.h"
66
const
base
::StringPiece GetContent() const {
72
void set_external_content(const
base
::StringPiece& content) {
75
void set_content(const
base
::StringPiece& content) {
95
base
::StringPiece external_content_;
/external/chromium/net/base/
cert_database_mac.cc
5
#include "net/
base
/cert_database.h"
9
#include "
base
/logging.h"
10
#include "
base
/synchronization/lock.h"
12
#include "net/
base
/net_errors.h"
13
#include "net/
base
/x509_certificate.h"
46
base
::AutoLock locked(crypto::GetMacSecurityServicesLock());
cert_test_util.cc
5
#include "net/
base
/cert_test_util.h"
7
#include "
base
/file_path.h"
8
#include "
base
/file_util.h"
9
#include "
base
/path_service.h"
10
#include "net/
base
/x509_certificate.h"
16
PathService::Get(
base
::DIR_SOURCE_ROOT, &certs_dir);
mime_util.cc
8
#include "net/
base
/mime_util.h"
9
#include "net/
base
/platform_mime_util.h"
11
#include "
base
/hash_tables.h"
12
#include "
base
/lazy_instance.h"
13
#include "
base
/logging.h"
14
#include "
base
/string_split.h"
15
#include "
base
/string_util.h"
16
#include "
base
/utf_string_conversions.h"
54
friend struct
base
::DefaultLazyInstanceTraits<MimeUtil>;
62
typedef
base
::hash_set<std::string> MimeMappings
[
all
...]
network_delegate.h
9
#include "
base
/threading/non_thread_safe.h"
10
#include "net/
base
/completion_callback.h"
18
// on other net/ submodules from net/
base
/), because otherwise NetworkDelegate
24
// of net/
base
here, because we have a net_base library. Forward declarations
30
class NetworkDelegate : public
base
::NonThreadSafe {
sdch_manager.h
28
#include "
base
/gtest_prod_util.h"
29
#include "
base
/memory/ref_counted.h"
30
#include "
base
/memory/scoped_ptr.h"
31
#include "
base
/time.h"
41
// functionality in this
base
(when the functionaity can be provided).
164
class Dictionary : public
base
::RefCounted<Dictionary> {
170
friend class
base
::RefCounted<Dictionary>;
183
const
base
::Time& expiration,
227
const
base
::Time expiration_; // Implied by max-age.
/external/chromium/net/disk_cache/
stats_histogram.h
11
#include "
base
/metrics/histogram.h"
24
class StatsHistogram : public
base
::Histogram {
/external/chromium/net/socket/
socket_test_util.h
14
#include "
base
/basictypes.h"
15
#include "
base
/callback.h"
16
#include "
base
/logging.h"
17
#include "
base
/memory/scoped_ptr.h"
18
#include "
base
/memory/scoped_vector.h"
19
#include "
base
/memory/weak_ptr.h"
20
#include "
base
/string16.h"
21
#include "net/
base
/address_list.h"
22
#include "net/
base
/io_buffer.h"
23
#include "net/
base
/net_errors.h
[
all
...]
/external/chromium/net/tools/fetch/
http_listen_socket.h
9
#include "
base
/message_loop.h"
10
#include "net/
base
/listen_socket.h"
44
friend class
base
::RefCountedThreadSafe<ListenSocket>;
/external/chromium/net/url_request/
url_request_file_dir_job.cc
7
#include "
base
/compiler_specific.h"
8
#include "
base
/file_util.h"
9
#include "
base
/message_loop.h"
10
#include "
base
/sys_string_conversions.h"
11
#include "
base
/utf_string_conversions.h"
12
#include "
base
/time.h"
14
#include "net/
base
/io_buffer.h"
15
#include "net/
base
/net_util.h"
122
base
::SysNativeMBToWide(dir_path_.value()));
139
base
::Time::FromFileTime(data.info.ftLastWriteTime)))
[
all
...]
url_request_file_job.h
12
#include "
base
/file_path.h"
13
#include "
base
/task.h"
14
#include "net/
base
/completion_callback.h"
15
#include "net/
base
/file_stream.h"
53
void DidResolve(bool exists, const
base
::PlatformFileInfo& file_info);
url_request_filter.h
26
#include "
base
/hash_tables.h"
39
typedef
base
::hash_map<std::string, URLRequest::ProtocolFactory*>
url_request_throttler_manager.h
13
#include "
base
/basictypes.h"
14
#include "
base
/memory/scoped_ptr.h"
15
#include "
base
/memory/singleton.h"
16
#include "
base
/threading/non_thread_safe.h"
35
class URLRequestThrottlerManager : public
base
::NonThreadSafe {
/external/chromium/net/websockets/
websocket_net_log_params.cc
35
key +=
base
::StringPrintf("\\x%02x", headers_[pos] & 0xff);
/external/e2fsprogs/e2fsck/
prof_err.c
45
long
base
;
member in struct:error_table
/external/e2fsprogs/lib/et/test_cases/
continuation.c
15
long
base
;
member in struct:error_table
heimdal.c
96
long
base
;
member in struct:error_table
heimdal2.c
82
long
base
;
member in struct:error_table
heimdal3.c
16
long
base
;
member in struct:error_table
imap_err.c
44
long
base
;
member in struct:error_table
simple.c
36
long
base
;
member in struct:error_table
Completed in 753 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>