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

  /external/chromium_org/components/dom_distiller/core/
distiller_page.cc 89 const dom_distiller::proto::TimingInfo& timing =
  /external/chromium_org/third_party/dom_distiller_js/package/proto_gen/third_party/dom_distiller_js/
dom_distiller_json_converter.h 365 class TimingInfo {
367 static bool ReadFromValue(const base::Value* json, dom_distiller::proto::TimingInfo* message) {
411 static scoped_ptr<base::Value> WriteToValue(const dom_distiller::proto::TimingInfo& message) {
543 if (!dom_distiller::proto::json::TimingInfo::ReadFromValue(inner_message_value, message->mutable_timing_info())) {
598 dom_distiller::proto::json::TimingInfo::WriteToValue(message.timing_info());
  /external/llvm/lib/IR/
LegacyPassManager.cpp 457 /// TimingInfo Class - This class is used to calculate information about the
464 class TimingInfo {
469 TimingInfo() : TG("... Pass execution timing report ...") {}
472 ~TimingInfo() {
501 static TimingInfo *TheTimeInfo;
    [all...]

Completed in 78 milliseconds