OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:invalidateCaches
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
NodeRareData.h
168
void
invalidateCaches
(const QualifiedName* attrName = 0);
176
invalidateCaches
();
181
invalidateCaches
();
226
// but it's tricky because
invalidateCaches
shouldn't invalidate this cache and adoptTreeScope shouldn't call registerNodeList or unregisterNodeList.
Node.cpp
895
data->nodeLists()->
invalidateCaches
(attrName);
[
all
...]
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
viewport.js
44
this.
invalidateCaches
();
55
this.
invalidateCaches
();
94
this.
invalidateCaches
();
141
this.
invalidateCaches
();
210
Viewport.prototype.
invalidateCaches
= function() { this.generation_++ };
image_view.js
179
ImageView.prototype.
invalidateCaches
= function() {
567
this.
invalidateCaches
();
[
all
...]
Completed in 57 milliseconds