Home
last modified time | relevance | path

Searched defs:set_source (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_conv_adaptor_vcgen.h45 void set_source(VertexSource& source) in set_source() function
/external/pdfium/fxjs/
Dcjs_event.cpp236 CJS_Return event::set_source(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_source() function in event
Dcjs_field.cpp2590 CJS_Return Field::set_source(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_source() function in Field
/external/v8/src/crankshaft/
Dlithium.h277 void set_source(LOperand* operand) { source_ = operand; } in set_source() function