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

  /external/chromium_org/chrome/browser/
screensaver_window_finder_x11.cc 41 if (!ui::GetStringProperty(window, "WM_CLASS", &value))
  /external/chromium_org/chrome_frame/
com_message_event.cc 111 hr = GetStringProperty(flags, UTF8ToWide(message_).c_str(), result);
115 hr = GetStringProperty(flags, UTF8ToWide(origin_).c_str(), result);
119 hr = GetStringProperty(flags, UTF8ToWide(type_).c_str(), result);
123 hr = GetStringProperty(flags, L"", result);
147 HRESULT ComMessageEvent::GetStringProperty(WORD flags, const wchar_t* value,
com_message_event.h 47 HRESULT GetStringProperty(WORD flags, const wchar_t* value, VARIANT* result);
  /external/chromium/chrome/browser/
idle_linux.cc 47 if (!ui::GetStringProperty(window, "WM_CLASS", &value))
  /external/chromium_org/ui/base/x/
x11_util.h 185 UI_EXPORT bool GetStringProperty(
x11_util.cc 851 bool GetStringProperty(
    [all...]

Completed in 81 milliseconds