OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StoragePartitionImpl
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/browser/
storage_partition_impl.cc
195
int
StoragePartitionImpl
::GenerateQuotaClientMask(uint32 remove_mask) {
213
struct
StoragePartitionImpl
::QuotaManagedDataDeletionHelper {
253
//
StoragePartitionImpl
creates an instance of this class to keep track of
257
// deletion process (
StoragePartitionImpl
::ClearDataImpl) and the instance is
260
struct
StoragePartitionImpl
::DataDeletionHelper {
301
void
StoragePartitionImpl
::DataDeletionHelper::ClearQuotaManagedDataOnIOThread(
310
StoragePartitionImpl
::QuotaManagedDataDeletionHelper* helper =
311
new
StoragePartitionImpl
::QuotaManagedDataDeletionHelper(
320
StoragePartitionImpl
::
StoragePartitionImpl
(
[
all
...]
storage_partition_impl_map.h
35
StoragePartitionImpl
* Get(const std::string& partition_domain,
101
StoragePartitionImpl
*,
118
void PostCreateInitialization(
StoragePartitionImpl
* partition,
storage_partition_impl_unittest.cc
420
void ClearData(content::
StoragePartitionImpl
* sp,
437
StoragePartitionImpl
storage_partition(
448
StoragePartitionImpl
::GenerateQuotaClientMask(
451
StoragePartitionImpl
::GenerateQuotaClientMask(
454
StoragePartitionImpl
::GenerateQuotaClientMask(
457
StoragePartitionImpl
::GenerateQuotaClientMask(
463
StoragePartitionImpl
::GenerateQuotaClientMask(
508
StoragePartitionImpl
sp(
510
static_cast<
StoragePartitionImpl
*>(&sp)->OverrideQuotaManagerForTesting(
534
StoragePartitionImpl
sp
[
all
...]
storage_partition_impl.h
22
class
StoragePartitionImpl
: public StoragePartition {
24
CONTENT_EXPORT virtual ~
StoragePartitionImpl
();
106
static
StoragePartitionImpl
* Create(BrowserContext* context,
110
CONTENT_EXPORT
StoragePartitionImpl
(
138
// behavior while allowing
StoragePartitionImpl
to expose these accessors by
161
DISALLOW_COPY_AND_ASSIGN(
StoragePartitionImpl
);
storage_partition_impl_map.cc
355
StoragePartitionImpl
* StoragePartitionImplMap::Get(
370
StoragePartitionImpl
* partition =
371
StoragePartitionImpl
::Create(browser_context_, in_memory,
414
// These calls must happen after
StoragePartitionImpl
::Create().
456
std::vector<
StoragePartitionImpl
*> active_partitions;
527
StoragePartitionImpl
* partition,
site_instance_impl.cc
104
StoragePartitionImpl
* partition =
105
static_cast<
StoragePartitionImpl
*>(
browser_context.cc
73
static_cast<
StoragePartitionImpl
*>(storage_partition)->
/external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h
50
class
StoragePartitionImpl
;
77
StoragePartitionImpl
* storage_partition_impl,
330
StoragePartitionImpl
* storage_partition_impl_;
render_process_host_impl.cc
353
StoragePartitionImpl
* storage_partition_impl,
[
all
...]
Completed in 861 milliseconds