Searched refs:attachment_point (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sql/
H A Dconnection.cc102 bool ValidAttachmentPoint(const char* attachment_point) { argument
103 for (size_t i = 0; attachment_point[i]; ++i) {
104 if (!((attachment_point[i] >= '0' && attachment_point[i] <= '9') ||
105 (attachment_point[i] >= 'a' && attachment_point[i] <= 'z') ||
106 (attachment_point[i] >= 'A' && attachment_point[i] <= 'Z') ||
107 attachment_point[i] == '_')) {
632 const char* attachment_point) {
631 AttachDatabase(const base::FilePath& other_db_path, const char* attachment_point) argument
645 DetachDatabase(const char* attachment_point) argument
[all...]
H A Dconnection.h295 // handle under |attachment_point|. |attachment_point| should only
301 const char* attachment_point);
302 bool DetachDatabase(const char* attachment_point);

Completed in 283 milliseconds