Searched defs:executeCommand (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/sql/
H A DSQLiteDatabase.cpp76 if (!SQLiteStatement(*this, "PRAGMA temp_store = MEMORY;").executeCommand())
97 executeCommand("PRAGMA fullfsync = 1;");
99 executeCommand("PRAGMA fullfsync = 0;");
167 executeCommand(String::format("PRAGMA synchronous = %i", sync));
186 bool SQLiteDatabase::executeCommand(const String& sql) function in class:WebCore::SQLiteDatabase
188 return SQLiteStatement(*this, sql).executeCommand();
220 if (!executeCommand("DROP TABLE " + *table))
227 if (!executeCommand("VACUUM;"))
H A DSQLiteStatement.cpp111 bool SQLiteStatement::executeCommand() function in class:WebCore::SQLiteStatement
/external/webkit/WebKit/chromium/src/
H A DWebFrameImpl.cpp960 bool WebFrameImpl::executeCommand(const WebString& name) function in class:WebKit::WebFrameImpl
1012 bool WebFrameImpl::executeCommand(const WebString& name, const WebString& value) function in class:WebKit::WebFrameImpl
1208 executeCommand(WebString::fromUTF8("Unselect"));

Completed in 46 milliseconds