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

  /external/chromium_org/extensions/browser/
extension_error.h 49 size_t occurrences() const { return occurrences_; }
50 void set_occurrences(size_t occurrences) { occurrences_ = occurrences; }
85 size_t occurrences_; member in class:extensions::ExtensionError
extension_error.cc 40 occurrences_(1u) {
  /external/chromium_org/third_party/cld/base/
logging.h 674 #define LOG_OCCURRENCES LOG_EVERY_N_VARNAME(occurrences_, __LINE__)
    [all...]

Completed in 81 milliseconds