OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SimpleEntryOperation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/disk_cache/simple/
simple_entry_operation.cc
17
return type ==
SimpleEntryOperation
::TYPE_READ ||
18
type ==
SimpleEntryOperation
::TYPE_WRITE ||
19
type ==
SimpleEntryOperation
::TYPE_READ_SPARSE ||
20
type ==
SimpleEntryOperation
::TYPE_WRITE_SPARSE;
24
return type ==
SimpleEntryOperation
::TYPE_READ ||
25
type ==
SimpleEntryOperation
::TYPE_READ_SPARSE;
29
return type ==
SimpleEntryOperation
::TYPE_READ_SPARSE ||
30
type ==
SimpleEntryOperation
::TYPE_WRITE_SPARSE;
35
SimpleEntryOperation
::
SimpleEntryOperation
(const SimpleEntryOperation& other
[
all
...]
simple_entry_operation.h
21
//
SimpleEntryOperation
stores the information regarding operations in
24
class
SimpleEntryOperation
{
40
SimpleEntryOperation
(const
SimpleEntryOperation
& other);
41
~
SimpleEntryOperation
();
43
static
SimpleEntryOperation
OpenOperation(SimpleEntryImpl* entry,
47
static
SimpleEntryOperation
CreateOperation(
52
static
SimpleEntryOperation
CloseOperation(SimpleEntryImpl* entry);
53
static
SimpleEntryOperation
ReadOperation(SimpleEntryImpl* entry,
60
static
SimpleEntryOperation
WriteOperation
[
all
...]
Completed in 756 milliseconds