OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:removeIfPresent
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/bindings/v8/
DOMDataStore.cpp
169
if (store->domNodeMap().
removeIfPresent
(node, v8Object)) {
177
bool DOMDataStore::IntrusiveDOMWrapperMap::
removeIfPresent
(Node* obj, v8::Persistent<v8::Data> value)
V8DOMMap.h
60
virtual bool
removeIfPresent
(KeyType* key, v8::Persistent<v8::Data> value) = 0;
111
bool
removeIfPresent
(KeyType* key, v8::Persistent<v8::Data> value)
Completed in 133 milliseconds