Lines Matching refs:get
67 query_ref.get(),
69 if (!query_url_ref.get())
75 pac_ref.get(),
77 if (!pac_url_ref.get())
84 CFArrayRef dummy_result = CFNetworkCopyProxiesForURL(query_url_ref.get(),
97 CFNetworkExecuteProxyAutoConfigurationURL(pac_url_ref.get(),
98 query_url_ref.get(),
107 CFRunLoopAddSource(CFRunLoopGetCurrent(), runloop_source.get(),
110 CFRunLoopRemoveSource(CFRunLoopGetCurrent(), runloop_source.get(),
128 CFIndex proxy_array_count = CFArrayGetCount(proxy_array_ref.get());
131 (CFDictionaryRef)CFArrayGetValueAtIndex(proxy_array_ref.get(), i);