Searched defs:oldBase (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxslt/libexslt/
H A Dfunctions.c283 int oldBase; local
357 oldBase = tctxt->varsBase;
412 tctxt->varsBase = oldBase; /* restore original scope */
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleSelection.cpp152 Position oldBase = m_base; local
155 if (m_base != oldBase)
161 Position oldBase = m_base; local
164 if (m_base != oldBase)
272 Position oldBase = m_base;
277 if (m_base != oldBase || m_extent != oldExtent || m_start != oldStart || m_end != oldEnd)
/external/chromium_org/third_party/libxml/src/
H A Dxinclude.c2002 xmlChar *oldBase; local
2085 oldBase = ctxt->base;
2098 ctxt->base = oldBase;
/external/libxml2/
H A Dxinclude.c2031 xmlChar *oldBase; local
2114 oldBase = ctxt->base;
2127 ctxt->base = oldBase;

Completed in 156 milliseconds