Home
last modified time | relevance | path

Searched refs:typeArg (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DUIEvent.cpp58 void UIEvent::initUIEvent(const AtomicString& typeArg, bool canBubbleArg, bool cancelableArg, PassR… in initUIEvent() argument
63 initEvent(typeArg, canBubbleArg, cancelableArg); in initUIEvent()
DCustomEvent.idl31 [Custom] void initCustomEvent([Default=Undefined] optional DOMString typeArg,
DTextEvent.idl31 void initTextEvent([Default=Undefined] optional DOMString typeArg,
DCompositionEvent.idl36 void initCompositionEvent([Default=Undefined] optional DOMString typeArg,
DMessageEvent.idl38 …, MeasureAs=InitMessageEvent] void initMessageEvent([Default=Undefined] optional DOMString typeArg,
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
DV8CustomEventCustom.cpp85 TOSTRING_VOID(V8StringResource<>, typeArg, info[0]); in initCustomEventMethodCustom()
90 event->initEvent(typeArg, canBubbleArg, cancelableArg); in initCustomEventMethodCustom()
DV8MessageEventCustom.cpp109 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/
Dmsdump2symdb.c466 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/
DStorageEvent.idl35 void initStorageEvent([Default=Undefined] optional DOMString typeArg,
45 …// void initStorageEventNS(DOMString namespaceURI, DOMString typeArg, boolean canBubbleArg, boolea…
/external/clang/include/clang/Sema/
DAttributeList.h293 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()