OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:winid
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
wintz.c
120
static LONG openTZRegKey(HKEY *hkey, const char *
winid
)
133
uprv_strcat(subKeyName,
winid
);
151
static LONG getTZI(const char *
winid
, TZI *tzi)
157
result = openTZRegKey(&hkey,
winid
);
174
static LONG getSTDName(const char *
winid
, char *regStdName, int32_t length) {
179
result = openTZRegKey(&hkey,
winid
);
294
/* Note: We get the
winid
not from static tables but from resource bundle. */
297
const char*
winid
;
local
302
winid
= ures_getKey(winTZ);
303
result = getTZI(
winid
, &tziReg)
[
all
...]
/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 1128 milliseconds