HomeSort by relevance Sort by last modified time
    Searched defs:GetConstants (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/base/
net_log_logger.cc 69 base::DictionaryValue* NetLogLogger::GetConstants() {
  /external/chromium_org/content/browser/media/
media_internals_proxy.cc 69 CallJavaScriptFunctionOnUIThread("media.onReceiveConstants", GetConstants());
99 base::Value* MediaInternalsProxy::GetConstants() {
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
gpmgmt.h 537 virtual HRESULT WINAPI GetConstants(IGPMConstants **ppIGPMConstants) = 0;
560 HRESULT (WINAPI *GetConstants)(IGPM *This,IGPMConstants **ppIGPMConstants);
585 #define IGPM_GetConstants(This,ppIGPMConstants) (This)->lpVtbl->GetConstants(This,ppIGPMConstants)
    [all...]

Completed in 190 milliseconds