Searched refs:sharedInstance (Results 1 – 11 of 11) sorted by relevance
20 @interface NSMachBootstrapServer:NSPortNameServer + (id) sharedInstance; @end class39 +(SenTestTool *) sharedInstance { return 0; } class42 return[[self sharedInstance] run];
169 + (DeprecatedClassB *)sharedInstance; // no-warning class179 + (DeprecatedClassB *)sharedInstance
234 + (C1*) sharedInstance; class242 + (C1 *)sharedInstance { class243 static C1 *sharedInstance = 0;244 if (!sharedInstance) {245 sharedInstance = [[C1 alloc] init];247 return sharedInstance; // no-warning252 + (id)sharedInstance; class269 + (id)sharedInstance { class
15 + (FindPasteboard*)sharedInstance { class81 return base::SysNSStringToUTF16([[FindPasteboard sharedInstance] findText]);
35 + (FindPasteboard*)sharedInstance;
211 static V8NPTemplateMap& sharedInstance(v8::Isolate* isolate) in sharedInstance() function in WebCore::V8NPTemplateMap231 return &V8NPTemplateMap::sharedInstance(data.GetIsolate()).m_map; in MapFromWeakCallbackData()270 …v8::Local<v8::FunctionTemplate> functionTemplate = V8NPTemplateMap::sharedInstance(isolate).get(id… in npObjectGetProperty()276 V8NPTemplateMap::sharedInstance(isolate).set(id, functionTemplate); in npObjectGetProperty()
31 [[FindPasteboard sharedInstance] setFindText:text_];
85 object:[FindPasteboard sharedInstance]];118 [self prepopulateText:[[FindPasteboard sharedInstance] findText]];155 [self prepopulateText:[[FindPasteboard sharedInstance] findText]];205 [[FindPasteboard sharedInstance] setFindText:findText];344 [[FindPasteboard sharedInstance] setFindText:findText];
133 [[[FindPasteboard sharedInstance] findText] compare:kFindText]);
83 return [[NSMachBootstrapServer sharedInstance] registerPort:ns_port
538 [[FindPasteboard sharedInstance] setFindText:[selection string]];