HomeSort by relevance Sort by last modified time
    Searched refs:NSDictionary (Results 101 - 125 of 125) sorted by null

1 2 3 45

  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 445 NSDictionary *options = nil;
477 NSDictionary *options = nil;
500 void WebPage::performDictionaryLookupForRange(DictionaryPopupInfo::Type type, Frame* frame, Range* range, NSDictionary *options)
  /external/qemu/android/camera/
camera-capture-mac.m 246 [NSDictionary dictionaryWithObjectsAndKeys:
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.mm 268 if ([values isKindOfClass:[NSDictionary class]])
318 NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
    [all...]
WebHTMLView.mm 332 - (DOMDocumentFragment *)_documentFromRange:(NSRange)range document:(DOMDocument *)document documentAttributes:(NSDictionary *)dict subresources:(NSArray **)subresources;
    [all...]
WebView.mm     [all...]
WebViewPrivate.h 348 - (NSDictionary *)_dashboardRegions;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 66 OBJC_CLASS NSDictionary;
506 void performDictionaryLookupForRange(DictionaryPopupInfo::Type, WebCore::Frame*, WebCore::Range*, NSDictionary *options);
  /external/webkit/Tools/DumpRenderTree/mac/
UIDelegate.mm 60 - (void)webView:(WebView *)sender addMessageToConsole:(NSDictionary *)dictionary withSource:(NSString *)source
TextInputController.m 114 NSDictionary *attributes = [self attributesAtIndex:(unsigned)index effectiveRange:nil];
DumpRenderTree.mm 339 NSDictionary *expressions = [NSDictionary dictionaryWithObjectsAndKeys:
    [all...]
AccessibilityUIElementMac.mm 930 NSDictionary* attrs = [string attributesAtIndex:0 effectiveRange:nil];
    [all...]
LayoutTestControllerMac.mm 439 NSError *error = [NSError errorWithDomain:WebKitErrorDomain code:code userInfo:[NSDictionary dictionaryWithObject:messageNS forKey:NSLocalizedDescriptionKey]];
    [all...]
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 462 NSRange WKExtractWordDefinitionTokenRangeFromContextualString(NSString *contextString, NSRange range, NSDictionary **options);
463 void WKShowWordDefinitionWindow(NSAttributedString *term, NSPoint screenPoint, NSDictionary *options);
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.mm 105 -(void)observeValueForKeyPath:keyPath ofObject:(id)object change:(NSDictionary *)change context:(MediaPlayerAVFoundationObservationContext)context;
785 - (void)observeValueForKeyPath:keyPath ofObject:(id)object change:(NSDictionary *)change context:(MediaPlayerAVFoundationObservationContext)context
  /external/webkit/Source/WebKit/mac/History/
WebHistoryItem.mm 339 - (id)initFromDictionaryRepresentation:(NSDictionary *)dict
439 - (NSDictionary *)dictionaryRepresentation
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.h 240 NSDictionary *actionDictionary(const WebCore::NavigationAction&, PassRefPtr<WebCore::FormState>) const;
WebChromeClient.mm 447 NSDictionary *dictionary = [[NSDictionary alloc] initWithObjectsAndKeys:
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PDFViewController.mm 504 RetainPtr<NSDictionary> fileAttributes(AdoptNS, [[NSDictionary alloc] initWithObjectsAndKeys:permissions.get(), NSFilePosixPermissions, nil]);
WKView.mm     [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginStream.mm 328 NSDictionary *headerDict = [httpResponse allHeaderFields];
WebNetscapePluginView.mm     [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 366 void MediaPlayerPrivateQTKit::createQTMovie(NSURL *url, NSDictionary *movieAttributes)
    [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 341 NSDictionary* dict;
344 dict = [NSDictionary dictionaryWithObjectsAndKeys:
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 639 NSDictionary *features = [[NSDictionary alloc] init];
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 1408 milliseconds

1 2 3 45