HomeSort by relevance Sort by last modified time
    Searched refs:getOrCreate (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXSpinButton.cpp 62 AXSpinButtonPart* incrementor = toAXSpinButtonPart(axObjectCache()->getOrCreate(SpinButtonPartRole));
67 AXSpinButtonPart* decrementor = toAXSpinButtonPart(axObjectCache()->getOrCreate(SpinButtonPartRole));
AXObjectCache.h 92 AXObject* getOrCreate(RenderObject*);
93 AXObject* getOrCreate(Widget*);
94 AXObject* getOrCreate(Node*);
95 AXObject* getOrCreate(AbstractInlineTextBox*);
98 AXObject* getOrCreate(AccessibilityRole);
AXScrollView.cpp 131 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());
AXSlider.cpp 88 AXSliderThumb* thumb = static_cast<AXSliderThumb*>(cache->getOrCreate(SliderThumbRole));
112 return axObjectCache()->getOrCreate(m_renderer);
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...]
AXMenuList.cpp 61 AXObject* list = cache->getOrCreate(MenuListPopupRole);
AXRenderObject.cpp 955 AXObject* obj = axObjectCache()->getOrCreate(target);
973 AXObject* child = cache->getOrCreate(element);
    [all...]
AXARIAGrid.cpp 119 AXTableColumn* column = toAXTableColumn(axCache->getOrCreate(ColumnRole));
AXImageMapLink.cpp 69 return m_mapElement->document().axObjectCache()->getOrCreate(m_mapElement->renderer());
AXInlineTextBox.cpp 131 return m_axObjectCache->getOrCreate(renderText);
AXMenuListPopup.cpp 73 AXObject* object = document()->axObjectCache()->getOrCreate(MenuListOptionRole);
AXTableCell.cpp 77 // Do not use getOrCreate. parentTable() can be called while the render tree is being modified
174 return axObjectCache()->getOrCreate(headerCell);
AXTableColumn.cpp 148 return axObjectCache()->getOrCreate(cell);
AXNodeObject.cpp 374 AXObject* menuItemAX = axObjectCache()->getOrCreate(menuItem);
906 return axObjectCache()->getOrCreate(toHTMLFieldSetElement(node())->legend());
910 return axObjectCache()->getOrCreate(label);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ChildListMutationScope.h 55 static PassRefPtrWillBeRawPtr<ChildListMutationAccumulator> getOrCreate(Node&);
97 m_accumulator = ChildListMutationAccumulator::getOrCreate(target);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AbstractInlineTextBox.h 54 static PassRefPtr<AbstractInlineTextBox> getOrCreate(RenderText*, InlineTextBox*);
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/
ServiceWorker.h 83 static PassRefPtrWillBeRawPtr<ServiceWorker> getOrCreate(ExecutionContext*, WebType*);
ServiceWorkerRegistration.h 63 static ServiceWorkerRegistration* getOrCreate(ExecutionContext*, WebServiceWorkerRegistration*);
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)
  /packages/apps/UnifiedEmail/src/com/android/mail/
MailLogService.java 130 private static CircularBuffer getOrCreate(String tag) {
161 getOrCreate(tag).put(logMessage);
  /frameworks/base/sax/java/android/sax/
Children.java 30 Element getOrCreate(Element parent, String uri, String localName) {
Element.java 74 return children.getOrCreate(this, uri, localName);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.cpp 91 cache->childrenChanged(cache->getOrCreate(&topDocument));

Completed in 695 milliseconds

1 2 3