HomeSort by relevance Sort by last modified time
    Searched refs:CFIndex (Results 26 - 50 of 61) sorted by null

12 3

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_mac.mm 28 CFIndex length = CFStringGetLength(string);
32 CFIndex used_bytes;
96 CFIndex count = CFArrayGetCount(window_array);
97 for (CFIndex i = 0; i < count; ++i) {
mouse_cursor_monitor_mac.mm 128 CFIndex count = CFArrayGetCount(window_array);
129 for (CFIndex i = 0; i < count; ++i) {
  /external/chromium_org/device/hid/
hid_connection_mac.h 55 CFIndex report_length);
hid_connection_mac.cc 80 CFIndex feature_report_size = device_info().feature_report_size;
106 CFIndex report_length) {
hid_service_mac.cc 156 CFIndex deviceUsagePairsCount = CFArrayGetCount(deviceUsagePairs);
157 for (CFIndex i = 0; i < deviceUsagePairsCount; i++) {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm 66 CTLineRef CTLineCreateWithUniCharProvider(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void* context), void (*dispose)(const UniChar* chars, void* context), void* context);
88 CFIndex numTables = CFArrayGetCount(tableTags.get());
89 for (CFIndex index = 0; index < numTables; ++index) {
412 static const UniChar* provideStringAndAttributes(CFIndex stringIndex, CFIndex* count, CFDictionaryRef* attributes, void* context)
440 CFIndex runCount = CFArrayGetCount(runArray);
442 for (CFIndex r = 0; r < runCount; r++) {
ComplexTextControllerCoreText.mm 39 CTLineRef CTLineCreateWithUniCharProvider(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void* context), void (*dispose)(const UniChar* chars, void* context), void* context);
173 static const UniChar* provideStringAndAttributes(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void* refCon)
246 CFIndex runCount = CFArrayGetCount(runArray);
248 for (CFIndex r = 0; r < runCount; r++) {
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 11 typedef signed long CFIndex;
121 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
127 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);
  /external/chromium_org/net/cert/
cert_verify_proc_mac.cc 186 for (CFIndex i = 0, count = CFArrayGetCount(cert_chain); i < count; ++i) {
241 const CFIndex n = CFArrayGetCount(chain);
242 for (CFIndex i = 0; i < n; i++) {
272 for (CFIndex i = CFArrayGetCount(chain) - 1; i >= 0; i--) {
487 CFIndex count = CFArrayGetCount(*verified_chain);
488 CFIndex slice_point = 0;
490 for (CFIndex i = 1; i < count; ++i) {
610 for (CFIndex index = 0, chain_count = CFArrayGetCount(completed_chain);
  /external/chromium_org/net/proxy/
proxy_resolver_mac.cc 142 CFIndex proxy_array_count = CFArrayGetCount(proxy_array_ref.get());
143 for (CFIndex i = 0; i < proxy_array_count; ++i) {
proxy_config_service_mac.cc 133 CFIndex bypass_array_count = CFArrayGetCount(bypass_array_ref);
134 for (CFIndex i = 0; i < bypass_array_count; ++i) {
  /external/chromium_org/remoting/host/
desktop_resizer_mac.cc 135 CFIndex count = CFArrayGetCount(*modes);
136 for (CFIndex i = 0; i < count; ++i) {
  /external/lldb/tools/debugserver/source/
RNBServices.cpp 147 CFIndex count = sbsAppIDs.get() ? ::CFArrayGetCount (sbsAppIDs.get()) : 0;
148 CFIndex i = 0;
204 CFIndex size = ::CFDataGetLength (plistData.get());
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.c 227 CFIndex numSessions;
228 CFIndex index;
248 CFIndex numTracks;
249 CFIndex trackIndex;
  /external/chromium_org/third_party/libjingle/source/talk/base/
macwindowpicker.cc 219 CFIndex i;
220 CFIndex count = CFArrayGetCount(window_array);
macconversion.cc 148 CFIndex cfindex; local
150 static_cast<void*>(&cfindex));
151 if (converted) *i = static_cast<int>(cfindex);
  /external/chromium_org/third_party/webrtc/base/
macwindowpicker.cc 225 CFIndex i;
226 CFIndex count = CFArrayGetCount(window_array);
macconversion.cc 131 CFIndex cfindex; local
133 static_cast<void*>(&cfindex));
134 if (converted) *i = static_cast<int>(cfindex);
  /external/lldb/source/Host/macosx/cfcpp/
CFCMutableDictionary.cpp 47 CFIndex
56 CFIndex
66 CFIndex
  /external/chromium_org/ui/gfx/
render_text_mac.cc 253 const CFIndex ct_runs_count = CFArrayGetCount(ct_runs);
266 for (CFIndex i = 0; i < ct_runs_count; ++i) {
  /external/chromium_org/net/base/
network_change_notifier_mac.cc 227 for (CFIndex i = 0; i < CFArrayGetCount(changed_keys); ++i) {
  /external/chromium_org/net/ssl/
client_cert_store_mac.cc 101 for (CFIndex i = 1, chain_count = CFArrayGetCount(cert_chain);
  /external/chromium_org/printing/
pdf_metafile_cg_mac.cc 162 CFIndex extra_retain_count = CFGetRetainCount(context_.get()) - 1;
  /external/lldb/source/Host/macosx/
Symbols.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
Assertions.cpp 95 CFIndex length = CFStringGetMaximumSizeForEncoding(CFStringGetLength(str), kCFStringEncodingUTF8);

Completed in 1700 milliseconds

12 3