Searched defs:getOrCreate (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DChildListMutationScope.cpp74 PassRefPtrWillBeRawPtr<ChildListMutationAccumulator> ChildListMutationAccumulator::getOrCreate(Node& target) function in class:blink::ChildListMutationAccumulator
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DAbstractInlineTextBox.cpp41 PassRefPtr<AbstractInlineTextBox> AbstractInlineTextBox::getOrCreate(RenderText* renderText, InlineTextBox* inlineTextBox) function in class:blink::AbstractInlineTextBox
81 return getOrCreate(m_renderText, m_inlineTextBox->nextTextBox());
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorker.cpp158 RefPtrWillBeRawPtr<ServiceWorker> serviceWorker = getOrCreate(executionContext, worker);
169 RefPtrWillBeRawPtr<ServiceWorker> serviceWorker = getOrCreate(resolver->scriptState()->executionContext(), worker);
240 PassRefPtrWillBeRawPtr<ServiceWorker> ServiceWorker::getOrCreate(ExecutionContext* executionContext, WebType* outerWorker) function in class:blink::ServiceWorker
H A DServiceWorkerRegistration.cpp83 return getOrCreate(executionContext, registration);
123 ServiceWorkerRegistration* ServiceWorkerRegistration::getOrCreate(ExecutionContext* executionContext, WebServiceWorkerRegistration* outerRegistration) function in class:blink::ServiceWorkerRegistration
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dpopup.js530 DownloadManager.getOrCreate = function(data) {
558 var item = DownloadManager.getOrCreate(result);
616 var item = DownloadManager.getOrCreate(result);
646 DownloadManager.getOrCreate(result).div.hidden = false;
705 DownloadManager.getOrCreate(item);
724 DownloadManager.getOrCreate(item);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObjectCache.cpp139 AXObject* axRenderImage = areaElement->document().axObjectCache()->getOrCreate(imageElement);
175 AXObject* obj = focusedNode->document().axObjectCache()->getOrCreate(focusedNode);
334 AXObject* AXObjectCache::getOrCreate(Widget* widget) function in class:blink::AXObjectCache
365 AXObject* AXObjectCache::getOrCreate(Node* node) function in class:blink::AXObjectCache
374 return getOrCreate(node->renderer());
402 AXObject* AXObjectCache::getOrCreate(RenderObject* renderer) function in class:blink::AXObjectCache
426 AXObject* AXObjectCache::getOrCreate(AbstractInlineTextBox* inlineTextBox) function in class:blink::AXObjectCache
455 return getOrCreate(m_document.view());
458 AXObject* AXObjectCache::getOrCreate(AccessibilityRole role) function in class:blink::AXObjectCache
645 textChanged(getOrCreate(nod
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DStandardTable.java161 private Map<C, V> getOrCreate(R rowKey) { method in class:StandardTable
174 return getOrCreate(rowKey).put(columnKey, value);
/external/llvm/lib/IR/
H A DConstantsContext.h586 /// getOrCreate - Return the specified constant from the map, creating it if
588 ConstantClass *getOrCreate(TypeClass *Ty, ValRefType V) { function in class:llvm::ConstantUniqueMap
722 /// getOrCreate - Return the specified constant from the map, creating it if
724 ConstantClass *getOrCreate(TypeClass *Ty, Operands V) { function in class:llvm::ConstantAggrUniqueMap
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 211 milliseconds