Home
last modified time | relevance | path

Searched refs:perform (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/external/chromium_org/third_party/WebKit/Source/core/inspector/
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
98 if (!m_removeChildAction->perform(exceptionState)) in perform()
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
363 …return m_history->perform(adoptPtr(new InsertBeforeAction(parentNode, node, anchorNode)), exceptio… in insertBefore()
[all …]
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
88 if (!action->perform(exceptionState)) in perform()
103 perform(adoptPtr(new UndoableStateMark()), IGNORE_EXCEPTION); in markUndoableState()
DInspectorHistory.h55 virtual bool perform(ExceptionState&) = 0;
67 bool perform(PassOwnPtr<Action>, ExceptionState&);
/external/droiddriver/src/com/google/android/droiddriver/actions/
DClickAction.java44 public boolean perform(InputInjector injector, UiElement element) { in perform() method in ClickAction.DoubleClick
45 SINGLE.perform(injector, element); in perform()
46 SINGLE.perform(injector, element); in perform()
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
DPressKeyAction.java46 public boolean perform(InputInjector injector, UiElement element) { in perform() method in PressKeyAction
/external/droiddriver/src/com/google/android/droiddriver/base/
DAbstractUiElement.java55 public boolean perform(Action action) { in perform() method in AbstractUiElement
62 return action.perform(getInjector(), this); in doPerform()
94 perform(new TypeAction(text)); in setText()
108 perform(ClickAction.SINGLE); in click()
113 perform(ClickAction.LONG); in longClick()
118 perform(ClickAction.DOUBLE); in doubleClick()
123 perform(new SwipeAction(direction, false)); in scroll()
/external/openssl/apps/
Ds_time.c136 static int perform=0; variable
159 perform=0; in s_time_init()
233 perform=2; in parseArgs()
235 perform=1; in parseArgs()
308 if (perform == 0) perform=3; in parseArgs()
391 if (!(perform & 1)) goto next; in MAIN()
459 if (!(perform & 2)) goto end; in MAIN()
/external/chromium_org/third_party/openssl/openssl/apps/
Ds_time.c136 static int perform=0; variable
159 perform=0; in s_time_init()
233 perform=2; in parseArgs()
235 perform=1; in parseArgs()
308 if (perform == 0) perform=3; in parseArgs()
391 if (!(perform & 1)) goto next; in MAIN()
459 if (!(perform & 2)) goto end; in MAIN()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
DSHA1.java69 perform(); in update()
80 perform(); in update()
91 perform(); in update()
102 perform(); in update()
118 perform(); in update()
129 perform(); in update()
146 perform(); in update()
165 perform(); in update()
182 perform(); in update()
212 perform(); in digest()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/dom/
DMainThreadTaskRunner.cpp61 runner->perform(self->m_task.release()); in didReceiveTask()
81 void MainThreadTaskRunner::perform(PassOwnPtr<ExecutionContextTask> task) in perform() function in WebCore::MainThreadTaskRunner
DMainThreadTaskRunner.h54 void perform(PassOwnPtr<ExecutionContextTask>);
/external/chromium_org/ppapi/api/private/
Dppb_tcp_socket_private.idl116 * as |bytes_to_read|. May perform a partial read. Returns the number of bytes
120 * exceeds 1 megabyte, it will always perform a partial read.
129 * Writes data to the socket. May perform a partial write. Returns the number
132 * exceeds 1 megabyte, it will always perform a partial write.
/external/chromium_org/components/webdata/encryptor/
DREADME4 services to perform the encryption.
/external/chromium_org/chrome/common/extensions/docs/examples/
DREADME.txt5 * howto/ - simple extensions showing how to perform a particular task
/external/chromium/chrome/common/extensions/docs/examples/
DREADME.txt5 * howto/ - simple extensions showing how to perform a particular task
/external/mdnsresponder/mDNSCore/
DImplementer Notes.txt8 perform its next timed operation. When the workload is light, and
35 perform its next necessary operation (e.g. transmitting its next
64 (to allow mDNSCore to perform its necessary work) and then the timer
/external/openssl/crypto/conf/
DREADME1 Configuration modules. These are a set of modules which can perform
70 that any application can call to perform various default configuration tasks.
/external/chromium_org/third_party/openssl/openssl/crypto/conf/
DREADME1 Configuration modules. These are a set of modules which can perform
70 that any application can call to perform various default configuration tasks.
/external/chromium_org/third_party/angle/extensions/
DANGLE_pack_reverse_row_order.txt52 that perform ReadPixels may have to either render to an intermediate color
53 buffer before calling ReadPixels or perform a flip in software after
54 ReadPixels. In some systems the GL can perform the row reversal during
/external/chromium_org/build/internal/
Drelease_impl.gypi11 # perform FPO regardless, so we must explicitly disable.
/external/chromium_org/third_party/tcmalloc/vendor/m4/
Dcompiler_characteristics.m43 # If types $1 and $2 are compatible, perform action $3
/external/llvm/test/CodeGen/PowerPC/
Dconstants.ll1 ; All of these routines should be perform optimal load of constants.
/external/llvm/test/Transforms/ScalarRepl/
DDifferingTypes.ll2 ; generated code should perform the appropriate masking operations required
/external/llvm/test/CodeGen/X86/
D2012-05-17-TwoAddressBug.ll3 ; Teach two-address pass to update the "source" map so it doesn't perform a

12345678910>>...21