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

  /external/chromium_org/chrome_frame/
utils.cc 386 static uint32 ie_major_version = UINT_MAX; local
388 if (ie_major_version == UINT_MAX) {
394 ie_major_version = 0;
399 ie_major_version = HIWORD(high);
401 ie_major_version = 0;
406 return ie_major_version;
    [all...]
utils.h 591 int ie_major_version);

Completed in 26 milliseconds