OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DatabaseAuthorizer
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer.cpp
30
#include "modules/webdatabase/
DatabaseAuthorizer
.h"
36
PassRefPtrWillBeRawPtr<
DatabaseAuthorizer
>
DatabaseAuthorizer
::create(const String& databaseInfoTableName)
38
return adoptRefWillBeNoop(new
DatabaseAuthorizer
(databaseInfoTableName));
41
DatabaseAuthorizer
::
DatabaseAuthorizer
(const String& databaseInfoTableName)
49
void
DatabaseAuthorizer
::reset()
56
void
DatabaseAuthorizer
::resetDeletes()
61
void
DatabaseAuthorizer
::addWhitelistedFunctions()
125
int
DatabaseAuthorizer
::createTable(const String& tableName
[
all
...]
DatabaseAuthorizer.h
43
class
DatabaseAuthorizer
: public ThreadSafeRefCountedWillBeGarbageCollectedFinalized<
DatabaseAuthorizer
> {
52
static PassRefPtrWillBeRawPtr<
DatabaseAuthorizer
> create(const String& databaseInfoTableName);
107
explicit
DatabaseAuthorizer
(const String& databaseInfoTableName);
Database.h
40
class
DatabaseAuthorizer
;
170
RefPtrWillBeMember<
DatabaseAuthorizer
> m_databaseAuthorizer;
SQLTransaction.cpp
36
#include "modules/webdatabase/
DatabaseAuthorizer
.h"
276
int permissions =
DatabaseAuthorizer
::ReadWriteMask;
278
permissions |=
DatabaseAuthorizer
::NoAccessMask;
280
permissions |=
DatabaseAuthorizer
::ReadOnlyMask;
Database.cpp
34
#include "modules/webdatabase/
DatabaseAuthorizer
.h"
213
m_databaseAuthorizer =
DatabaseAuthorizer
::create(infoTableName);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.h
44
class
DatabaseAuthorizer
;
100
void setAuthorizer(
DatabaseAuthorizer
*);
132
RefPtrWillBeMember<
DatabaseAuthorizer
> m_authorizer;
SQLiteDatabase.cpp
34
#include "modules/webdatabase/
DatabaseAuthorizer
.h"
271
DatabaseAuthorizer
* auth = static_cast<
DatabaseAuthorizer
*>(userData);
345
void SQLiteDatabase::setAuthorizer(
DatabaseAuthorizer
* auth)
/external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk
400
third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer
.cpp \
[
all
...]
modules.target.darwin-arm64.mk
400
third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer
.cpp \
[
all
...]
modules.target.darwin-mips.mk
400
third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer
.cpp \
[
all
...]
modules.target.darwin-mips64.mk
400
third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer
.cpp \
[
all
...]
modules.target.darwin-x86.mk
400
third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer
.cpp \
[
all
...]
modules.target.darwin-x86_64.mk
400
third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer
.cpp \
[
all
...]
modules.target.linux-arm.mk
400
third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer
.cpp \
[
all
...]
modules.target.linux-arm64.mk
400
third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer
.cpp \
[
all
...]
modules.target.linux-mips.mk
400
third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer
.cpp \
[
all
...]
modules.target.linux-mips64.mk
400
third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer
.cpp \
[
all
...]
modules.target.linux-x86.mk
400
third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer
.cpp \
[
all
...]
modules.target.linux-x86_64.mk
400
third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer
.cpp \
[
all
...]
Completed in 313 milliseconds