Lines Matching full:level
21 // Accumulates WebDriver Logging API entries of a given type and minimum level.
29 // Converts WD wire protocol level name -> Level, false on bad name.
30 static bool NameToLevel(const std::string& name, Level* out_level);
32 // Creates a WebDriverLog with the given type and minimum level.
33 WebDriverLog(const std::string& type, Level min_level);
42 // Translates a Log entry level into a WebDriver level and stores the entry.
44 Level level,
49 void set_min_level(Level min_level);
50 Level min_level() const;
54 Level min_level_; // Minimum level of entries to store.