Searched refs:typeArg (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | UIEvent.cpp | 58 void UIEvent::initUIEvent(const AtomicString& typeArg, bool canBubbleArg, bool cancelableArg, PassR… in initUIEvent() argument 63 initEvent(typeArg, canBubbleArg, cancelableArg); in initUIEvent()
|
D | CustomEvent.idl | 31 [Custom] void initCustomEvent([Default=Undefined] optional DOMString typeArg,
|
D | TextEvent.idl | 31 void initTextEvent([Default=Undefined] optional DOMString typeArg,
|
D | CompositionEvent.idl | 36 void initCompositionEvent([Default=Undefined] optional DOMString typeArg,
|
D | MessageEvent.idl | 38 …, MeasureAs=InitMessageEvent] void initMessageEvent([Default=Undefined] optional DOMString typeArg,
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/ |
D | V8CustomEventCustom.cpp | 85 TOSTRING_VOID(V8StringResource<>, typeArg, info[0]); in initCustomEventMethodCustom() 90 event->initEvent(typeArg, canBubbleArg, cancelableArg); in initCustomEventMethodCustom()
|
D | V8MessageEventCustom.cpp | 109 TOSTRING_VOID(V8StringResource<>, typeArg, info[0]); in initMessageEventMethodCustom() 124 …event->initMessageEvent(typeArg, canBubbleArg, cancelableArg, originArg, lastEventIdArg, sourceArg… in initMessageEventMethodCustom()
|
/external/chromium_org/third_party/codesighs/ |
D | msdump2symdb.c | 466 const char* typeArg = NULL; in processLine() local 471 typeArg = skipToArg(sectionString, 5); in processLine() 472 if(NULL != typeArg) in processLine() 479 if('.' == *typeArg) in processLine() 481 typeArg++; in processLine() 483 typeDup = strdup(typeArg); in processLine() 533 ERROR_REPORT(retval, typeArg, "Unable to duplicate type."); in processLine()
|
/external/chromium_org/third_party/WebKit/Source/core/storage/ |
D | StorageEvent.idl | 35 void initStorageEvent([Default=Undefined] optional DOMString typeArg, 45 …// void initStorageEventNS(DOMString namespaceURI, DOMString typeArg, boolean canBubbleArg, boolea…
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 293 ParsedType typeArg, Syntax syntaxUsed) in AttributeList() argument 299 new (&getTypeBuffer()) ParsedType(typeArg); in AttributeList() 640 ParsedType typeArg, AttributeList::Syntax syntaxUsed) { in createTypeAttribute() argument 644 typeArg, syntaxUsed)); in createTypeAttribute() 777 ParsedType typeArg, AttributeList::Syntax syntaxUsed) { in addNewTypeAttr() argument 780 typeArg, syntaxUsed); in addNewTypeAttr()
|