HomeSort by relevance Sort by last modified time
    Searched defs:getOrCreate (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ChildListMutationScope.cpp 74 PassRefPtrWillBeRawPtr<ChildListMutationAccumulator> ChildListMutationAccumulator::getOrCreate(Node& target)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AbstractInlineTextBox.cpp 41 PassRefPtr<AbstractInlineTextBox> AbstractInlineTextBox::getOrCreate(RenderText* renderText, InlineTextBox* inlineTextBox)
81 return getOrCreate(m_renderText, m_inlineTextBox->nextTextBox());
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerRegistration.cpp 83 return getOrCreate(executionContext, registration);
123 ServiceWorkerRegistration* ServiceWorkerRegistration::getOrCreate(ExecutionContext* executionContext, WebServiceWorkerRegistration* outerRegistration)
ServiceWorker.cpp 158 RefPtrWillBeRawPtr<ServiceWorker> serviceWorker = getOrCreate(executionContext, worker);
169 RefPtrWillBeRawPtr<ServiceWorker> serviceWorker = getOrCreate(resolver->scriptState()->executionContext(), worker);
240 PassRefPtrWillBeRawPtr<ServiceWorker> ServiceWorker::getOrCreate(ExecutionContext* executionContext, WebType* outerWorker)
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 530 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/
AXObjectCache.cpp 139 AXObject* axRenderImage = areaElement->document().axObjectCache()->getOrCreate(imageElement);
175 AXObject* obj = focusedNode->document().axObjectCache()->getOrCreate(focusedNode);
334 AXObject* AXObjectCache::getOrCreate(Widget* widget)
365 AXObject* AXObjectCache::getOrCreate(Node* node)
374 return getOrCreate(node->renderer());
402 AXObject* AXObjectCache::getOrCreate(RenderObject* renderer)
426 AXObject* AXObjectCache::getOrCreate(AbstractInlineTextBox* inlineTextBox)
455 return getOrCreate(m_document.view());
458 AXObject* AXObjectCache::getOrCreate(AccessibilityRole role)
645 textChanged(getOrCreate(node))
    [all...]
  /external/guava/guava/src/com/google/common/collect/
StandardTable.java 161 private Map<C, V> getOrCreate(R rowKey) {
174 return getOrCreate(rowKey).put(columnKey, value);
    [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 586 /// getOrCreate - Return the specified constant from the map, creating it if
588 ConstantClass *getOrCreate(TypeClass *Ty, ValRefType V) {
722 /// getOrCreate - Return the specified constant from the map, creating it if
724 ConstantClass *getOrCreate(TypeClass *Ty, Operands V) {
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 328 milliseconds