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

  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_status.cc 89 OriginAndType origin_and_type = GetOriginAndType(url); local
91 int count = --writing_[origin_and_type][normalized_path];
93 writing_[origin_and_type].erase(normalized_path);
94 if (writing_[origin_and_type].empty())
95 writing_.erase(origin_and_type);
110 OriginAndType origin_and_type = GetOriginAndType(url); local
112 syncing_[origin_and_type].erase(normalized_path);
113 if (syncing_[origin_and_type].empty())
114 syncing_.erase(origin_and_type);

Completed in 97 milliseconds