HomeSort by relevance Sort by last modified time
    Searched full:dictionarywithobject (Results 1 - 25 of 25) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
LayerTreeHostCAMac.mm 119 [[NSNotificationCenter defaultCenter] postNotificationName:@"NSCAViewRenderDidPauseNotification" object:nil userInfo:[NSDictionary dictionaryWithObject:root forKey:@"layer"]];
126 [[NSNotificationCenter defaultCenter] postNotificationName:@"NSCAViewRenderDidResumeNotification" object:nil userInfo:[NSDictionary dictionaryWithObject:root forKey:@"layer"]];
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObjectMac.mm 66 [caLayer setStyle:[NSDictionary dictionaryWithObject:actions forKey:@"actions"]];
80 [sublayer setStyle:[NSDictionary dictionaryWithObject:actions forKey:@"actions"]];
  /external/chromium/chrome/common/
service_process_util_mac.mm 256 [NSDictionary dictionaryWithObject:GetServiceProcessLaunchDSocketEnvVar()
259 [NSDictionary dictionaryWithObject:socket
278 dictionaryWithObject:[NSNumber numberWithBool:NO]
  /external/chromium/chrome/browser/cocoa/
keystone_glue_unittest.mm 23 NSDictionary* dictionary = [NSDictionary dictionaryWithObject:yesNumber
keystone_glue.mm 388 [NSDictionary dictionaryWithObject:appBundleBrandID
660 [NSMutableDictionary dictionaryWithObject:statusNumber
    [all...]
  /external/webkit/Tools/WebKitLauncher/
WebKitLauncherURLProtocol.m 118 NSDictionary *infoDictionary = [NSDictionary dictionaryWithObject:NSErrorFailingURLStringKey forKey:[[self request] URL]];
main.m 56 [[NSUserDefaults standardUserDefaults] registerDefaults:[NSDictionary dictionaryWithObject:@"-1" forKey:@"StartPageShownInVersion"]];
  /external/chromium/chrome/browser/ui/cocoa/
cocoa_test_helper.mm 64 [NSDictionary dictionaryWithObject:@"0.01" forKey:@"NSWindowResizeTime"];
styled_text_field_unittest.mm 99 [NSDictionary dictionaryWithObject:[field_ font]
nsmenuitem_additions_unittest.mm 316 dictionaryWithObject:(NSString*)kTISTypeKeyboardLayout
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
bubble_decoration.mm 40 [NSDictionary dictionaryWithObject:font
autocomplete_text_field_unittest.mm 189 [NSDictionary dictionaryWithObject:[field_ font]
661 [NSDictionary dictionaryWithObject:font
694 [NSDictionary dictionaryWithObject:redColor
    [all...]
content_setting_decoration.mm 225 [NSDictionary dictionaryWithObject:[NSFont labelFontOfSize:14]
  /external/webkit/Source/WebCore/platform/mac/
CookieJar.mm 131 RetainPtr<NSArray> filteredCookies = filterCookies([NSHTTPCookie cookiesWithResponseHeaderFields:[NSDictionary dictionaryWithObject:cookieString forKey:@"Set-Cookie"] forURL:cookieURL]);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_mac_unittest.mm 450 [NSDictionary dictionaryWithObject:font_.GetNativeFont()
499 [NSDictionary dictionaryWithObject:font_.GetNativeFont()
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm 397 NSDictionary *options = (dictionaryPopupInfo.type == DictionaryPopupInfo::HotKey) ? [NSDictionary dictionaryWithObject:NSDefinitionPresentationTypeOverlay forKey:NSDefinitionPresentationTypeKey] : 0;
  /external/chromium/base/mac/
mac_util.mm 441 dictionaryWithObject:[NSNumber numberWithBool:hide]
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 195 [m_layer.get() setStyle:[NSDictionary dictionaryWithObject:nullActionsDictionary() forKey:@"actions"]];
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceHandleMac.mm 276 NSDictionary *sessionID = shouldUseCredentialStorage ? [NSDictionary dictionary] : [NSDictionary dictionaryWithObject:@"WebKitPrivateSession" forKey:@"_kCFURLConnectionSessionID"];
277 NSDictionary *propertyDictionary = [NSDictionary dictionaryWithObject:sessionID forKey:@"kCFURLConnectionSocketStreamProperties"];
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.mm 272 NSDictionary *userInfo = [NSDictionary dictionaryWithObject:URL
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.mm     [all...]
WebHTMLView.mm     [all...]
WebView.mm     [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 439 NSError *error = [NSError errorWithDomain:WebKitErrorDomain code:code userInfo:[NSDictionary dictionaryWithObject:messageNS forKey:NSLocalizedDescriptionKey]];
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_mac.mm     [all...]

Completed in 993 milliseconds