Home | History | Annotate | Download | only in metro_driver

Lines Matching refs:walk

236     const wchar_t* walk = filter_.c_str();
237 while (*walk != L'\0') {
238 // Walk past the description.
239 walk += wcslen(walk) + 1;
242 if (*walk == L'\0')
247 size_t extension_count = Tokenize(walk, L";", &extensions_win32_style);
273 // Walk past the extension.
274 walk += wcslen(walk) + 1;
413 const wchar_t* walk = filter_.c_str();
414 while (*walk != L'\0') {
416 hr = description.Set(walk);
420 // Walk past the description.
421 walk += wcslen(walk) + 1;
424 if (*walk == L'\0')
429 size_t extension_count = Tokenize(walk, L";", &extensions_win32_style);
460 // Walk past the extension(s).
461 walk += wcslen(walk) + 1;