Searched refs:getOrCreate (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXSpinButton.cpp62 AXSpinButtonPart* incrementor = toAXSpinButtonPart(axObjectCache()->getOrCreate(SpinButtonPartRole));
67 AXSpinButtonPart* decrementor = toAXSpinButtonPart(axObjectCache()->getOrCreate(SpinButtonPartRole));
H A DAXScrollView.cpp131 AXScrollbar* scrollBarObject = toAXScrollbar(axObjectCache()->getOrCreate(scrollbar));
174 return axObjectCache()->getOrCreate(doc);
215 return axObjectCache()->getOrCreate(owner);
217 return axObjectCache()->getOrCreate(toFrameView(m_scrollView)->frame().pagePopupOwner());
H A DAXSlider.cpp88 AXSliderThumb* thumb = static_cast<AXSliderThumb*>(cache->getOrCreate(SliderThumbRole));
112 return axObjectCache()->getOrCreate(m_renderer);
H A DAXObjectCache.h92 AXObject* getOrCreate(RenderObject*);
93 AXObject* getOrCreate(Widget*);
94 AXObject* getOrCreate(Node*);
95 AXObject* getOrCreate(AbstractInlineTextBox*);
98 AXObject* getOrCreate(AccessibilityRole);
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...]
H A DAXMenuList.cpp61 AXObject* list = cache->getOrCreate(MenuListPopupRole);
H A DAXRenderObject.cpp955 AXObject* obj = axObjectCache()->getOrCreate(target);
973 AXObject* child = cache->getOrCreate(element);
1187 AXObject* axObj = axObjectCache()->getOrCreate(curr);
1308 AXObject* result = obj->document().axObjectCache()->getOrCreate(obj);
1346 return axObjectCache()->getOrCreate(m_renderer->parent());
1357 return axObjectCache()->getOrCreate(parentObj);
1361 return axObjectCache()->getOrCreate(m_renderer->frame()->view());
1389 return axObjectCache()->getOrCreate(firstChild);
1433 return axObjectCache()->getOrCreate(nextSibling);
1487 return axObjectCache()->getOrCreate(rendere
[all...]
H A DAXARIAGrid.cpp119 AXTableColumn* column = toAXTableColumn(axCache->getOrCreate(ColumnRole));
H A DAXImageMapLink.cpp69 return m_mapElement->document().axObjectCache()->getOrCreate(m_mapElement->renderer());
H A DAXInlineTextBox.cpp131 return m_axObjectCache->getOrCreate(renderText);
H A DAXMenuListPopup.cpp73 AXObject* object = document()->axObjectCache()->getOrCreate(MenuListOptionRole);
H A DAXTableCell.cpp77 // Do not use getOrCreate. parentTable() can be called while the render tree is being modified
174 return axObjectCache()->getOrCreate(headerCell);
H A DAXTableColumn.cpp148 return axObjectCache()->getOrCreate(cell);
H A DAXNodeObject.cpp374 AXObject* menuItemAX = axObjectCache()->getOrCreate(menuItem);
906 return axObjectCache()->getOrCreate(toHTMLFieldSetElement(node())->legend());
910 return axObjectCache()->getOrCreate(label);
1240 AXObject* axObj = axObjectCache()->getOrCreate(curr);
1302 return axObjectCache()->getOrCreate(parentObj);
1322 return axObjectCache()->getOrCreate(firstChild);
1334 return axObjectCache()->getOrCreate(nextSibling);
1353 addChild(axObjectCache()->getOrCreate(child));
1465 if (isHTMLAnchorElement(*node) || (node->renderer() && cache->getOrCreate(node->renderer())->isAnchor()))
1499 return axObjectCache()->getOrCreate(correspondingContro
[all...]
H A DAXTable.cpp393 AXObject* rowObject = axCache->getOrCreate(renderRow);
416 AXTableColumn* column = toAXTableColumn(axCache->getOrCreate(ColumnRole));
434 AXMockObject* tableHeader = toAXMockObject(axObjectCache()->getOrCreate(TableHeaderContainerRole));
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DChildListMutationScope.h55 static PassRefPtrWillBeRawPtr<ChildListMutationAccumulator> getOrCreate(Node&);
97 m_accumulator = ChildListMutationAccumulator::getOrCreate(target);
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());
H A DAbstractInlineTextBox.h54 static PassRefPtr<AbstractInlineTextBox> getOrCreate(RenderText*, InlineTextBox*);
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorker.h83 static PassRefPtrWillBeRawPtr<ServiceWorker> getOrCreate(ExecutionContext*, WebType*);
H A DServiceWorkerRegistration.h63 static ServiceWorkerRegistration* getOrCreate(ExecutionContext*, WebServiceWorkerRegistration*);
H A DServiceWorkerRegistration.cpp83 return getOrCreate(executionContext, registration);
123 ServiceWorkerRegistration* ServiceWorkerRegistration::getOrCreate(ExecutionContext* executionContext, WebServiceWorkerRegistration* outerRegistration) function in class:blink::ServiceWorkerRegistration
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
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDialogElement.cpp91 cache->childrenChanged(cache->getOrCreate(&topDocument));
/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);

Completed in 2571 milliseconds

12