OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_LOGN
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/views/
SkEvent.cpp
262
#define
EVENT_LOGN
(s, n) do { SkString str(s); str.append(" "); str.appendS32(n); event_log(str.c_str()); } while (0)
265
#define
EVENT_LOGN
(s, n)
423
EVENT_LOGN
("ProcessEvent", (int32_t)evt);
/external/skia/src/views/
SkEvent.cpp
262
#define
EVENT_LOGN
(s, n) do { SkString str(s); str.append(" "); str.appendS32(n); event_log(str.c_str()); } while (0)
265
#define
EVENT_LOGN
(s, n)
423
EVENT_LOGN
("ProcessEvent", (int32_t)evt);
Completed in 115 milliseconds