Searched refs:create (Results 201 - 225 of 3678) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/inspector/
H A DTimelineRecordFactory.cpp48 RefPtr<InspectorObject> record = InspectorObject::create();
59 RefPtr<InspectorObject> data = InspectorObject::create();
66 RefPtr<InspectorObject> data = InspectorObject::create();
74 RefPtr<InspectorObject> data = InspectorObject::create();
81 RefPtr<InspectorObject> data = InspectorObject::create();
88 RefPtr<InspectorObject> data = InspectorObject::create();
97 RefPtr<InspectorObject> data = InspectorObject::create();
105 RefPtr<InspectorObject> data = InspectorObject::create();
112 RefPtr<InspectorObject> data = InspectorObject::create();
120 RefPtr<InspectorObject> data = InspectorObject::create();
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLViewSourceDocument.cpp68 return HTMLViewSourceParser::create(this);
70 return TextViewSourceParser::create(this);
75 RefPtr<HTMLHtmlElement> html = HTMLHtmlElement::create(this);
78 RefPtr<HTMLBodyElement> body = HTMLBodyElement::create(this);
84 RefPtr<HTMLDivElement> div = HTMLDivElement::create(this);
85 RefPtr<NamedNodeMap> attrs = NamedNodeMap::create();
91 RefPtr<HTMLTableElement> table = HTMLTableElement::create(this);
94 m_tbody = HTMLTableSectionElement::create(tbodyTag, this);
190 RefPtr<HTMLElement> span = HTMLElement::create(spanTag, this);
191 RefPtr<NamedNodeMap> attrs = NamedNodeMap::create();
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGPathElement.cpp54 , m_pathByteStream(SVGPathByteStream::create())
59 PassRefPtr<SVGPathElement> SVGPathElement::create(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGPathElement
91 return SVGPathSegClosePath::create(this, role);
96 return SVGPathSegMovetoAbs::create(this, role, x, y);
101 return SVGPathSegMovetoRel::create(this, role, x, y);
106 return SVGPathSegLinetoAbs::create(this, role, x, y);
111 return SVGPathSegLinetoRel::create(this, role, x, y);
116 return SVGPathSegCurvetoCubicAbs::create(this, role, x, y, x1, y1, x2, y2);
121 return SVGPathSegCurvetoCubicRel::create(this, role, x, y, x1, y1, x2, y2);
126 return SVGPathSegCurvetoQuadraticAbs::create(thi
[all...]
/external/apache-http/src/org/apache/http/client/methods/
H A DHttpDelete.java68 setURI(URI.create(uri));
H A DHttpGet.java75 setURI(URI.create(uri));
H A DHttpHead.java75 setURI(URI.create(uri));
H A DHttpPost.java79 setURI(URI.create(uri));
H A DHttpPut.java71 setURI(URI.create(uri));
H A DHttpTrace.java74 setURI(URI.create(uri));
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathFactory.java48 XPath create(String exprString, SourceLocator locator, method in interface:XPathFactory
/external/clang/bindings/python/tests/cindex/
H A Dtest_file.py4 index = Index.create()
/external/emma/core/java12/com/vladium/emma/report/
H A DIReportDataModel.java31 public static IReportDataModel create (final IMetaData mdata, final ICoverageData cdata) method in class:IReportDataModel.Factory
/external/emma/core/java12/
H A Demmarun.java26 final Command command = Command.create ("run", emmarun.class.getName (), args);
/external/guava/guava/src/com/google/common/collect/
H A DHashMultiset.java41 public static <E> HashMultiset<E> create() { method in class:HashMultiset
52 public static <E> HashMultiset<E> create(int distinctElements) { method in class:HashMultiset
64 public static <E> HashMultiset<E> create(Iterable<? extends E> elements) { method in class:HashMultiset
66 create(Multisets.inferDistinctElements(elements));
H A DLinkedHashMultiset.java47 public static <E> LinkedHashMultiset<E> create() { method in class:LinkedHashMultiset
58 public static <E> LinkedHashMultiset<E> create(int distinctElements) { method in class:LinkedHashMultiset
70 public static <E> LinkedHashMultiset<E> create( method in class:LinkedHashMultiset
73 create(Multisets.inferDistinctElements(elements));
/external/guava/guava/src/com/google/common/util/concurrent/
H A DSettableFuture.java33 public static <V> SettableFuture<V> create() { method in class:SettableFuture
38 * Explicit private constructor, use the {@link #create} factory method to
39 * create instances of {@code SettableFuture}.
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DHashBiMap.java41 public static <K, V> HashBiMap<K, V> create() { method in class:HashBiMap
52 public static <K, V> HashBiMap<K, V> create(int expectedSize) { method in class:HashBiMap
61 public static <K, V> HashBiMap<K, V> create( method in class:HashBiMap
63 HashBiMap<K, V> bimap = create(map.size());
/external/guava/guava-tests/test/com/google/common/collect/
H A DConcurrentHashMultisetWithCslmTest.java24 * {@link ConcurrentSkipListMap}. User code cannot create such a multiset, since
35 @Override protected <E> Multiset<E> create() { method in class:ConcurrentHashMultisetWithCslmTest
H A DUnmodifiableListIteratorTest.java35 Iterator<String> iterator = create();
46 ListIterator<String> iterator = create();
59 ListIterator<String> iterator = create();
71 UnmodifiableListIterator<String> create() { method in class:UnmodifiableListIteratorTest
/external/llvm/unittests/VMCore/
H A DTypesTest.cpp21 StructType *Struct = StructType::create(C, "FooBar");
/external/webkit/Source/JavaScriptCore/runtime/
H A DRegExpCache.cpp41 return create(patternString, flags, result.first);
43 return create(patternString, flags, m_cacheMap.end());
46 PassRefPtr<RegExp> RegExpCache::create(const UString& patternString, RegExpFlags flags, RegExpCacheMap::iterator iterator) function in class:JSC::RegExpCache
48 RefPtr<RegExp> regExp = RegExp::create(m_globalData, patternString, flags);
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityARIAGridCell.h41 static PassRefPtr<AccessibilityARIAGridCell> create(RenderObject*);
H A DAccessibilityARIAGridRow.h41 static PassRefPtr<AccessibilityARIAGridRow> create(RenderObject*);
H A DAccessibilityMediaControls.h43 static PassRefPtr<AccessibilityObject> create(RenderObject*);
63 static PassRefPtr<AccessibilityObject> create(RenderObject*);
80 static PassRefPtr<AccessibilityObject> create(RenderObject*);
99 static PassRefPtr<AccessibilityObject> create(RenderObject*);
/external/webkit/Source/WebCore/bindings/cpp/
H A DWebDOMCustomVoidCallback.h40 static PassRefPtr<WebDOMCustomVoidCallback> create() function in class:WebDOMCustomVoidCallback

Completed in 2278 milliseconds

1234567891011>>