Home | History | Annotate | Download | only in page

Lines Matching full:value

125     int value;
127 // Listing a key with no value is shorthand for key=yes
129 value = 1;
131 value = valueString.toInt();
136 x = value;
139 y = value;
142 width = value;
145 height = value;
147 menuBarVisible = value;
149 toolBarVisible = value;
151 locationBarVisible = value;
153 statusBarVisible = value;
155 fullscreen = value;
157 scrollbarsVisible = value;
165 const String& value = it->second;
166 return value.isNull() || value == "1" || value == "yes" || value == "on";
175 // Would be good to tell them apart somehow since string with no digits should be default value and
176 // "0q" should be minimum value.