OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:boundary_after
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/examples/plus/
presencepushtask.cc
49
bool
boundary_after
= (i == list.length() - token.length() || IsXmlSpace(list[i + token.length()]));
local
50
return boundary_before &&
boundary_after
;
/external/chromium/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc
51
bool
boundary_after
= (i == list.length() - token.length() ||
local
53
return boundary_before &&
boundary_after
;
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc
51
bool
boundary_after
= (i == list.length() - token.length() ||
local
53
return boundary_before &&
boundary_after
;
Completed in 531 milliseconds