Home
last modified time | relevance | path

Searched refs:klass_name (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstwin32devicewatcher.cpp158 static const gchar *klass_name = "GstWin32DeviceWatcher"; in create_hwnd() local
162 atom = GetClassInfoExA (hinstance, klass_name, &wc); in create_hwnd()
170 wc.lpszClassName = klass_name; in create_hwnd()
184 hwnd = CreateWindowExA (0, klass_name, "", 0, 0, 0, 0, 0, in create_hwnd()
/third_party/python/Lib/distutils/
Ddist.py825 klass_name = command
834 klass = getattr(module, klass_name)
838 % (command, klass_name, module_name))