Searched defs:is_end (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/devtools/
H A Ddevtools_netlog_observer.cc52 bool is_end = entry.phase() == net::NetLog::PHASE_END; local
77 if (is_end)
/external/chromium_org/third_party/libxml/src/
H A Dxmlreader.c5592 int is_end = 0; /* the end of the base64 was found */ local
5626 is_end = 1;
5638 if (is_end) {
/external/libxml2/
H A Dxmlreader.c5750 int is_end = 0; /* the end of the base64 was found */ local
5784 is_end = 1;
5796 if (is_end) {

Completed in 196 milliseconds