OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLAuthAllow
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteAuthorizer.cpp
36
const int
SQLAuthAllow
= SQLITE_OK;
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer.cpp
253
return (!allowWrite() ? SQLAuthDeny :
SQLAuthAllow
);
261
return (!allowWrite() ? SQLAuthDeny :
SQLAuthAllow
);
270
return
SQLAuthAllow
;
282
return
SQLAuthAllow
;
339
return m_securityEnabled ? SQLAuthDeny :
SQLAuthAllow
;
352
return (!allowWrite() ? SQLAuthDeny :
SQLAuthAllow
);
362
return m_securityEnabled ? SQLAuthDeny :
SQLAuthAllow
;
367
return m_securityEnabled ? SQLAuthDeny :
SQLAuthAllow
;
372
return m_securityEnabled ? SQLAuthDeny :
SQLAuthAllow
;
380
return
SQLAuthAllow
;
[
all
...]
DatabaseAuthorizer.h
39
extern const int
SQLAuthAllow
;
83
int allowSelect() { return
SQLAuthAllow
; }
Completed in 76 milliseconds