HomeSort by relevance Sort by last modified time
    Searched defs:newNamespace (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
StorageNamespaceProxy.cpp 69 WebKit::WebStorageNamespace* newNamespace = m_storageNamespace->copy();
74 if (!newNamespace)
76 return adoptRef(new StorageNamespaceProxy(newNamespace, m_storageType));
  /external/webkit/Source/WebCore/storage/
StorageNamespaceImpl.cpp 101 RefPtr<StorageNamespaceImpl> newNamespace = adoptRef(new StorageNamespaceImpl(m_storageType, m_path, m_quota));
105 newNamespace->m_storageAreaMap.set(i->first, i->second->copy());
106 return newNamespace.release();
  /frameworks/base/tools/aapt/
XMLNode.h 43 sp<XMLNode> newNamespace(const String8& filename, const String16& prefix, const String16& uri) {
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 51 milliseconds