Home
last modified time | relevance | path

Searched defs:perform (Results 1 – 16 of 16) sorted by relevance

/external/droiddriver/src/com/google/android/droiddriver/actions/
DClickAction.java44 public boolean perform(InputInjector injector, UiElement element) { in perform() method in ClickAction.DoubleClick
57 public boolean perform(InputInjector injector, UiElement element) { in perform() method in ClickAction.LongClick
73 public boolean perform(InputInjector injector, UiElement element) { in perform() method in ClickAction.SingleClick
DAction.java38 boolean perform(InputInjector injector, UiElement element); in perform() method
DTypeAction.java52 public boolean perform(InputInjector injector, UiElement element) { in perform() method in TypeAction
DPressKeyAction.java46 public boolean perform(InputInjector injector, UiElement element) { in perform() method in PressKeyAction
DSwipeAction.java50 public boolean perform(InputInjector injector, UiElement element) { in perform() method in SwipeAction
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorHistory.cpp46 virtual bool perform(ExceptionState&) { return true; } in perform() function in WebCore::__anonb09c019b0111::UndoableStateMark
86 bool InspectorHistory::perform(PassOwnPtr<Action> action, ExceptionState& exceptionState) in perform() function in WebCore::InspectorHistory
DDOMEditor.cpp59 virtual bool perform(ExceptionState& exceptionState) in perform() function in WebCore::DOMEditor::RemoveChildAction
94 virtual bool perform(ExceptionState& exceptionState) in perform() function in WebCore::DOMEditor::InsertBeforeAction
140 virtual bool perform(ExceptionState& exceptionState) in perform() function in WebCore::DOMEditor::RemoveAttributeAction
176 virtual bool perform(ExceptionState& exceptionState) in perform() function in WebCore::DOMEditor::SetAttributeAction
221 virtual bool perform(ExceptionState& exceptionState) in perform() function in WebCore::DOMEditor::SetOuterHTMLAction
265 virtual bool perform(ExceptionState& exceptionState) in perform() function in WebCore::DOMEditor::ReplaceWholeTextAction
300 virtual bool perform(ExceptionState& exceptionState) in perform() function in WebCore::DOMEditor::ReplaceChildNodeAction
333 virtual bool perform(ExceptionState&) in perform() function in WebCore::DOMEditor::SetNodeValueAction
DInspectorCSSAgent.cpp318 virtual bool perform(ExceptionState& exceptionState) in perform() function in WebCore::InspectorCSSAgent::SetStyleSheetTextAction
376 virtual bool perform(ExceptionState& exceptionState) in perform() function in WebCore::InspectorCSSAgent::SetStyleTextAction
428 virtual bool perform(ExceptionState& exceptionState) in perform() function in WebCore::InspectorCSSAgent::SetPropertyTextAction
482 virtual bool perform(ExceptionState& exceptionState) in perform() function in WebCore::InspectorCSSAgent::TogglePropertyAction
513 virtual bool perform(ExceptionState& exceptionState) in perform() function in WebCore::InspectorCSSAgent::SetRuleSelectorAction
546 virtual bool perform(ExceptionState& exceptionState) in perform() function in WebCore::InspectorCSSAgent::AddRuleAction
/external/chromium_org/third_party/WebKit/Source/core/dom/
DMainThreadTaskRunner.cpp81 void MainThreadTaskRunner::perform(PassOwnPtr<ExecutionContextTask> task) in perform() function in WebCore::MainThreadTaskRunner
/external/droiddriver/src/com/google/android/droiddriver/
DUiElement.java146 boolean perform(Action action); in perform() method
/external/droiddriver/src/com/google/android/droiddriver/base/
DAbstractUiElement.java55 public boolean perform(Action action) { in perform() method in AbstractUiElement
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
DSHA1.java243 private void perform() in perform() method in SHA1
/external/openssl/apps/
Ds_time.c136 static int perform=0; variable
/external/chromium_org/third_party/openssl/openssl/apps/
Ds_time.c136 static int perform=0; variable
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableListTest.java505 void perform(List<Integer> list); in perform() method
/external/llvm/lib/Analysis/
DLoopInfo.cpp734 void LoopBlocksDFS::perform(LoopInfo *LI) { in perform() function in LoopBlocksDFS