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

  /external/chromium_org/third_party/npapi/npspy/windows/
gui_fiter.cpp 52 for(int i = IDC_CHECK_NPN_VERSION; i < IDC_CHECK_NPN_VERSION + TOTAL_NUMBER_OF_API_CALLS - 1; i++)
58 for(int i = IDC_CHECK_NPN_VERSION; i < IDC_CHECK_NPN_VERSION + TOTAL_NUMBER_OF_API_CALLS - 1; i++)
77 // we assume that checkbox ids start with IDC_CHECK_NPN_VERSION and are consequitive
78 for(int i = IDC_CHECK_NPN_VERSION; i < IDC_CHECK_NPN_VERSION + TOTAL_NUMBER_OF_API_CALLS - 1; i++)
79 mutedcalls[i - IDC_CHECK_NPN_VERSION + 1] = (BST_UNCHECKED == IsDlgButtonChecked(hWnd, i));
111 // we assume that checkbox ids start with IDC_CHECK_NPN_VERSION and are consequitive
112 for(int i = IDC_CHECK_NPN_VERSION; i < IDC_CHECK_NPN_VERSION + TOTAL_NUMBER_OF_API_CALLS - 1; i++
    [all...]
resource.h 26 #define IDC_CHECK_NPN_VERSION 1002

Completed in 46 milliseconds