Searched defs:osk_path (Results 1 - 1 of 1) sorted by path

/external/chromium_org/base/win/
H A Dwin_util.cc255 static base::LazyInstance<string16>::Leaky osk_path = local
258 if (osk_path.Get().empty()) {
272 WriteInto(&osk_path.Get(), osk_path_length),
279 osk_path.Get().find(L"%CommonProgramFiles%");
286 osk_path.Get().erase(common_program_files_offset,
318 osk_path.Get().insert(1, common_program_files_path);
324 osk_path.Get().c_str(),

Completed in 196 milliseconds