HomeSort by relevance Sort by last modified time
    Searched full:elevation (Results 26 - 50 of 108) sorted by null

12 3 4 5

  /external/chromium_org/remoting/host/setup/
daemon_installer_win.cc 37 // The COM elevation moniker for the per-machine Omaha COM server.
39 L"Elevation:Administrator!new:GoogleUpdate.Update3WebMachine";
89 // launching a per-user instance of Omaha and requesting elevation.
344 // Check if the machine instance of Omaha is available. The COM elevation is
daemon_controller_win.cc 43 // The COM elevation moniker for the Elevated Controller.
45 L"Elevation:Administrator!new:"
87 // Elevation is supported (Vista+) the activated instance is elevated,
290 // The COM elevation is supported on Vista and above.
daemon_controller.h 135 // elevation prompts properly.
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
Panner.h 57 virtual void pan(double azimuth, double elevation, const AudioBus* inputBus, AudioBus* outputBus, size_t framesToProcess) = 0;
HRTFKernel.h 46 // For a given azimuth / elevation angle there will be one HRTFKernel for the left ear transfer function, and one for the right ear.
EqualPowerPanner.cpp 52 void EqualPowerPanner::pan(double azimuth, double /*elevation*/, const AudioBus* inputBus, AudioBus* outputBus, size_t framesToProcess)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
svgattrs.in 52 elevation
  /external/chromium_org/chrome/test/security_tests/
ipc_security_tests.cc 153 // Implements a pipe impersonation attack resulting on a privilege elevation on
165 // security context (privilege elevation).
  /external/chromium_org/webkit/child/
webkitplatformsupport_impl.cc 482 // Extract the azimuth and elevation from the resource name.
484 int elevation = 0; local
486 sscanf(name, "IRC_Composite_C_R0195_T%3d_P%3d", &azimuth, &elevation);
494 // 0 <= elevation <= 90 (or 315 <= elevation <= 345)
497 elevation <= 90 ? elevation / kAngleSpacing :
498 7 + (elevation - 315) / kAngleSpacing;
    [all...]
  /external/chromium/chrome/browser/google/
google_update.cc 97 // CoCreateInstance, or using the Elevation moniker if running on Vista.
106 // For Vista we need to instantiate the COM server via the elevation
114 StringPrintf(L"Elevation:Administrator!new:%ls", class_id_as_string);
  /external/chromium_org/chrome/browser/google/
google_update_win.cc 77 // CoCreateInstance, or using the Elevation moniker if running on Vista.
86 // For Vista, need to instantiate the COM server via the elevation
94 base::StringPrintf(L"Elevation:Administrator!new:%ls",
  /development/samples/devbytes/animation/SlidingFragments/res/layout/
text_fragment.xml 81 android:text="@string/elevation"
  /external/chromium_org/chrome/installer/setup/
install_worker.h 166 // elevation policy.
180 // Refreshes the elevation policy on platforms where it is supported.
chrome_frame_ready_mode.cc 111 // Delete the command elevation registry keys
  /external/chromium_org/sandbox/win/src/
process_thread_policy.cc 21 // vectors of privilege elevation.
  /external/chromium_org/third_party/WebKit/ManualTests/
svg-filter-animation.svg 44 <feDistantLight azimuth="0" elevation="90" />
  /external/chromium_org/webkit/data/test_shell/frames/iframe1_files/
test.txt 133 .guideline { volume: loud ; pause-before: 20%; elevation: above }
  /external/chromium_org/remoting/host/win/
wts_session_process_delegate.cc 162 // Windows XP does not support elevation.
184 // process performing elevation and the worker process itself) and make sure
  /external/chromium_org/remoting/host/
host_main.cc 111 // Launch the child process requesting elevation.
  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicToQuads.cpp 7 Then for degree elevation, the equations are:
  /external/skia/src/pathops/
SkDCubicToQuads.cpp 7 Then for degree elevation, the equations are:
  /external/chromium_org/tools/win/toolchain/
toolchain.py 132 elevation for no obvious reason even when only downloading, so this function
133 will trigger a UAC elevation if the script is not run from an elevated
144 'Running sdksetup.exe to download Win8 SDK (may request elevation)...\n')
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater_win.cc 68 // Returns a window that can be used for elevation.
  /external/chromium_org/chrome/installer/util/
util_constants.h 116 REFRESHING_POLICY, // 9: Refreshing the elevation policy.
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
css.php 76 'elevation', 'empty-cells', 'float', 'font-family', 'font-size',

Completed in 462 milliseconds

12 3 4 5