HomeSort by relevance Sort by last modified time
    Searched refs:_private (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/webkit/WebKit/mac/WebView/
WebNavigationData.mm 60 _private = [[WebNavigationDataPrivate alloc] init];
62 _private->url = [url retain];
63 _private->title = [title retain];
64 _private->originalRequest = [request retain];
65 _private->response = [response retain];
66 _private->hasSubstituteData = hasSubstituteData;
67 _private->clientRedirectSource = [redirectSource retain];
74 return _private->url;
79 return _private->title;
84 return _private->originalRequest
    [all...]
WebTextIterator.mm 59 [_private release];
69 _private = [[WebTextIteratorPrivate alloc] init];
70 _private->_textIterator.set(new TextIterator(core(range)));
76 _private->_textIterator->advance();
81 return _private->_textIterator->atEnd();
86 return kit(_private->_textIterator->range().get());
91 return _private->_textIterator->characters();
96 return _private->_textIterator->length();
105 return kit(_private->_textIterator->node());
110 return [NSString stringWithCharacters:_private->_textIterator->characters() length:_private->_textIterator->length()]
    [all...]
WebSerializedJSValue.mm 57 _private = [[WebSerializedJSValuePrivate alloc] init];
59 _private->value = SerializedScriptValue::create(sourceContext, value, exception);
60 if (!_private->value) {
70 if (!_private || !_private->value)
72 return _private->value->deserialize(destinationContext, 0);
77 [_private release];
78 _private = nil;
WebViewEventHandling.mm 67 if (event == _private->mouseDownEvent)
71 [_private->mouseDownEvent release];
72 _private->mouseDownEvent = event;
81 if (_private->usesDocumentViews) {
95 _private->handlingMouseDownEvent = YES;
104 [_private->completionController endRevertingChange:NO moveLeft:NO];
109 _private->ignoringMouseDraggedEvents = NO;
121 _private->handlingMouseDownEvent = NO;
130 if (_private->usesDocumentViews) {
171 if (lastMouseoverView && lastMouseoverView->_private->hoverFeedbackSuspended
    [all...]
WebScriptWorld.mm 64 _private = [[WebScriptWorldPrivate alloc] init];
65 _private->world = world;
67 ASSERT_ARG(world, !allWorlds().contains(_private->world.get()));
68 allWorlds().add(_private->world.get(), self);
80 ASSERT(allWorlds().contains(_private->world.get()));
81 allWorlds().remove(_private->world.get());
83 [_private release];
84 _private = nil;
110 return world ? world->_private->world.get() : 0;
WebScriptDebugDelegate.mm 94 _private = [[WebScriptCallFramePrivate alloc] init];
95 _private->globalObject = globalObj;
96 _private->caller = [caller retain];
97 _private->debugger = debugger;
104 if (!_private->debuggerCallFrame)
105 _private->debuggerCallFrame = new DebuggerCallFrame(debuggerCallFrame);
107 *_private->debuggerCallFrame = debuggerCallFrame;
112 delete _private->debuggerCallFrame;
113 _private->debuggerCallFrame = 0;
121 WebScriptObject *globalObject = _private->globalObject
    [all...]
WebHTMLRepresentation.mm 119 _private = [[WebHTMLRepresentationPrivate alloc] init];
130 [_private release];
144 _private->manualLoader = manualLoader;
145 _private->pluginView = pluginView;
150 _private->dataSource = dataSource;
155 return [[_private->dataSource _responseMIMEType] _webkit_isCaseInsensitiveEqualToString:@"application/x-webarchive"];
162 if (!_private->pluginView)
163 [webFrame _receivedData:data textEncodingName:[[_private->dataSource response] textEncodingName]];
170 if (_private->pluginView) {
171 if (!_private->hasSentResponseToPlugin)
    [all...]
WebScriptWorld.h 31 WebScriptWorldPrivate *_private; variable
WebArchive.mm 129 _private = [[WebArchivePrivate alloc] init];
158 _private = [[WebArchivePrivate alloc] init];
160 _private->cachedMainResource = [mainResource retain];
161 if (!_private->cachedMainResource) {
167 _private->cachedSubresources = [subresources retain];
174 _private->cachedSubframeArchives = [subframeArchives retain];
192 coreArchives.append([subframeArchive->_private coreArchive]);
194 [_private setCoreArchive:LegacyWebArchive::create(coreMainResource.release(), coreResources, coreArchives)];
195 if (![_private coreArchive]) {
215 _private = [[WebArchivePrivate alloc] init]
    [all...]
WebPolicyDelegate.mm 81 _private = [[WebPolicyDecisionListenerPrivate alloc] initWithTarget:target action:action];
87 [_private release];
93 if (_private->target)
94 ((void (*)(id, SEL, PolicyAction))objc_msgSend)(_private->target, _private->action, policy);
99 id target = _private->target;
100 _private->target = nil;
WebView.mm 583 return _private->usesDocumentViews;
597 _private->preferences = [standardPreferences retain];
598 _private->catchesDelegateExceptions = YES;
599 _private->mainFrameDocumentReady = NO;
600 _private->drawsBackground = YES;
601 _private->backgroundColor = [[NSColor colorWithDeviceWhite:1 alpha:1] retain];
602 _private->usesDocumentViews = usesDocumentViews;
605 if (_private->usesDocumentViews) {
631 _private->page = new Page(new WebChromeClient(self), new WebContextMenuClient(self), new WebEditorClient(self), new WebDragClient(self), new WebInspectorClient(self), new WebPluginHalterClient(self), geolocationControllerClient);
633 _private->page->settings()->setLocalStorageDatabasePath([[self preferences] _localStorageDatabasePath])
    [all...]
WebHTMLView.h 43 WebHTMLViewPrivate *_private; variable
WebSerializedJSValue.h 32 WebSerializedJSValuePrivate *_private; variable
WebFrame.mm 214 return frame ? frame->_private->coreFrame : 0;
247 frame->_private->coreFrame = coreFrame.get();
274 ScriptController* scriptController = _private->coreFrame->script();
286 if (_private->scriptDebugger) {
287 ASSERT(_private->scriptDebugger == globalObject->debugger());
291 _private->scriptDebugger = new WebScriptDebugger(globalObject);
296 if (!_private->scriptDebugger)
299 delete _private->scriptDebugger;
300 _private->scriptDebugger = 0;
309 _private = [[WebFramePrivate alloc] init]
    [all...]
WebDataSource.mm 126 [_private->representation release];
127 _private->representation = [representation retain];
128 _private->representationFinishedLoading = NO;
154 return _private->loader->mainDocumentError();
217 _private->representationFinishedLoading = YES;
234 if (!_private->representationFinishedLoading) {
235 _private->representationFinishedLoading = YES;
328 const KURL& url = _private->loader->url();
356 [_private->representation setDataSource:self];
361 return _private->loader
    [all...]
WebResource.mm 114 _private = [[WebResourcePrivate alloc] init];
160 _private = [[WebResourcePrivate alloc] initWithCoreResource:ArchiveResource::create(SharedBuffer::wrapNSData(data), url, mimeType, textEncoding, frameName, response)];
167 ArchiveResource *resource = _private->coreResource;
193 [_private release];
211 if (!_private->coreResource)
213 if (!_private->coreResource->data())
215 return [_private->coreResource->data()->createNSData() autorelease];
227 if (!_private->coreResource)
229 NSURL *url = _private->coreResource->url();
242 if (!_private->coreResource
    [all...]
WebDelegateImplementationCaching.mm 44 return &webView->_private->resourceLoadDelegateImplementations;
52 return &webView->_private->frameLoadDelegateImplementations;
60 return &webView->_private->scriptDebugDelegateImplementations;
68 return &webView->_private->historyDelegateImplementations;
86 if (!self->_private->catchesDelegateExceptions)
100 if (!self->_private->catchesDelegateExceptions)
114 if (!self->_private->catchesDelegateExceptions)
128 if (!self->_private->catchesDelegateExceptions)
142 if (!self->_private->catchesDelegateExceptions)
156 if (!self->_private->catchesDelegateExceptions
    [all...]
WebArchive.h 50 WebArchivePrivate *_private; variable
  /external/webkit/WebKit/mac/Storage/
WebSecurityOrigin.mm 46 _private = reinterpret_cast<WebSecurityOriginPrivate*>(origin.get());
53 return reinterpret_cast<SecurityOrigin*>(_private)->protocol();
58 return reinterpret_cast<SecurityOrigin*>(_private)->host();
69 return reinterpret_cast<SecurityOrigin*>(_private)->port();
75 return DatabaseTracker::tracker().usageForOrigin(reinterpret_cast<SecurityOrigin*>(_private));
84 return DatabaseTracker::tracker().quotaForOrigin(reinterpret_cast<SecurityOrigin*>(_private));
96 DatabaseTracker::tracker().setQuota(reinterpret_cast<SecurityOrigin*>(_private), quota);
111 if (_private)
112 reinterpret_cast<SecurityOrigin*>(_private)->deref();
118 if (_private)
    [all...]
WebSecurityOriginPrivate.h 32 WebSecurityOriginPrivate *_private; variable
  /external/webkit/WebKit/mac/Misc/
WebIconFetcher.h 31 WebIconFetcherPrivate *_private; variable
WebIconFetcher.mm 74 if (_private)
75 reinterpret_cast<IconFetcher*>(_private)->deref();
82 if (_private)
83 reinterpret_cast<IconFetcher*>(_private)->deref();
90 reinterpret_cast<IconFetcher*>(_private)->cancel();
106 _private = reinterpret_cast<WebIconFetcherPrivate*>(iconFetcher.releaseRef());
  /external/webkit/WebKit/mac/History/
WebHistoryItem.mm 119 if (_private) {
120 HistoryItem* coreItem = core(_private);
133 if (_private) {
134 HistoryItem* coreItem = core(_private);
145 RefPtr<HistoryItem> item = core(_private)->copy();
146 copy->_private = kitPrivate(item.get());
156 return nsStringNilIfEmpty(core(_private)->urlString());
164 return nsStringNilIfEmpty(core(_private)->originalURLString());
170 return nsStringNilIfEmpty(core(_private)->title());
175 core(_private)->setAlternateTitle(alternateTitle)
    [all...]
WebHistoryItem.h 52 WebHistoryItemPrivate *_private; variable
  /external/webkit/WebCore/bindings/objc/
WebScriptObject.mm 139 ASSERT(!_private->imp);
140 ASSERT(!_private->rootObject);
141 ASSERT(!_private->originRootObject);
144 _private->imp = imp;
145 _private->rootObject = rootObject.releaseRef();
146 _private->originRootObject = originRootObject.releaseRef();
150 if (_private->rootObject)
151 _private->rootObject->gcProtect(imp);
156 ASSERT(_private->imp);
159 rootObject->gcProtect(_private->imp)
    [all...]

Completed in 3255 milliseconds

1 2 3