OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CacheCreator
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/disk_cache/
cache_creator.cc
25
class
CacheCreator
{
27
CacheCreator
(const base::FilePath& path, bool force, int max_bytes,
37
~
CacheCreator
();
56
DISALLOW_COPY_AND_ASSIGN(
CacheCreator
);
59
CacheCreator
::
CacheCreator
(
78
CacheCreator
::~
CacheCreator
() {
81
int
CacheCreator
::Run() {
92
base::Bind(&
CacheCreator
::OnIOComplete, base::Unretained(this)))
[
all
...]
/external/chromium/net/disk_cache/
backend_impl.cc
187
class
CacheCreator
{
189
CacheCreator
(const FilePath& path, bool force, int max_bytes,
198
my_callback_(this, &
CacheCreator
::OnIOComplete)) {
200
~
CacheCreator
() {}
222
net::CompletionCallbackImpl<
CacheCreator
> my_callback_;
224
DISALLOW_COPY_AND_ASSIGN(
CacheCreator
);
227
int
CacheCreator
::Run() {
237
void
CacheCreator
::OnIOComplete(int result) {
255
void
CacheCreator
::DoCallback(int result) {
418
CacheCreator
* creator = new CacheCreator(full_path, force, max_bytes, type
[
all
...]
Completed in 480 milliseconds