OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOrCreate
(Results
1 - 25
of
49
) sorted by null
1
2
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageEditorClient.cpp
42
RefPtr<InjectedBundleRangeHandle> rangeHandle = InjectedBundleRangeHandle::
getOrCreate
(range);
51
RefPtr<InjectedBundleRangeHandle> rangeHandle = InjectedBundleRangeHandle::
getOrCreate
(range);
60
RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::
getOrCreate
(node);
61
RefPtr<InjectedBundleRangeHandle> rangeToReplaceHandle = InjectedBundleRangeHandle::
getOrCreate
(rangeToReplace);
70
RefPtr<InjectedBundleRangeHandle> rangeToReplaceHandle = InjectedBundleRangeHandle::
getOrCreate
(rangeToReplace);
79
RefPtr<InjectedBundleRangeHandle> rangeHandle = InjectedBundleRangeHandle::
getOrCreate
(range);
88
RefPtr<InjectedBundleRangeHandle> fromRangeHandle = InjectedBundleRangeHandle::
getOrCreate
(fromRange);
89
RefPtr<InjectedBundleRangeHandle> toRangeHandle = InjectedBundleRangeHandle::
getOrCreate
(toRange);
98
RefPtr<InjectedBundleRangeHandle> rangeHandle = InjectedBundleRangeHandle::
getOrCreate
(range);
InjectedBundlePageFormClient.cpp
46
RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::
getOrCreate
(inputElement);
55
RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::
getOrCreate
(inputElement);
64
RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::
getOrCreate
(inputElement);
73
RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::
getOrCreate
(textAreaElement);
82
RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::
getOrCreate
(inputElement);
91
RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::
getOrCreate
(formElement);
InjectedBundleScriptWorld.h
44
static PassRefPtr<InjectedBundleScriptWorld>
getOrCreate
(WebCore::DOMWrapperWorld*);
InjectedBundlePageFullScreenClient.cpp
56
RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::
getOrCreate
(element);
65
RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::
getOrCreate
(element);
InjectedBundleHitTestResult.cpp
49
return InjectedBundleNodeHandle::
getOrCreate
(m_hitTestResult.innerNonSharedNode());
InjectedBundleScriptWorld.cpp
50
PassRefPtr<InjectedBundleScriptWorld> InjectedBundleScriptWorld::
getOrCreate
(DOMWrapperWorld* world)
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
InjectedBundleRangeHandle.h
45
static PassRefPtr<InjectedBundleRangeHandle>
getOrCreate
(WebCore::Range*);
InjectedBundleNodeHandle.cpp
59
PassRefPtr<InjectedBundleNodeHandle> InjectedBundleNodeHandle::
getOrCreate
(JSContextRef, JSObjectRef object)
62
return
getOrCreate
(node);
65
PassRefPtr<InjectedBundleNodeHandle> InjectedBundleNodeHandle::
getOrCreate
(Node* node)
101
return
getOrCreate
(m_node->document());
165
return
getOrCreate
(static_cast<HTMLTableCellElement*>(m_node.get())->cellAbove());
173
return
getOrCreate
(static_cast<Element*>(m_node.get())->shadowRoot());
InjectedBundleNodeHandle.h
49
static PassRefPtr<InjectedBundleNodeHandle>
getOrCreate
(JSContextRef, JSObjectRef);
50
static PassRefPtr<InjectedBundleNodeHandle>
getOrCreate
(WebCore::Node*);
InjectedBundleRangeHandle.cpp
44
PassRefPtr<InjectedBundleRangeHandle> InjectedBundleRangeHandle::
getOrCreate
(Range* range)
/external/webkit/Source/WebCore/accessibility/
AccessibilityScrollView.cpp
110
AccessibilityScrollbar* scrollBarObject = static_cast<AccessibilityScrollbar*>(axObjectCache()->
getOrCreate
(scrollbar));
137
return axObjectCache()->
getOrCreate
(doc->renderer());
174
return axObjectCache()->
getOrCreate
(owner->renderPart()->parent());
AccessibilityMenuList.cpp
56
AccessibilityObject* list = cache->
getOrCreate
(MenuListPopupRole);
AXObjectCache.cpp
111
AccessibilityObject* axRenderImage = areaElement->document()->axObjectCache()->
getOrCreate
(imageElement->renderer());
144
AccessibilityObject* obj = focusedNodeRenderer->document()->axObjectCache()->
getOrCreate
(focusedNodeRenderer);
248
AccessibilityObject* AXObjectCache::
getOrCreate
(Widget* widget)
270
AccessibilityObject* AXObjectCache::
getOrCreate
(RenderObject* renderer)
290
return
getOrCreate
(m_document->view());
297
return
getOrCreate
(frame->view());
300
AccessibilityObject* AXObjectCache::
getOrCreate
(AccessibilityRole role)
434
AccessibilityObject* object =
getOrCreate
(renderer);
532
AccessibilityObject* obj =
getOrCreate
(renderer);
554
AccessibilityObject* obj =
getOrCreate
(renderer)
[
all
...]
AXObjectCache.h
71
AccessibilityObject*
getOrCreate
(RenderObject*);
72
AccessibilityObject*
getOrCreate
(Widget*);
75
AccessibilityObject*
getOrCreate
(AccessibilityRole);
AccessibilityListBoxOption.cpp
100
IntRect parentRect = listBoxRenderer->document()->axObjectCache()->
getOrCreate
(listBoxRenderer)->boundingBoxRect();
166
return m_optionElement->document()->axObjectCache()->
getOrCreate
(parentNode->renderer());
AccessibilitySlider.cpp
94
AccessibilitySliderThumb* thumb = static_cast<AccessibilitySliderThumb*>(cache->
getOrCreate
(SliderThumbRole));
118
return axObjectCache()->
getOrCreate
(m_renderer);
AccessibilityListBox.cpp
149
AccessibilityObject* listBoxObject = m_renderer->document()->axObjectCache()->
getOrCreate
(ListBoxOptionRole);
194
return axObjectCache()->
getOrCreate
(m_renderer);
AccessibilityImageMapLink.cpp
66
return m_mapElement->document()->axObjectCache()->
getOrCreate
(m_mapElement->renderer());
AccessibilityMenuListPopup.cpp
70
AccessibilityObject* object = m_menuList->renderer()->document()->axObjectCache()->
getOrCreate
(MenuListOptionRole);
AccessibilityTable.cpp
324
AccessibilityObject* rowObject = axCache->
getOrCreate
(cell->parent());
352
AccessibilityTableColumn* column = static_cast<AccessibilityTableColumn*>(axCache->
getOrCreate
(ColumnRole));
370
m_headerContainer = static_cast<AccessibilityTableHeaderContainer*>(axObjectCache()->
getOrCreate
(TableHeaderContainerRole));
515
AccessibilityObject* cellObject = axObjectCache()->
getOrCreate
(cell);
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
NetscapePluginModule.h
44
static PassRefPtr<NetscapePluginModule>
getOrCreate
(const String& pluginPath);
/external/webkit/Source/WebCore/editing/gtk/
SelectionControllerGtk.cpp
88
AccessibilityObject* accessibilityObject = m_frame->document()->axObjectCache()->
getOrCreate
(focusedNode);
90
// Need to check this as
getOrCreate
could return 0,
/external/webkit/Source/WebCore/accessibility/gtk/
AXObjectCacheAtk.cpp
194
RefPtr<AccessibilityObject> oldObject =
getOrCreate
(oldFocusedRender);
199
RefPtr<AccessibilityObject> newObject =
getOrCreate
(newFocusedRender);
/external/webkit/Source/WebKit/chromium/src/
WebDocument.cpp
138
document->axObjectCache()->
getOrCreate
(document->renderer()));
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleNodeHandle.cpp
44
RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::
getOrCreate
(contextRef, objectRef);
Completed in 1739 milliseconds
1
2