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

/haiku/src/apps/expander/
H A DExpanderSettings.cpp97 bool showContentsListing; local
111 && read_data(file, showContentsListing)
137 fMessage.ReplaceBool("show_contents_listing", showContentsListing);
157 bool showContentsListing; local
170 &showContentsListing) == B_OK) {
186 file.Write(&showContentsListing, sizeof(showContentsListing));
231 bool showContentsListing; local
257 &showContentsListing) == B_OK) {
258 fMessage.ReplaceBool("show_contents_listing", showContentsListing);
[all...]

Completed in 105 milliseconds