Home | History | Annotate | Download | only in WebView

Lines Matching refs:_private

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;
89 return _private->response;
94 return _private->hasSubstituteData;
99 return _private->clientRedirectSource;
104 [_private release];