Searched defs:GetSourceInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/dns/
H A Daddress_sorter_posix_unittest.cc151 AddressSorterPosix::SourceAddressInfo* GetSourceInfo( function in class:net::AddressSorterPosixTest
219 GetSourceInfo("4000::10")->deprecated = true;
230 GetSourceInfo("4000::20")->home = true;
269 GetSourceInfo("4000::20")->native = true;
293 GetSourceInfo("3000:ffff::10")->prefix_length = 16;
295 GetSourceInfo("4000::10")->prefix_length = 15;
320 GetSourceInfo("fe81::20")->deprecated = true;
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djriext.h469 JRI_GetSourceInfo_t GetSourceInfo; member in struct:JRIDebuggerInterface
506 ((*(env))->GetSourceInfo(env, frameIndex, filename, lineNumber))

Completed in 1851 milliseconds