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

  /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...]
  /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/WebCore/platform/graphics/gstreamer/
PlatformVideoWindowQt.cpp 118 m_videoWindowId = m_window->winId();
  /external/webkit/Tools/QtTestBrowser/
webpage.cpp 198 l->winId();
launcherwindow.cpp 437 if (!winId()) {
449 XChangeProperty(QX11Info::display(), winId(), atom, XA_INTEGER, 32, PropModeReplace, reinterpret_cast<unsigned char*>(&val), 1);
    [all...]
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 787 *((XID *)w) = client ? client->ownerWidget()->window()->winId() : 0;
    [all...]
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 106 return pluginParent->winId();

Completed in 215 milliseconds