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

  /external/icu4c/common/
wintz.c 119 static LONG openTZRegKey(HKEY *hkey, const char *winid)
132 uprv_strcat(subKeyName, winid);
150 static LONG getTZI(const char *winid, TZI *tzi)
156 result = openTZRegKey(&hkey, winid);
252 /* Note: We get the winid not from static tables but from resource bundle. */
254 const char* winid; local
260 winid = ures_getKey(winTZ);
261 result = getTZI(winid, &tziReg);
  /external/webkit/Source/WebKit/wx/
WebView.h 602 #define EVT_WEBVIEW_LOAD(winid, func) \
604 winid, \
610 #define EVT_WEBVIEW_BEFORE_LOAD(winid, func) \
612 winid, \
618 #define EVT_WEBVIEW_NEW_WINDOW(winid, func) \
620 winid, \
626 #define EVT_WEBVIEW_RIGHT_CLICK(winid, func) \
628 winid, \
634 #define EVT_WEBVIEW_CONSOLE_MESSAGE(winid, func) \
636 winid, \
    [all...]

Completed in 397 milliseconds