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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
moniker.h 7 #warning Your code should include objbase.h instead of moniker.h header file.
wintrust.h 485 SPC_SERIALIZED_OBJECT Moniker;
  /external/chromium_org/media/video/capture/win/
video_capture_device_factory_win.cc 116 ScopedComPtr<IMoniker> moniker; local
118 while (enum_moniker->Next(1, moniker.Receive(), NULL) == S_OK) {
120 hr = moniker->BindToStorage(0, 0, IID_IPropertyBag, prop_bag.ReceiveVoid());
122 moniker.Release();
158 moniker.Release();
211 ScopedComPtr<IMoniker> moniker;
214 while (enum_moniker->Next(1, moniker.Receive(), NULL) == S_OK) {
216 hr = moniker->BindToStorage(0, 0, IID_IPropertyBag, prop_bag.ReceiveVoid());
218 moniker.Release();
230 moniker.Release()
    [all...]
video_capture_device_win.cc 45 ScopedComPtr<IMoniker> moniker;
48 while (enum_moniker->Next(1, moniker.Receive(), &fetched) == S_OK) {
50 hr = moniker->BindToStorage(0, 0, IID_IPropertyBag, prop_bag.ReceiveVoid());
52 moniker.Release();
69 hr = moniker->BindToObject(0, 0, IID_IBaseFilter,
75 moniker.Release();
  /external/chromium_org/sandbox/win/src/
app_container.cc 104 LPCWSTR moniker,
156 LPWSTR* moniker);
app_container.h 53 // AppContainer, and |name| will be used as both the display name and moniker.
  /external/chromium_org/chrome/browser/google/
google_update_win.cc 77 // CoCreateInstance, or using the Elevation moniker if running on Vista.
87 // moniker. This ensures that the UAC dialog shows up.
  /external/chromium_org/media/audio/alsa/
audio_manager_alsa.cc 164 // device, so we must open the device via the "default" moniker.
  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_win.cc 40 // The COM elevation moniker for the Elevated Controller.
daemon_installer_win.cc 37 // The COM elevation moniker for the per-machine Omaha COM server.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 392 // This is only ever called by recorrection at the moment, hence the ForRecorrection moniker.
  /ndk/docs/text/
CPU-ARCH-ABIS.text 64 Note that the AAPCS standard defines 'EABI' as a moniker used to specify
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastQueue.java 66 * Recognizable moniker for this queue
    [all...]

Completed in 591 milliseconds