/external/chromium_org/third_party/WebKit/Source/modules/geofencing/ |
GeofencingError.cpp | 18 return DOMException::create(AbortError, webError->message); 20 return DOMException::create(UnknownError, webError->message); 23 return DOMException::create(UnknownError);
|
/external/chromium_org/third_party/WebKit/Source/modules/push_messaging/ |
PushError.cpp | 18 return DOMException::create(AbortError, webError->message); 20 return DOMException::create(UnknownError); 23 return DOMException::create(UnknownError);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
AddConsoleMessageTask.cpp | 37 context->addConsoleMessage(ConsoleMessage::create(m_source, m_level, m_message));
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
TouchEventContext.cpp | 36 PassRefPtrWillBeRawPtr<TouchEventContext> TouchEventContext::create() function in class:blink::TouchEventContext 42 : m_touches(TouchList::create()) 43 , m_targetTouches(TouchList::create()) 44 , m_changedTouches(TouchList::create())
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IndexedDBClient.cpp | 17 IndexedDBClient* IndexedDBClient::create() function in class:blink::IndexedDBClient
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
Int16Array.h | 37 static inline PassRefPtr<Int16Array> create(unsigned length); 38 static inline PassRefPtr<Int16Array> create(const short* array, unsigned length); 39 static inline PassRefPtr<Int16Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); 64 PassRefPtr<Int16Array> Int16Array::create(unsigned length) function in class:WTF::Int16Array 66 return TypedArrayBase<short>::create<Int16Array>(length); 69 PassRefPtr<Int16Array> Int16Array::create(const short* array, unsigned length) function in class:WTF::Int16Array 71 return TypedArrayBase<short>::create<Int16Array>(array, length); 74 PassRefPtr<Int16Array> Int16Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) function in class:WTF::Int16Array 76 return TypedArrayBase<short>::create<Int16Array>(buffer, byteOffset, length);
|
Int32Array.h | 36 static inline PassRefPtr<Int32Array> create(unsigned length); 37 static inline PassRefPtr<Int32Array> create(const int* array, unsigned length); 38 static inline PassRefPtr<Int32Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); 63 PassRefPtr<Int32Array> Int32Array::create(unsigned length) function in class:WTF::Int32Array 65 return TypedArrayBase<int>::create<Int32Array>(length); 68 PassRefPtr<Int32Array> Int32Array::create(const int* array, unsigned length) function in class:WTF::Int32Array 70 return TypedArrayBase<int>::create<Int32Array>(array, length); 73 PassRefPtr<Int32Array> Int32Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) function in class:WTF::Int32Array 75 return TypedArrayBase<int>::create<Int32Array>(buffer, byteOffset, length);
|
Int8Array.h | 38 static inline PassRefPtr<Int8Array> create(unsigned length); 39 static inline PassRefPtr<Int8Array> create(const signed char* array, unsigned length); 40 static inline PassRefPtr<Int8Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); 65 PassRefPtr<Int8Array> Int8Array::create(unsigned length) function in class:WTF::Int8Array 67 return TypedArrayBase<signed char>::create<Int8Array>(length); 70 PassRefPtr<Int8Array> Int8Array::create(const signed char* array, unsigned length) function in class:WTF::Int8Array 72 return TypedArrayBase<signed char>::create<Int8Array>(array, length); 75 PassRefPtr<Int8Array> Int8Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) function in class:WTF::Int8Array 77 return TypedArrayBase<signed char>::create<Int8Array>(buffer, byteOffset, length);
|
Uint16Array.h | 38 static inline PassRefPtr<Uint16Array> create(unsigned length); 39 static inline PassRefPtr<Uint16Array> create(const unsigned short* array, unsigned length); 40 static inline PassRefPtr<Uint16Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); 65 PassRefPtr<Uint16Array> Uint16Array::create(unsigned length) function in class:WTF::Uint16Array 67 return TypedArrayBase<unsigned short>::create<Uint16Array>(length); 70 PassRefPtr<Uint16Array> Uint16Array::create(const unsigned short* array, unsigned length) function in class:WTF::Uint16Array 72 return TypedArrayBase<unsigned short>::create<Uint16Array>(array, length); 75 PassRefPtr<Uint16Array> Uint16Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) function in class:WTF::Uint16Array 77 return TypedArrayBase<unsigned short>::create<Uint16Array>(buffer, byteOffset, length);
|
Uint32Array.h | 38 static inline PassRefPtr<Uint32Array> create(unsigned length); 39 static inline PassRefPtr<Uint32Array> create(const unsigned* array, unsigned length); 40 static inline PassRefPtr<Uint32Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); 65 PassRefPtr<Uint32Array> Uint32Array::create(unsigned length) function in class:WTF::Uint32Array 67 return TypedArrayBase<unsigned>::create<Uint32Array>(length); 70 PassRefPtr<Uint32Array> Uint32Array::create(const unsigned int* array, unsigned length) function in class:WTF::Uint32Array 72 return TypedArrayBase<unsigned>::create<Uint32Array>(array, length); 75 PassRefPtr<Uint32Array> Uint32Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) function in class:WTF::Uint32Array 77 return TypedArrayBase<unsigned>::create<Uint32Array>(buffer, byteOffset, length);
|
Uint8Array.h | 38 static inline PassRefPtr<Uint8Array> create(unsigned length); 39 static inline PassRefPtr<Uint8Array> create(const unsigned char* array, unsigned length); 40 static inline PassRefPtr<Uint8Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length); 65 PassRefPtr<Uint8Array> Uint8Array::create(unsigned length) function in class:WTF::Uint8Array 67 return TypedArrayBase<unsigned char>::create<Uint8Array>(length); 70 PassRefPtr<Uint8Array> Uint8Array::create(const unsigned char* array, unsigned length) function in class:WTF::Uint8Array 72 return TypedArrayBase<unsigned char>::create<Uint8Array>(array, length); 75 PassRefPtr<Uint8Array> Uint8Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) function in class:WTF::Uint8Array 77 return TypedArrayBase<unsigned char>::create<Uint8Array>(buffer, byteOffset, length);
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
StringImplTest.cpp | 36 RefPtr<StringImpl> testStringImpl = StringImpl::create("1224");
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebPagePopup.h | 43 BLINK_EXPORT static WebPagePopup* create(WebWidgetClient*);
|
/external/chromium_org/ui/views/ |
views_touch_selection_controller_factory_mac.cc | 12 ui::TouchSelectionController* ViewsTouchSelectionControllerFactory::create( function in class:views::ViewsTouchSelectionControllerFactory
|
/external/guava/guava-tests/test/com/google/common/collect/ |
HashMultimapTest.java | 28 @Override protected Multimap<String, Integer> create() { method in class:HashMultimapTest 29 return HashMultimap.create(); 37 HashMultimap<String, Integer> multimap = HashMultimap.create(); 47 HashMultimap<String, Integer> copy = HashMultimap.create(multimap); 53 HashMultimap<String, Integer> multimap = HashMultimap.create(20, 15); 63 HashMultimap.create(-20, 15); 68 HashMultimap.create(20, -15); 74 Multimap<String, Integer> setMultimap = HashMultimap.create(); 75 Multimap<String, Integer> listMultimap = ArrayListMultimap.create();
|
AbstractTableReadTest.java | 48 create(Object... data); method in class:AbstractTableReadTest 56 table = create(); 60 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 73 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 81 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 89 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 98 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 112 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 118 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 123 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c') [all...] |
HashBasedTableTest.java | 32 @Override protected Table<String, Integer, Character> create( method in class:HashBasedTableTest 34 Table<String, Integer, Character> table = HashBasedTable.create(); 43 Table<String, Integer, Character> table1 = HashBasedTable.create(100, 20); 47 Table<String, Integer, Character> table2 = HashBasedTable.create(100, 0); 51 Table<String, Integer, Character> table3 = HashBasedTable.create(0, 20); 55 Table<String, Integer, Character> table4 = HashBasedTable.create(0, 0); 62 HashBasedTable.create(100, -5); 67 HashBasedTable.create(-5, 20); 74 = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 75 Table<String, Integer, Character> copy = HashBasedTable.create(original) [all...] |
InverseBiMapTest.java | 28 @Override protected BiMap<Integer, String> create() { method in class:InverseBiMapTest 29 BiMap<String, Integer> inverse = HashBiMap.create();
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
SVGCSSComputedStyleDeclaration.cpp | 36 return CSSPrimitiveValue::create(0.0f, CSSPrimitiveValue::CSS_DEG); 38 return CSSPrimitiveValue::create(90.0f, CSSPrimitiveValue::CSS_DEG); 40 return CSSPrimitiveValue::create(180.0f, CSSPrimitiveValue::CSS_DEG); 42 return CSSPrimitiveValue::create(270.0f, CSSPrimitiveValue::CSS_DEG); 73 list->append(CSSPrimitiveValue::create(paintOrderType)); 89 values->append(CSSPrimitiveValue::create(url, CSSPrimitiveValue::CSS_URI)); 91 values->append(CSSPrimitiveValue::create(CSSValueNone)); 99 return CSSPrimitiveValue::create(CSSValueNone); 129 return CSSPrimitiveValue::create(svgStyle.clipRule()); 131 return CSSPrimitiveValue::create(svgStyle.floodOpacity(), CSSPrimitiveValue::CSS_NUMBER) [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/test_data/github_file_system/ |
expected_read.txt | 8 chrome.app.window.create('main.html',
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimatedRect.h | 41 static PassRefPtr<SVGAnimatedRect> create(SVGElement* contextElement, const QualifiedName& attributeName) function in class:blink::SVGAnimatedRect 48 : SVGAnimatedProperty<SVGRect>(contextElement, attributeName, SVGRect::create(SVGRect::InvalidSVGRectTag()))
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
Response.h | 28 static Response* create(ExecutionContext*, Blob*, const Dictionary&, ExceptionState&); 29 static Response* create(ExecutionContext*, const String&, const Dictionary&, ExceptionState&); 30 static Response* create(ExecutionContext*, const ArrayBuffer*, const Dictionary&, ExceptionState&); 31 static Response* create(ExecutionContext*, const ArrayBufferView*, const Dictionary&, ExceptionState&); 32 static Response* create(ExecutionContext*, Blob*, const ResponseInit&, ExceptionState&); 33 static Response* create(ExecutionContext*, FetchResponseData*); 34 static Response* create(ExecutionContext*, const WebServiceWorkerResponse&); 37 static Response* create(const Response&);
|
/external/clang/unittests/AST/ |
DeclTest.cpp | 32 Factory->create(), 56 Factory->create(),
|
/external/javassist/src/main/javassist/scopedpool/ |
ScopedClassPoolFactoryImpl.java | 30 public ScopedClassPool create(ClassLoader cl, ClassPool src, method in class:ScopedClassPoolFactoryImpl 38 public ScopedClassPool create(ClassPool src, method in class:ScopedClassPoolFactoryImpl
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
ClassesKey.java | 19 private static final Key FACTORY = (Key)KeyFactory.create(Key.class, KeyFactory.OBJECT_BY_CLASS); 28 public static Object create(Object[] array) { method in class:ClassesKey
|