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

123

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleRangeHandle.h44 static PassRefPtr<InjectedBundleRangeHandle> getOrCreate(JSContextRef, JSObjectRef);
45 static PassRefPtr<InjectedBundleRangeHandle> getOrCreate(WebCore::Range*);
H A DInjectedBundleRangeHandle.cpp46 PassRefPtr<InjectedBundleRangeHandle> InjectedBundleRangeHandle::getOrCreate(JSContextRef, JSObjectRef object) function in class:WebKit::InjectedBundleRangeHandle
49 return getOrCreate(range);
52 PassRefPtr<InjectedBundleRangeHandle> InjectedBundleRangeHandle::getOrCreate(Range* range) function in class:WebKit::InjectedBundleRangeHandle
H A DInjectedBundleNodeHandle.h49 static PassRefPtr<InjectedBundleNodeHandle> getOrCreate(JSContextRef, JSObjectRef);
50 static PassRefPtr<InjectedBundleNodeHandle> getOrCreate(WebCore::Node*);
H A DInjectedBundleNodeHandle.cpp66 PassRefPtr<InjectedBundleNodeHandle> InjectedBundleNodeHandle::getOrCreate(JSContextRef, JSObjectRef object) function in class:WebKit::InjectedBundleNodeHandle
69 return getOrCreate(node);
72 PassRefPtr<InjectedBundleNodeHandle> InjectedBundleNodeHandle::getOrCreate(Node* node) function in class:WebKit::InjectedBundleNodeHandle
108 return getOrCreate(m_node->document());
226 return getOrCreate(static_cast<HTMLTableCellElement*>(m_node.get())->cellAbove());
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/c/
H A DWKBundleRangeHandle.cpp43 RefPtr<InjectedBundleRangeHandle> rangeHandle = InjectedBundleRangeHandle::getOrCreate(contextRef, objectRef);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundlePageEditorClient.cpp45 RefPtr<InjectedBundleRangeHandle> rangeHandle = InjectedBundleRangeHandle::getOrCreate(range);
54 RefPtr<InjectedBundleRangeHandle> rangeHandle = InjectedBundleRangeHandle::getOrCreate(range);
63 RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::getOrCreate(node);
64 RefPtr<InjectedBundleRangeHandle> rangeToReplaceHandle = InjectedBundleRangeHandle::getOrCreate(rangeToReplace);
73 RefPtr<InjectedBundleRangeHandle> rangeToReplaceHandle = InjectedBundleRangeHandle::getOrCreate(rangeToReplace);
82 RefPtr<InjectedBundleRangeHandle> rangeHandle = InjectedBundleRangeHandle::getOrCreate(range);
91 RefPtr<InjectedBundleRangeHandle> fromRangeHandle = InjectedBundleRangeHandle::getOrCreate(fromRange);
92 RefPtr<InjectedBundleRangeHandle> toRangeHandle = InjectedBundleRangeHandle::getOrCreate(toRange);
101 RefPtr<InjectedBundleRangeHandle> rangeHandle = InjectedBundleRangeHandle::getOrCreate(range);
134 RefPtr<InjectedBundleRangeHandle> rangeHandle = InjectedBundleRangeHandle::getOrCreate(rang
[all...]
H A DInjectedBundleScriptWorld.h42 static PassRefPtr<InjectedBundleScriptWorld> getOrCreate(WebCore::DOMWrapperWorld*);
H A DInjectedBundlePageFormClient.cpp47 RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::getOrCreate(inputElement);
56 RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::getOrCreate(inputElement);
65 RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::getOrCreate(inputElement);
74 RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::getOrCreate(inputElement);
83 RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::getOrCreate(textAreaElement);
92 RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::getOrCreate(inputElement);
101 RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::getOrCreate(formElement);
116 RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::getOrCreate(formElement);
139 elementHandles.uncheckedAppend(InjectedBundleNodeHandle::getOrCreate(elements[i].get()).get());
H A DInjectedBundlePageFullScreenClient.cpp58 RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::getOrCreate(element);
67 RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::getOrCreate(element);
H A DInjectedBundleDOMWindowExtension.cpp82 m_world = InjectedBundleScriptWorld::getOrCreate(m_coreExtension->world());
H A DInjectedBundleScriptWorld.cpp50 PassRefPtr<InjectedBundleScriptWorld> InjectedBundleScriptWorld::getOrCreate(DOMWrapperWorld* world) function in class:WebKit::InjectedBundleScriptWorld
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DChildListMutationScope.h49 static PassRefPtr<ChildListMutationAccumulator> getOrCreate(Node*);
82 m_accumulator = ChildListMutationAccumulator::getOrCreate(target);
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAXObjectCache.h90 AccessibilityObject* getOrCreate(RenderObject*);
91 AccessibilityObject* getOrCreate(Widget*);
92 AccessibilityObject* getOrCreate(Node*);
95 AccessibilityObject* getOrCreate(AccessibilityRole);
266 inline AccessibilityObject* AXObjectCache::getOrCreate(AccessibilityRole) { return 0; } function in class:WebCore::AXObjectCache
267 inline AccessibilityObject* AXObjectCache::getOrCreate(RenderObject*) { return 0; } function in class:WebCore::AXObjectCache
268 inline AccessibilityObject* AXObjectCache::getOrCreate(Node*) { return 0; } function in class:WebCore::AXObjectCache
269 inline AccessibilityObject* AXObjectCache::getOrCreate(Widget*) { return 0; } function in class:WebCore::AXObjectCache
H A DAccessibilitySlider.cpp89 AccessibilitySliderThumb* thumb = static_cast<AccessibilitySliderThumb*>(cache->getOrCreate(SliderThumbRole));
113 return axObjectCache()->getOrCreate(m_renderer);
H A DAccessibilitySpinButton.cpp85 AccessibilitySpinButtonPart* incrementor = static_cast<AccessibilitySpinButtonPart*>(axObjectCache()->getOrCreate(SpinButtonPartRole));
90 AccessibilitySpinButtonPart* decrementor = static_cast<AccessibilitySpinButtonPart*>(axObjectCache()->getOrCreate(SpinButtonPartRole));
H A DAccessibilityScrollView.cpp152 AccessibilityScrollbar* scrollBarObject = static_cast<AccessibilityScrollbar*>(axObjectCache()->getOrCreate(scrollbar));
195 return axObjectCache()->getOrCreate(doc);
235 return axObjectCache()->getOrCreate(owner);
H A DAXObjectCache.cpp140 AccessibilityObject* axRenderImage = areaElement->document()->axObjectCache()->getOrCreate(imageElement);
169 AccessibilityObject* obj = focusedDocument->axObjectCache()->getOrCreate(focusedElement ? static_cast<Node*>(focusedElement) : focusedDocument);
317 AccessibilityObject* AXObjectCache::getOrCreate(Widget* widget) function in class:WebCore::AXObjectCache
343 AccessibilityObject* AXObjectCache::getOrCreate(Node* node) function in class:WebCore::AXObjectCache
352 return getOrCreate(node->renderer());
390 AccessibilityObject* AXObjectCache::getOrCreate(RenderObject* renderer) function in class:WebCore::AXObjectCache
423 return getOrCreate(m_document->view());
433 return getOrCreate(frame->view());
436 AccessibilityObject* AXObjectCache::getOrCreate(AccessibilityRole role) function in class:WebCore::AXObjectCache
594 textChanged(getOrCreate(nod
[all...]
H A DAccessibilityListBox.cpp149 AccessibilityObject* listBoxObject = m_renderer->document()->axObjectCache()->getOrCreate(ListBoxOptionRole);
183 return axObjectCache()->getOrCreate(m_renderer);
H A DAccessibilityListBoxOption.cpp115 LayoutRect parentRect = listBoxRenderer->document()->axObjectCache()->getOrCreate(listBoxRenderer)->boundingBoxRect();
181 return m_optionElement->document()->axObjectCache()->getOrCreate(parentNode);
H A DAccessibilityMenuList.cpp61 AccessibilityObject* list = cache->getOrCreate(MenuListPopupRole);
H A DAccessibilityRenderObject.cpp235 return axObjectCache()->getOrCreate(firstChild);
248 return axObjectCache()->getOrCreate(lastChild);
363 return axObjectCache()->getOrCreate(previousSibling);
417 return axObjectCache()->getOrCreate(nextSibling);
487 return axObjectCache()->getOrCreate(m_renderer->parent());
498 return axObjectCache()->getOrCreate(parentObj);
502 return axObjectCache()->getOrCreate(m_renderer->frame()->view());
570 return cache->getOrCreate(continuation)->anchorElement();
582 if (node->hasTagName(aTag) || (node->renderer() && cache->getOrCreate(node->renderer())->isAnchor()))
617 AccessibilityObject* axObj = axObjectCache()->getOrCreate(cur
[all...]
H A DAccessibilityARIAGrid.cpp124 AccessibilityTableColumn* column = static_cast<AccessibilityTableColumn*>(axCache->getOrCreate(ColumnRole));
/macosx-10.9.5/WebCore-7537.78.1/editing/atk/
H A DFrameSelectionAtk.cpp99 AccessibilityObject* accessibilityObject = cache->getOrCreate(focusedNode);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Plugins/Netscape/
H A DNetscapePluginModule.h44 static PassRefPtr<NetscapePluginModule> getOrCreate(const String& pluginPath);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/mac/
H A DWKDOMNode.mm125 RefPtr<WebKit::InjectedBundleNodeHandle> nodeHandle = WebKit::InjectedBundleNodeHandle::getOrCreate(_impl.get());

Completed in 476 milliseconds

123