OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mutation
(Results
26 - 50
of
121
) sorted by null
1
2
3
4
5
/external/webkit/Source/WebCore/dom/
Text.cpp
152
// Protect startText and endText against
mutation
event handlers removing the last ref
156
RefPtr<Text> protectedThis(this); //
Mutation
event handlers could cause our last ref to go away
157
ContainerNode* parent = parentNode(); // Protect against
mutation
handlers moving this node during traversal
NamedNodeMap.cpp
252
// Notify the element that the attribute has been added, and dispatch appropriate
mutation
events
286
// dispatch appropriate
mutation
events
CharacterData.cpp
82
// parser to dispatch DOM
mutation
events.
ContainerNode.h
53
// They don't send DOM
mutation
events or handle reparenting.
/cts/tests/tests/webkitsecurity/src/android/webkitsecurity/cts/
WebkitCharacterDataMutationCrashTest.java
63
private static final String TEST_PATH = "character-data-
mutation
-crash.html";
WebkitCrashOnDragWithMutationEventsTest.java
63
private static final String TEST_PATH = "crash-on-drag-with-
mutation
-events.html";
WebkitDelayedStyleMutationEventCrashTest.java
63
private static final String TEST_PATH = "delayed-style-
mutation
-event-crash.html";
WebkitInserthtmlMutationCrashTest.java
63
private static final String TEST_PATH = "insertHTML-
mutation
-crash.html";
WebkitMutationCallbackNonElementCrashTest.java
63
private static final String TEST_PATH = "
mutation
-callback-non-element-crash.html";
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeListBase.java
47
* document
mutation
. </li>
DTMAxisIterNodeList.java
52
* document
mutation
. </li>
DTMChildIterNodeList.java
49
* document
mutation
. </li>
DTMNodeIterator.java
49
* position" response to document
mutation
. </li>
DTMNodeList.java
50
* document
mutation
. </li>
/external/clang/include/clang/AST/
ASTMutationListener.h
1
//===--- ASTMutationListener.h - AST
Mutation
Interface --------*- C++ -*-===//
/external/guava/guava/src/com/google/common/collect/
BstNode.java
32
* {@code BstNode} object upon any
mutation
, as the {@code Bst} classes assume that two nodes
/libcore/luni/src/main/java/org/w3c/dom/
Attr.java
72
*
mutation
, independently of whether the
mutation
is performed by setting
187
*
mutation
; in such case, the value on retrieval may differ from the
202
*
mutation
; in such case, the value on retrieval may differ from the
/external/emma/core/java12/com/vladium/jcd/cls/
IConstantCollection.java
17
* any pool
mutation
that invalidates already existing pool indices.
95
* resulting object would be invalidated by simultaneous
mutation
to the
/external/chromium/base/win/
object_watcher.cc
90
// Make sure that we see any
mutation
to did_signal. This should be a no-op
/external/webkit/Source/WebCore/bindings/v8/
V8IsolatedContext.h
74
// FIXME: Consider edge cases with DOM
mutation
events that might
/external/webkit/Source/WebKit/win/
WebNotificationCenter.cpp
121
// from a
mutation
of the list in the onNotify callback.
/external/webkit/Source/WebCore/html/parser/
HTMLConstructionSite.cpp
102
// An event handler (DOM
Mutation
, beforeload, et al.) could have removed
124
// JavaScript run from beforeload (or DOM
Mutation
or event handlers)
/external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc
445
// Note that this notification may be fired during a model
mutation
and
/external/clang/lib/CodeGen/
CGObjCRuntime.h
228
/// compiler when a
mutation
is detected during foreach iteration.
/external/clang/lib/Frontend/
MultiplexConsumer.cpp
172
// Collect the
mutation
listeners and deserialization listeners of all
Completed in 267 milliseconds
1
2
3
4
5