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

  /external/chromium_org/chrome/renderer/safe_browsing/
scorer_unittest.cc 36 rule->set_weight(0.5);
40 rule->set_weight(2.0);
45 rule->set_weight(3.0);
phishing_classifier_browsertest.cc 81 rule->set_weight(-1.0);
90 rule->set_weight(1.0);
  /external/chromium_org/ppapi/cpp/dev/
truetype_font_dev.cc 34 set_weight(PP_TRUETYPEFONTWEIGHT_NORMAL);
50 set_weight(other.weight());
66 set_weight(other.weight());
font_dev.cc 31 set_weight(PP_FONTWEIGHT_NORMAL);
42 set_weight(other.weight());
font_dev.h 50 void set_weight(PP_FontWeight_Dev w) { pp_font_description_.weight = w; } function in class:pp::FontDescription_Dev
truetype_font_dev.h 72 void set_weight(PP_TrueTypeFontWeight_Dev weight) { function in class:pp::TrueTypeFontDesc_Dev
  /external/chromium_org/ppapi/cpp/trusted/
browser_font_trusted.h 54 void set_weight(PP_BrowserFont_Trusted_Weight w) { function in class:pp::BrowserFontDescription
browser_font_trusted.cc 55 set_weight(PP_BROWSERFONT_TRUSTED_WEIGHT_NORMAL);
67 set_weight(other.weight());
  /external/chromium_org/pdf/
progress_control.cc 95 description.set_weight(PP_FONTWEIGHT_BOLD);
188 description.set_weight(PP_FONTWEIGHT_BOLD);
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 620 rule->set_weight(0.1f);
627 rule->set_weight(0.2f);
  /external/chromium_org/ppapi/tests/
test_truetype_font.cc 223 create_desc.set_weight(PP_TRUETYPEFONTWEIGHT_NORMAL);
  /external/chromium_org/net/spdy/
spdy_protocol.h 979 void set_weight(uint8 weight) { weight_ = weight; } function in class:net::SpdyPriorityIR
    [all...]
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 231 description.set_weight(PP_BROWSERFONT_TRUSTED_WEIGHT_BOLD);
243 description.set_weight(WeightToBrowserFontTrustedWeight(weight));
    [all...]

Completed in 344 milliseconds