OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:result_w
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/status/
status_area_view.cc
59
int
result_w
= kSeparation;
local
68
result_w
+= cur_size.width() + kSeparation;
74
result_w
-= kSeparation;
75
return gfx::Size(
result_w
, result_h);
/external/dbus/dbus/
dbus-sysdeps-wince-glue.c
70
wchar_t *
result_w
= NULL;
local
86
result_w
= malloc (n1 * sizeof (wchar_t));
87
if (!
result_w
)
92
if (RegQueryValueExW (key_handle, name, 0, &type, (LPBYTE)
result_w
, &nbytes))
95
free (
result_w
);
99
result_w
[n1 - 1] = 0; /* Make sure it is really a string. */
105
free (
result_w
);
109
len = WideCharToMultiByte (CP_UTF8, 0,
result_w
, -1, NULL, 0, NULL, NULL);
112
free (
result_w
);
119
free (
result_w
);
[
all
...]
Completed in 268 milliseconds