HomeSort by relevance Sort by last modified time
    Searched refs:executeCommand (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium/chrome/browser/ui/cocoa/
browser_command_executor.h 12 - (void)executeCommand:(int)command;
browser_window_controller.h 222 - (void)executeCommand:(int)command;
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_command_executor.h 11 - (void)executeCommand:(int)command;
browser_window_controller.h 292 - (void)executeCommand:(int)command;
  /cts/suite/audio_quality/lib/src/
Adb.cpp 38 if (executeCommand(command) != 0) {
50 if (executeCommand(command) != 0) {
57 if (executeCommand(command) != 0) {
64 int Adb::executeCommand(const android::String8& command)
Adb.h 33 int executeCommand(const android::String8& command);
  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLiteTransaction.cpp 58 m_inProgress = m_db.executeCommand("BEGIN");
60 m_inProgress = m_db.executeCommand("BEGIN IMMEDIATE");
69 m_inProgress = !m_db.executeCommand("COMMIT");
76 // We do not use the 'm_inProgress = m_db.executeCommand("ROLLBACK")' construct here,
78 // m_db.executeCommand("ROLLBACK") can sometimes harmlessly fail, thus returning
82 m_db.executeCommand("ROLLBACK");
SQLiteDatabase.cpp 98 if (!SQLiteStatement(*this, "PRAGMA temp_store = MEMORY;").executeCommand())
145 executeCommand("PRAGMA fullfsync = 1;");
147 executeCommand("PRAGMA fullfsync = 0;");
241 executeCommand("PRAGMA synchronous = " + String::number(sync));
260 bool SQLiteDatabase::executeCommand(const String& sql)
262 return SQLiteStatement(*this, sql).executeCommand();
294 if (!executeCommand("DROP TABLE " + *table))
301 if (!executeCommand("VACUUM;"))
311 if (!executeCommand("PRAGMA incremental_vacuum"))
488 return executeCommand("PRAGMA auto_vacuum = 2")
    [all...]
SQLiteDatabase.h 70 bool executeCommand(const String&);
SQLiteStatement.h 63 bool executeCommand();
  /external/chromium_org/chrome/test/install_test/ext_auto/
background.js 9 function executeCommand(name, params, callback) {
  /external/chromium/webkit/glue/
webframe_unittest.cc 89 frame->executeCommand(WebString::fromUTF8("SelectAll"));
91 frame->executeCommand(WebString::fromUTF8("Unselect"));
  /frameworks/base/core/java/android/view/
IWindow.aidl 46 void executeCommand(String command, String parameters, in ParcelFileDescriptor descriptor);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindow.java 44 public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2)
  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 68 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) {
  /external/replicaisland/src/com/replica/replicaisland/
NPCComponent.java 170 accepted = executeCommand(hotSpot, parentObject, timeDelta);
173 accepted = executeCommand(hotSpot, parentObject, timeDelta);
185 accepted = executeCommand(nextCommand(), parentObject, timeDelta);
212 private boolean executeCommand(int hotSpot, GameObject parentObject, float timeDelta) {
  /frameworks/native/include/binder/
IPCThreadState.h 102 status_t executeCommand(int32_t command);
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 422 virtual bool executeCommand(const WebString&, const WebNode& = WebNode()) = 0;
423 virtual bool executeCommand(const WebString&, const WebString& value, const WebNode& = WebNode()) = 0;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TextInputController.cpp 81 mainFrame->executeCommand(WebString::fromUTF8(arguments[0].toString()));
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebPluginContainerTest.cpp 176 EXPECT_TRUE(webView->mainFrame()->executeCommand("Copy", pluginContainerOneElement));
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 258 render_view()->GetWebView()->focusedFrame()->executeCommand(
291 render_view()->GetWebView()->focusedFrame()->executeCommand(
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.h 173 virtual bool executeCommand(const WebString&, const WebNode& = WebNode());
174 virtual bool executeCommand(const WebString&, const WebString& value, const WebNode& = WebNode());
  /external/llvm/utils/lit/lit/
TestFormats.py 106 out, err, exitCode = lit.TestRunner.executeCommand(
215 out, err, exitCode = lit.TestRunner.executeCommand(cmd)
TestRunner.py 28 def executeCommand(command, cwd=None, env=None):
309 return executeCommand(command, cwd=cwd, env=test.config.environment)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
display-profiler-output 595 def executeCommand(*commandArray)
932 executeCommand("full")
936 executeCommand(*commandLine.split)

Completed in 870 milliseconds

1 2