HomeSort by relevance Sort by last modified time
    Searched refs:GetPropertyValue (Results 1 - 9 of 9) sorted by null

  /external/lldb/include/lldb/Core/
UserSettingsController.h 59 GetPropertyValue (const ExecutionContext *exe_ctx,
  /external/lldb/source/Core/
UserSettingsController.cpp 28 Properties::GetPropertyValue (const ExecutionContext *exe_ctx,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
uiautomationcore.h 74 virtual HRESULT STDMETHODCALLTYPE GetPropertyValue(
111 HRESULT (STDMETHODCALLTYPE *GetPropertyValue)(
135 #define IRawElementProviderSimple_GetPropertyValue(This,propertyId,pRetVal) (This)->lpVtbl->GetPropertyValue(This,propertyId,pRetVal)
156 return This->lpVtbl->GetPropertyValue(This,propertyId,pRetVal);
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.h 335 // The GetPatternProvider/GetPropertyValue methods need to be implemented for
338 STDMETHODIMP GetPropertyValue(PROPERTYID id, VARIANT* ret);
native_view_accessibility_win.cc     [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.h 736 // The GetPatternProvider/GetPropertyValue methods need to be implemented for
740 CONTENT_EXPORT STDMETHODIMP GetPropertyValue(PROPERTYID id, VARIANT* ret);
browser_accessibility_win.cc     [all...]
  /external/lldb/source/API/
SBDebugger.cpp 969 lldb::OptionValueSP value_sp (debugger_sp->GetPropertyValue (&exe_ctx,
    [all...]
  /external/lldb/source/Commands/
CommandObjectSettings.cpp 200 lldb::OptionValueSP value_sp (m_interpreter.GetDebugger().GetPropertyValue(&m_exe_ctx, setting_var_name, false, error));
    [all...]

Completed in 315 milliseconds