Searched refs:PropertyValue (Results 1 – 9 of 9) sorted by relevance
48 if (m_eMode == CFX_CSSSyntaxMode::PropertyValue && in DoSyntaxParse()51 m_eStatus = CFX_CSSSyntaxStatus::PropertyValue; in DoSyntaxParse()121 SwitchMode(CFX_CSSSyntaxMode::PropertyValue); in DoSyntaxParse()141 case CFX_CSSSyntaxMode::PropertyValue: in DoSyntaxParse()147 return CFX_CSSSyntaxStatus::PropertyValue; in DoSyntaxParse()151 return CFX_CSSSyntaxStatus::PropertyValue; in DoSyntaxParse()
25 PropertyValue, enumerator37 PropertyValue, enumerator
83 case CFX_CSSSyntaxStatus::PropertyValue: { in LoadStyleRule()131 case CFX_CSSSyntaxStatus::PropertyValue: in SkipRuleSet()
155 } else if (eStatus == CFX_CSSSyntaxStatus::PropertyValue) { in AppendInlineStyle()
541 type PropertyValue struct { struct552 func (m *PropertyValue) Reset() { *m = PropertyValue{} } argument553 func (m *PropertyValue) String() string { return proto.CompactTextString(m) } argument554 func (*PropertyValue) ProtoMessage() {} argument556 func (m *PropertyValue) GetInt64Value() int64 { argument563 func (m *PropertyValue) GetBooleanValue() bool { argument570 func (m *PropertyValue) GetStringValue() string { argument577 func (m *PropertyValue) GetDoubleValue() float64 { argument584 func (m *PropertyValue) GetPointvalue() *PropertyValue_PointValue { argument591 func (m *PropertyValue) GetUservalue() *PropertyValue_UserValue { argument[all …]
8 message PropertyValue { message73 required PropertyValue value = 5;167 required PropertyValue value = 2;331 required PropertyValue value = 31;
40 pv pb.PropertyValue247 Value: new(pb.PropertyValue),
377 func propValue(v *pb.PropertyValue, m pb.Property_Meaning) (interface{}, error) { argument428 value *pb.PropertyValue
140 class PropertyValue(object): class155 value = PropertyValue(name)