Searched defs:getOrCreate (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleRangeHandle.cpp44 PassRefPtr<InjectedBundleRangeHandle> InjectedBundleRangeHandle::getOrCreate(Range* range) function in class:WebKit::InjectedBundleRangeHandle
H A DInjectedBundleNodeHandle.cpp59 PassRefPtr<InjectedBundleNodeHandle> InjectedBundleNodeHandle::getOrCreate(JSContextRef, JSObjectRef object) function in class:WebKit::InjectedBundleNodeHandle
62 return getOrCreate(node);
65 PassRefPtr<InjectedBundleNodeHandle> InjectedBundleNodeHandle::getOrCreate(Node* node) function in class:WebKit::InjectedBundleNodeHandle
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());
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundleScriptWorld.cpp50 PassRefPtr<InjectedBundleScriptWorld> InjectedBundleScriptWorld::getOrCreate(DOMWrapperWorld* world) function in class:WebKit::InjectedBundleScriptWorld
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
H A DNetscapePluginModule.cpp136 PassRefPtr<NetscapePluginModule> NetscapePluginModule::getOrCreate(const String& pluginPath) function in class:WebKit::NetscapePluginModule
/external/webkit/Source/WebCore/accessibility/
H A DAXObjectCache.cpp111 AccessibilityObject* axRenderImage = areaElement->document()->axObjectCache()->getOrCreate(imageElement->renderer());
144 AccessibilityObject* obj = focusedNodeRenderer->document()->axObjectCache()->getOrCreate(focusedNodeRenderer);
248 AccessibilityObject* AXObjectCache::getOrCreate(Widget* widget) function in class:WebCore::AXObjectCache
270 AccessibilityObject* AXObjectCache::getOrCreate(RenderObject* renderer) function in class:WebCore::AXObjectCache
290 return getOrCreate(m_document->view());
297 return getOrCreate(frame->view());
300 AccessibilityObject* AXObjectCache::getOrCreate(AccessibilityRole role) function in class:WebCore::AXObjectCache
434 AccessibilityObject* object = getOrCreate(renderer);
532 AccessibilityObject* obj = getOrCreate(renderer);
554 AccessibilityObject* obj = getOrCreate(rendere
[all...]
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DConnection.cpp42 static PassRefPtr<SyncMessageState> getOrCreate(RunLoop*);
101 PassRefPtr<Connection::SyncMessageState> Connection::SyncMessageState::getOrCreate(RunLoop* runLoop) function in class:CoreIPC::Connection::SyncMessageState
209 , m_syncMessageState(SyncMessageState::getOrCreate(clientRunLoop))
/external/guava/guava/src/com/google/common/collect/
H A DStandardTable.java161 private Map<C, V> getOrCreate(R rowKey) { method in class:StandardTable
174 return getOrCreate(rowKey).put(columnKey, value);
/external/llvm/lib/VMCore/
H A DConstantsContext.h587 /// getOrCreate - Return the specified constant from the map, creating it if
589 ConstantClass *getOrCreate(TypeClass *Ty, ValRefType V) { function in class:llvm::ConstantUniqueMap
723 /// getOrCreate - Return the specified constant from the map, creating it if
725 ConstantClass *getOrCreate(TypeClass *Ty, Operands V) { function in class:llvm::ConstantAggrUniqueMap

Completed in 451 milliseconds