Searched refs:writeElement (Results 1 - 10 of 10) sorted by relevance

/external/collada/include/dae/
H A DdaeTinyXMLPlugin.h65 void writeElement( daeElement* element );
/external/collada/include/modules/
H A DdaeLIBXMLPlugin.h82 void writeElement( daeElement* element );
/external/collada/src/dae/
H A DdaeTinyXMLPlugin.cpp142 writeElement(document->getDomRoot());
151 void daeTinyXMLPlugin::writeElement( daeElement* element ) function in class:daeTinyXMLPlugin
181 writeElement( children.get(x) );
/external/collada/src/modules/LIBXMLPlugin/
H A DdaeLIBXMLPlugin.cpp335 writeElement( document->getDomRoot() );
349 void daeLIBXMLPlugin::writeElement( daeElement* element ) function in class:daeLIBXMLPlugin
396 writeElement( children.get(x) );
405 writeElement( elem );
417 writeElement( *(daeElementRef*)children[i]->get(element,c) );
538 writeElement( newSrc );
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DFieldSet.java506 private static void writeElement(final CodedOutputStream output, method in class:FieldSet
582 writeElement(output, type, number, element);
586 writeElement(output, type, number, value);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.h584 @method writeElement:withPasteboardTypes:toPasteboard:
590 - (void)writeElement:(NSDictionary *)element withPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard;
H A DWebView.mm4102 - (void)writeElement:(NSDictionary *)element withPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebView.idl632 @method writeElement:withPasteboardTypes:toPasteboard:
637 - (void)writeElement:(NSDictionary *)element withPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard;
639 HRESULT writeElement([in] IPropertyBag* elementDictionary, [in, size_is(cWithPasteboardTypes)] BSTR* withPasteboardTypes, [in] int cWithPasteboardTypes, [in] IDataObject* pasteboard);
/external/webkit/Source/WebKit/win/
H A DWebView.h281 virtual HRESULT STDMETHODCALLTYPE writeElement(
H A DWebView.cpp3545 HRESULT STDMETHODCALLTYPE WebView::writeElement(

Completed in 362 milliseconds