OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wKind
(Results
1 - 2
of
2
) sorted by null
/development/ide/xcode/ports/
SkOSWindow_Mac.cpp
196
UInt32
wKind
= GetEventKind(inEvent);
207
switch (
wKind
) {
223
if (
wKind
== kEventRawKeyDown) {
229
} else if (
wKind
== kEventRawKeyUp) {
238
if (
wKind
== kEventTextInputUnicodeForKeyEvent) {
245
switch (
wKind
) {
269
SkASSERT(
wKind
== SK_MacEventKind);
/external/chromium_org/third_party/skia/src/views/mac/
SkOSWindow_Mac.cpp
330
UInt32
wKind
= GetEventKind(inEvent);
341
switch (
wKind
) {
363
if (
wKind
== kEventRawKeyDown) {
369
} else if (
wKind
== kEventRawKeyUp) {
378
if (
wKind
== kEventTextInputUnicodeForKeyEvent) {
385
switch (
wKind
) {
409
SkASSERT(
wKind
== SK_MacEventKind);
Completed in 356 milliseconds