OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:osk
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/apps/
asn1pars.c
99
STACK_OF(OPENSSL_STRING) *
osk
=NULL;
116
if ((
osk
=sk_OPENSSL_STRING_new_null()) == NULL)
172
sk_OPENSSL_STRING_push(
osk
,*(++argv));
305
if (sk_OPENSSL_STRING_num(
osk
))
309
for (i=0; i<sk_OPENSSL_STRING_num(
osk
); i++)
313
j=atoi(sk_OPENSSL_STRING_value(
osk
,i));
316
BIO_printf(bio_err,"'%s' is an invalid number\n",sk_OPENSSL_STRING_value(
osk
,i));
381
if (
osk
!= NULL) sk_OPENSSL_STRING_free(
osk
);
/external/openssl/apps/
asn1pars.c
99
STACK_OF(OPENSSL_STRING) *
osk
=NULL;
116
if ((
osk
=sk_OPENSSL_STRING_new_null()) == NULL)
172
sk_OPENSSL_STRING_push(
osk
,*(++argv));
305
if (sk_OPENSSL_STRING_num(
osk
))
309
for (i=0; i<sk_OPENSSL_STRING_num(
osk
); i++)
313
j=atoi(sk_OPENSSL_STRING_value(
osk
,i));
316
BIO_printf(bio_err,"'%s' is an invalid number\n",sk_OPENSSL_STRING_value(
osk
,i));
381
if (
osk
!= NULL) sk_OPENSSL_STRING_free(
osk
);
/external/chromium_org/base/win/
win_util.cc
322
HWND
osk
= ::FindWindow(kOSKClassName, NULL);
local
323
if (::IsWindow(
osk
) && ::IsWindowEnabled(
osk
)) {
324
PostMessage(
osk
, WM_SYSCOMMAND, SC_CLOSE, 0);
/external/chromium_org/win8/metro_driver/
chrome_app_view.cc
244
// If yes, retrieve the
osk
window scrolled state, remove the window from the
772
// Hack for checking if the
OSK
was displayed while we are in the foreground.
773
// The input pane notifications which are supposed to fire when the
OSK
is
776
// out. Logic is to find the
OSK
window and see if we are the foreground
777
// process. If yes then fire the notification once for when the
OSK
is shown
782
HWND
osk
= ::FindWindow(kOSKClassName, NULL);
local
783
if (::IsWindow(
osk
)) {
788
::GetWindowRect(
osk
, &osk_rect);
790
if (::IsWindowVisible(
osk
) && ::IsWindowEnabled(
osk
)) {
[
all
...]
Completed in 86 milliseconds