Home | History | Annotate | Download | only in API

Lines Matching defs:options

706     SBExpressionOptions options;
707 options.ref().SetKeepInMemory(true);
708 return CreateValueFromExpression (name, expression, options);
712 SBValue::CreateValueFromExpression (const char *name, const char *expression, SBExpressionOptions &options)
725 options.ref().SetKeepInMemory(true);
729 options.ref());
1030 // using default values for all the fancy options, just do it if you can