OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLAuthDeny
(Results
1 - 4
of
4
) sorted by null
/external/webkit/WebCore/platform/sql/
SQLiteAuthorizer.cpp
37
const int
SQLAuthDeny
= SQLITE_DENY;
SQLiteDatabase.cpp
327
return
SQLAuthDeny
;
/external/webkit/WebCore/storage/
DatabaseAuthorizer.cpp
117
return
SQLAuthDeny
;
129
return
SQLAuthDeny
;
137
return
SQLAuthDeny
;
148
return
SQLAuthDeny
;
156
return
SQLAuthDeny
;
165
return
SQLAuthDeny
;
177
return
SQLAuthDeny
;
185
return
SQLAuthDeny
;
196
return
SQLAuthDeny
;
204
return
SQLAuthDeny
;
[
all
...]
DatabaseAuthorizer.h
42
extern const int
SQLAuthDeny
;
Completed in 175 milliseconds