HomeSort by relevance Sort by last modified time
    Searched refs:CFArrayRef (Results 26 - 48 of 48) sorted by null

12

  /external/chromium_org/net/base/
network_change_notifier_mac.cc 131 CFArrayRef changed_keys) {
220 void NetworkChangeNotifierMac::OnNetworkConfigChange(CFArrayRef changed_keys) {
  /external/lldb/tools/debugserver/source/
RNBServices.cpp 144 CFReleaser<CFArrayRef> sbsAppIDs (::SBSCopyApplicationDisplayIdentifiers (opt_runningApps, opt_debuggable));
232 CFReleaser<CFArrayRef> appIdsForPID (::SBSCopyDisplayIdentifiersForProcessID(pid));
  /external/chromium_org/net/cert/
x509_certificate_mac.cc 154 CFArrayRef items = NULL;
168 ScopedCFTypeRef<CFArrayRef> scoped_items(items);
434 CFArrayRef X509Certificate::CreateOSCertChainForCert() const {
x509_certificate.h 256 // Returns a new CFArrayRef containing this certificate and its intermediate
261 CFArrayRef CreateOSCertChainForCert() const;
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_mac.mm 93 // caller should release the returned CFArrayRef.
94 CFArrayRef CreateWindowListWithExclusion(CGWindowID window_to_exclude) {
98 CFArrayRef all_windows = CGWindowListCopyWindowInfo(
142 CFArrayRef window_id_array =
144 CFArrayRef window_array =
171 CFArrayRef window_list,
743 CFArrayRef window_list = CreateWindowListWithExclusion(excluded_window_);
    [all...]
mouse_cursor_monitor_mac.mm 136 CFArrayRef window_array =
  /external/chromium_org/remoting/host/
desktop_resizer_mac.cc 128 base::ScopedCFTypeRef<CFArrayRef> all_modes(
  /external/chromium_org/chrome/common/mac/
mock_launchd.cc 174 base::ScopedCFTypeRef<CFArrayRef> args(CFArrayCreate(
228 base::ScopedCFTypeRef<CFArrayRef> sockets(CFArrayCreate(
  /external/chromium_org/device/hid/
hid_service_mac.cc 69 CFArrayRef children = IOHIDElementGetChildren(element);
97 CFArrayRef collections = IOHIDDeviceCopyMatchingElements(
  /external/chromium_org/base/files/
file_path_watcher_fsevents.cc 214 ScopedCFTypeRef<CFArrayRef> watched_paths(CFArrayCreate(
  /external/chromium_org/content/browser/battery_status/
battery_status_manager_mac.cc 122 base::ScopedCFTypeRef<CFArrayRef> power_sources_list(
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataCoreText.cpp 130 CFArrayRef runArray = CTLineGetGlyphRuns(line.get());
SimpleFontDataMac.mm 85 RetainPtr<CFArrayRef> tableTags(AdoptCF, CTFontCopyAvailableTables(ctFont, kCTFontTableOptionNoOptions));
437 CFArrayRef runArray = CTLineGetGlyphRuns(line.get());
ComplexTextControllerCoreText.mm 244 CFArrayRef runArray = CTLineGetGlyphRuns(line.get());
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/
FontPlatformDataCocoa.mm 217 RetainPtr<CFArrayRef> featureSettings(AdoptCF, CFArrayCreate(kCFAllocatorDefault, settingDictionaries, WTF_ARRAY_LENGTH(settingDictionaries), &kCFTypeArrayCallBacks));
  /external/chromium_org/ui/gfx/
render_text_mac.cc 252 CFArrayRef ct_runs = CTLineGetGlyphRuns(line_);
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 552 FX_BOOL IsHasCharSet(CFArrayRef languages, const CFX_DWordArray &charSets)
613 CFArrayRef languages = (CFArrayRef)CTFontDescriptorCopyAttribute(descriptor, kCTFontLanguagesAttribute);
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 53 static CFArrayRef SkCTFontManagerCopyAvailableFontFamilyNames() {
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 53 static CFArrayRef SkCTFontManagerCopyAvailableFontFamilyNames() {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m 152 static void QZ_ReleaseDisplayModeList(_THIS, CFArrayRef mode_list)
402 CFArrayRef mode_list = NULL; /* list of available fullscreen modes */
653 CFArrayRef mode_list = CGDisplayCopyAllDisplayModes(display_id, NULL);
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-coretext.cc 773 CFArrayRef glyph_runs = CTLineGetGlyphRuns (line);
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.cc 681 CFArrayRef glyph_runs = CTLineGetGlyphRuns (line);
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.cpp 53 CFReleaser<CFArrayRef> appIdsForPID (::SBSCopyDisplayIdentifiersForProcessID(pid));
    [all...]

Completed in 1119 milliseconds

12