HomeSort by relevance Sort by last modified time
    Searched refs:UpdateItem (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/media/
media_internals_unittest.cc 42 void UpdateItem(const std::string& item, const std::string& property,
44 internals_->UpdateItem(std::string(), item, property, value);
62 UpdateItem("some.item", "testing", new base::FundamentalValue(true));
74 UpdateItem("some.item", "testing", new base::FundamentalValue(true));
75 UpdateItem("some.item", "value", new base::FundamentalValue(5));
76 UpdateItem("some.item", "testing", new base::FundamentalValue(false));
121 UpdateItem("some.item", "testing", base::Value::CreateNullValue());
media_internals.h 81 void UpdateItem(const std::string& update_fn, const std::string& id,
media_internals.cc 101 UpdateItem("media.addAudioStream", stream, property, value);
110 void MediaInternals::UpdateItem(
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 245 const CUpdateItem *UpdateItem;
251 UpdateItem(&ui),
294 const CUpdateItem &u1 = *a1.UpdateItem;
295 const CUpdateItem &u2 = *a2.UpdateItem;

Completed in 74 milliseconds