HomeSort by relevance Sort by last modified time
    Searched full:component_ime (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/chromeos/input_method/
component_extension_ime_manager_impl.cc 283 ComponentExtensionIME component_ime; local
284 component_ime.path = base::FilePath(
287 if (!component_ime.path.IsAbsolute()) {
291 component_ime.path = resources_path.Append(component_ime.path);
294 component_ime.path.Append("manifest.json");
296 if (!base::PathExists(component_ime.path) ||
300 if (!base::ReadFileToString(manifest_path, &component_ime.manifest))
304 GetManifest(component_ime.path);
310 &component_ime))
    [all...]

Completed in 5556 milliseconds