HomeSort by relevance Sort by last modified time
    Searched refs:_threadContext (Results 1 - 4 of 4) sorted by null

  /external/webkit/Tools/MiniBrowser/mac/
AppDelegate.h 34 WKContextRef _threadContext;
BrowserStatisticsWindowController.h 12 WKContextRef _threadContext;
AppDelegate.m 131 _threadContext = WKContextGetSharedThreadContext();
132 WKContextSetHistoryClient(_threadContext, &historyClient);
133 WKContextSetCacheModel(_threadContext, kWKCacheModelPrimaryWebBrowser);
166 return (_currentProcessModel == kProcessModelSharedSecondaryThread) ? _threadContext : _processContext;
200 windowController = [[BrowserStatisticsWindowController alloc] initWithThreadedWKContextRef:_threadContext
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowAdapter.mm 88 - (NSGraphicsContext *)_threadContext;
265 CGContextRef cgContext = (CGContextRef)[[self _threadContext] graphicsPort];
601 // There's no override of _threadContext, despite the fact that NSWindow's invokes [self windowNumber], because it looks like it might not do anything that will effect a Carbon window.
    [all...]

Completed in 540 milliseconds