Searched refs:executeCommand (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/cocoa/
H A Dbrowser_command_executor.h11 - (void)executeCommand:(int)command;
H A Dbrowser_window_controller.h320 - (void)executeCommand:(int)command;
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteTransaction.cpp58 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");
H A DSQLiteDatabase.cpp92 if (!SQLiteStatement(*this, "PRAGMA temp_store = MEMORY;").executeCommand())
198 bool SQLiteDatabase::executeCommand(const String& sql) function in class:blink::SQLiteDatabase
200 return SQLiteStatement(*this, sql).executeCommand();
217 if (!executeCommand("VACUUM;"))
227 if (!executeCommand("PRAGMA incremental_vacuum"))
392 return executeCommand("PRAGMA auto_vacuum = 2");
395 if (!executeCommand("PRAGMA auto_vacuum = 2"))
H A DSQLiteStatement.h58 bool executeCommand();
H A DSQLiteDatabase.h69 bool executeCommand(const String&);
H A DSQLiteStatement.cpp121 bool SQLiteStatement::executeCommand() function in class:blink::SQLiteStatement
/external/replicaisland/src/com/replica/replicaisland/
H A DNPCComponent.java170 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) { method in class:NPCComponent
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.h157 // |Editor::executeCommand| is implementation of |WebFrame::executeCommand|
159 bool executeCommand(const String&);
160 bool executeCommand(const String& commandName, const String& value);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebPluginContainerTest.cpp175 EXPECT_TRUE(webView->mainFrame()->executeCommand("Copy", pluginContainerOneElement));
/external/llvm/utils/lit/lit/formats/
H A Dbase.py104 out, err, exitCode = lit.util.executeCommand(cmd)
H A Dgoogletest.py108 out, err, exitCode = lit.util.executeCommand(
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_provider.cc261 render_view()->GetWebView()->focusedFrame()->executeCommand(
294 render_view()->GetWebView()->focusedFrame()->executeCommand(
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.h108 virtual bool executeCommand(const WebString&, const WebNode& = WebNode()) OVERRIDE;
109 virtual bool executeCommand(const WebString&, const WebString& value, const WebNode& = WebNode()) OVERRIDE;
H A DWebLocalFrameImpl.h157 virtual bool executeCommand(const WebString&, const WebNode& = WebNode()) OVERRIDE;
158 virtual bool executeCommand(const WebString&, const WebString& value, const WebNode& = WebNode()) OVERRIDE;
H A DWebRemoteFrameImpl.cpp533 bool WebRemoteFrameImpl::executeCommand(const WebString&, const WebNode&) function in class:blink::WebRemoteFrameImpl
539 bool WebRemoteFrameImpl::executeCommand(const WebString&, const WebString& value, const WebNode&) function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp1022 bool WebLocalFrameImpl::executeCommand(const WebString& name, const WebNode& node) function in class:WebLocalFrameImpl
1044 return frame()->editor().executeCommand(command);
1047 bool WebLocalFrameImpl::executeCommand(const WebString& name, const WebString& value, const WebNode& node) function in class:WebLocalFrameImpl
1055 return frame()->editor().executeCommand(name, value);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h431 virtual bool executeCommand(const WebString&, const WebNode& = WebNode()) = 0;
432 virtual bool executeCommand(const WebString&, const WebString& value, const WebNode& = WebNode()) = 0;
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtext_input_controller.cc171 view_->mainFrame()->executeCommand(blink::WebString::fromUTF8(text));
/external/llvm/utils/lit/lit/
H A Dutil.py146 def executeCommand(command, cwd=None, env=None): function
H A DTestRunner.py299 return lit.util.executeCommand(command, cwd=cwd,
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Ddisplay-profiler-output595 def executeCommand(*commandArray) method
932 executeCommand("full")
936 executeCommand(*commandLine.split)
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc1149 frame_->executeCommand(WebString::fromUTF8("Undo"), GetFocusedElement());
1153 frame_->executeCommand(WebString::fromUTF8("Redo"), GetFocusedElement());
1158 frame_->executeCommand(WebString::fromUTF8("Cut"), GetFocusedElement());
1165 frame_->executeCommand(WebString::fromUTF8("Copy"), current_node);
1170 frame_->executeCommand(WebString::fromUTF8("Paste"), GetFocusedElement());
1175 frame_->executeCommand(
1192 frame_->executeCommand(WebString::fromUTF8("Delete"), GetFocusedElement());
1197 frame_->executeCommand(WebString::fromUTF8("SelectAll"), GetFocusedElement());
1211 frame_->executeCommand(WebString::fromUTF8("Unselect"), GetFocusedElement());
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabase.cpp483 if (!m_sqliteDatabase.executeCommand("CREATE TABLE " + tableName + " (key TEXT NOT NULL ON CONFLICT FAIL UNIQUE ON CONFLICT REPLACE,value TEXT NOT NULL ON CONFLICT FAIL);")) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 390 milliseconds

12