HomeSort by relevance Sort by last modified time
    Searched refs:window_name (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/ui/oak/
oak_tree_model.cc 16 std::string window_name = window->name(); local
17 if (window_name.empty())
18 window_name.append("Unnamed window");
19 return ASCIIToUTF16(window_name);
  /external/chromium/chrome/browser/ui/views/
chrome_views_delegate.h 26 const std::wstring& window_name,
30 const std::wstring& window_name,
33 const std::wstring& window_name,
chrome_views_delegate.cc 56 const std::wstring& window_name,
63 DCHECK(prefs->FindPreference(WideToUTF8(window_name).c_str()));
64 DictionaryPrefUpdate update(prefs, WideToUTF8(window_name).c_str());
83 const std::wstring& window_name,
89 DCHECK(prefs->FindPreference(WideToUTF8(window_name).c_str()));
91 prefs->GetDictionary(WideToUTF8(window_name).c_str());
105 const std::wstring& window_name,
111 DCHECK(prefs->FindPreference(WideToUTF8(window_name).c_str()));
113 prefs->GetDictionary(WideToUTF8(window_name).c_str());
accessibility_event_router_views_unittest.cc 35 const std::wstring& window_name,
40 const std::wstring& window_name,
45 const std::wstring& window_name,
  /external/chromium_org/base/win/
message_window.h 43 const string16& window_name);
48 // |window_name|.
49 static HWND FindWindow(const string16& window_name);
57 const wchar_t* window_name);
message_window.cc 89 const string16& window_name) {
90 return DoCreate(message_callback, window_name.c_str());
94 HWND MessageWindow::FindWindow(const string16& window_name) {
96 window_name.c_str());
100 const wchar_t* window_name) {
108 window_ = CreateWindow(MAKEINTATOM(window_class.atom()), window_name, 0, 0, 0,
  /external/chromium_org/chrome_frame/
chrome_frame_helper_util.h 43 // Returns true if window has the name |window_name|, false otherwise.
44 bool IsNamedWindow(HWND window, const wchar_t* window_name);
56 // @param window_name [in, optional] The window text of the matching window.
58 // window_name must be non-NULL.
67 const wchar_t* window_name,
chrome_frame_helper_util.cc 95 bool IsNamedWindow(HWND window, const wchar_t* window_name) {
101 if (!lstrcmpiW(window_name, buffer)) {
125 const wchar_t* window_name,
130 window_name_(window_name),
191 const wchar_t* window_name,
194 if ((class_name == NULL) && (window_name == NULL)) {
197 FindWindowParams params(parent, class_name, window_name,
  /external/chromium_org/ash/wm/workspace/
colored_window_controller.h 31 ColoredWindowController(aura::Window* parent, const std::string& window_name);
colored_window_controller.cc 55 const std::string& window_name)
71 widget->GetNativeView()->SetName(window_name);
  /external/chromium_org/ui/views/widget/
widget_delegate.cc 112 std::string window_name = GetWindowName(); local
113 if (!ViewsDelegate::views_delegate || window_name.empty())
117 GetWidget(), window_name, bounds, show_state);
123 std::string window_name = GetWindowName(); local
124 if (!ViewsDelegate::views_delegate || window_name.empty())
128 window_name, bounds, show_state);
  /external/chromium_org/ui/views/test/
test_views_delegate.cc 33 const std::string& window_name,
39 const std::string& window_name,
test_views_delegate.h 32 const std::string& window_name,
36 const std::string& window_name,
  /external/chromium_org/chrome/browser/ui/views/
chrome_views_delegate.h 21 const std::string& window_name,
25 const std::string& window_name,
chrome_views_delegate.cc 70 const std::string& window_name,
77 DCHECK(prefs->FindPreference(window_name.c_str()));
78 DictionaryPrefUpdate update(prefs, window_name.c_str());
95 const std::string& window_name,
102 DCHECK(prefs->FindPreference(window_name.c_str()));
103 const DictionaryValue* dictionary = prefs->GetDictionary(window_name.c_str());
  /external/chromium_org/ui/views/
views_delegate.h 64 const std::string& window_name,
71 const std::string& window_name,
  /external/qemu/android/camera/
camera-capture-windows.c 50 char* window_name; member in struct:WndCameraDevice
144 if (cd->window_name != NULL) {
145 free(cd->window_name);
192 cd->cap_window = capCreateCaptureWindow(cd->window_name, WS_CHILD, 0, 0,
259 wcd->window_name = (name != NULL) ? ASTRDUP(name) :
261 if (wcd->window_name == NULL) {
273 wcd->cap_window = capCreateCaptureWindow(wcd->window_name, WS_CHILD, 0, 0,
277 __FUNCTION__, wcd->window_name, GetLastError());
308 __FUNCTION__, wcd->window_name);
385 __FUNCTION__, wcd->window_name, GetLastError())
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemevents.c 161 const char *window_name = local
164 if (window_name) {
166 (short)(((unsigned long)window_name)>>16),
167 (short)(((unsigned long)window_name) & 0xffff),
  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker.cc 663 XTextProperty window_name; local
664 window_name.value = NULL;
666 status = XGetWMName(display_, window, &window_name);
667 if (status && window_name.value && window_name.nitems) {
670 status = Xutf8TextPropertyToTextList(display_, &window_name, &list,
684 if (window_name.value != NULL) {
685 XFree(window_name.value);
macwindowpicker.cc 131 std::string window_name; local
132 ToUtf8(window_name_ref, &window_name);
143 << window_name local
  /external/chromium/chrome/browser/
accessibility_events.cc 41 const std::string& window_name)
42 : AccessibilityControlInfo(profile, window_name) {
accessibility_events.h 55 AccessibilityWindowInfo(Profile* profile, const std::string& window_name);
  /external/chromium_org/chrome/browser/accessibility/
accessibility_events.cc 45 const std::string& window_name)
46 : AccessibilityControlInfo(profile, window_name) {
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer.cc 67 std::string window_name(chrome::GetWindowPlacementKey(browser_));
69 browser_->profile()->GetPrefs()->GetDictionary(window_name.c_str());
  /external/chromium_org/chrome/test/chromedriver/
session_commands.cc 171 std::string window_name;
172 if (!result->GetAsString(&window_name))
174 if (window_name == name) {

Completed in 5157 milliseconds

1 2