| /external/webkit/Source/WebKit/mac/History/ |
| WebHistoryItem.mm | 110 - (id)initWithURLString:(NSString *)URLString title:(NSString *)title lastVisitedTimeInterval:(NSTimeInterval)time 113 return [self initWithWebCoreHistoryItem:HistoryItem::create(URLString, title, time)]; 155 - (NSString *)URLString 158 return nsStringNilIfEmpty(core(_private)->urlString()); 187 return [[WebIconDatabase sharedIconDatabase] iconForURL:[self URLString] withSize:WebIconSmallSize]; 198 return [(NSString*)core(_private)->urlString() hash]; 208 return core(_private)->urlString() == core(((WebHistoryItem*)anObject)->_private)->urlString(); 215 NSMutableString *result = [NSMutableString stringWithFormat:@"%@ %@", [super description], (NSString*)coreItem->urlString()]; 295 - (id)initWithURLString:(NSString *)URLString title:(NSString *)title displayTitle:(NSString *)displayTitle lastVisitedTimeInterval:(NSTimeInter (…) [all...] |
| /external/webkit/Source/WebCore/loader/ |
| HistoryController.cpp | 546 return m_currentItem && !m_previousItem && equalIgnoringCase(m_currentItem->urlString(), blankURL()); 788 void HistoryController::pushState(PassRefPtr<SerializedScriptValue> stateObject, const String& title, const String& urlString) [all...] |
| SubframeLoader.cpp | 71 bool SubframeLoader::requestFrame(HTMLFrameOwnerElement* ownerElement, const String& urlString, const AtomicString& frameName, bool lockHistory, bool lockBackForwardList) 76 if (protocolIsJavaScript(urlString)) { 77 scriptURL = completeURL(urlString); // completeURL() encodes the URL. 80 url = completeURL(urlString);
|
| /external/webkit/Source/WebCore/platform/qt/ |
| PasteboardQt.cpp | 146 QString urlString = url.string(); 147 md->setText(urlString);
|
| /external/webkit/Source/WebCore/rendering/ |
| HitTestResult.cpp | 306 AtomicString urlString; 319 urlString = element->getAttribute(element->imageSourceAttributeName()); 323 return m_innerNonSharedNode->document()->completeURL(stripLeadingAndTrailingHTMLSpaces(urlString)); 465 AtomicString urlString; 467 urlString = m_innerURLElement->getAttribute(hrefAttr); 470 urlString = m_innerURLElement->getAttribute(XLinkNames::hrefAttr); 474 urlString = m_innerURLElement->getAttribute(hrefAttr); 479 return m_innerURLElement->document()->completeURL(stripLeadingAndTrailingHTMLSpaces(urlString));
|
| /external/webkit/Source/WebKit/chromium/src/ |
| WebHistoryItem.cpp | 63 WebString WebHistoryItem::urlString() const 65 return m_private->urlString();
|
| /external/webkit/Source/WebKit/win/ |
| WebHistory.h | 148 HRESULT removeItemForURLString(CFStringRef urlString); 156 HRESULT itemForURLString(CFStringRef urlString, IWebHistoryItem** item) const;
|
| WebIconDatabase.cpp | 270 String urlString(url, SysStringLen(url)); 274 iconDatabase().synchronousIconForPageURL(urlString, IntSize(0, 0)); 278 *result = !(iconDatabase().synchronousIconURLForPageURL(urlString).isEmpty());
|
| WebHistoryItem.h | 59 /* [in] */ BSTR urlString, 66 virtual HRESULT STDMETHODCALLTYPE URLString(
|
| /external/webkit/Source/WebKit2/PluginProcess/ |
| PluginControllerProxy.h | 84 virtual void loadURL(uint64_t requestID, const String& method, const String& urlString, const String& target, const WebCore::HTTPHeaderMap& headerFields, const Vector<uint8_t>& httpBody, bool allowPopups); 101 virtual void setCookiesForURL(const String& urlString, const String& cookieString);
|
| /external/webkit/Source/WebKit2/UIProcess/win/ |
| WebInspectorProxyWin.cpp | 190 void WebInspectorProxy::platformInspectedURLChanged(const String& urlString) 193 String title = makeString("Web Inspector ", static_cast<UChar>(0x2014), ' ', urlString);
|
| /external/webkit/Source/WebKit2/WebProcess/Plugins/ |
| PluginView.h | 122 virtual void loadURL(uint64_t requestID, const String& method, const String& urlString, const String& target, 141 virtual void setCookiesForURL(const String& urlString, const String& cookieString);
|
| /external/webkit/Tools/DumpRenderTree/win/ |
| WorkQueueItemWin.cpp | 73 wstring urlString = jsStringRefToWString(m_url.get()); 74 BSTR urlBSTR = SysAllocString(urlString.c_str());
|
| DumpRenderTree.cpp | 140 wstring urlSuitableForTestResult(const wstring& urlString) 142 RetainPtr<CFURLRef> url(AdoptCF, CFURLCreateWithBytes(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(urlString.c_str()), urlString.length() * sizeof(wstring::value_type), kCFStringEncodingUTF16, 0)); 146 return urlString; 151 return urlString; 156 return urlString; 160 return urlString; 171 wstring lastPathComponent(const wstring& urlString) 173 if (urlString.empty()) 174 return urlString; [all...] |
| /external/webkit/Source/WebCore/bindings/js/ |
| JSLocationCustom.cpp | 246 UString urlString = exec->argument(0).toString(exec); 249 impl()->replace(ustringToString(urlString), activeDOMWindow(exec), firstDOMWindow(exec)); 261 UString urlString = exec->argument(0).toString(exec); 264 impl()->assign(ustringToString(urlString), activeDOMWindow(exec), firstDOMWindow(exec));
|
| /external/webkit/Source/WebCore/history/qt/ |
| HistoryItemQt.cpp | 99 out << urlString() << title() << alternateTitle() << lastVisitedTime();
|
| /external/webkit/Source/WebKit/chromium/public/ |
| WebHistoryItem.h | 69 WEBKIT_API WebString urlString() const;
|
| /external/webkit/Source/WebCore/platform/mac/ |
| DragImageMac.mm | 239 NSString *urlString = [cocoaURL absoluteString]; 247 label = urlString; 266 urlStringSize.width = widthWithFont(urlString, urlFont); 296 urlString = StringTruncator::centerTruncate(urlString, imageSize.width - (DragLabelBorderX * 2), fontFromNSFont(urlFont)); 298 drawDoubledAtPoint(urlString, NSMakePoint(DragLabelBorderX, DragLabelBorderY - [urlFont descender]), topColor, bottomColor, urlFont);
|
| /packages/apps/Calendar/src/com/android/calendar/alerts/ |
| AlertReceiver.java | [all...] |
| /external/webkit/Source/WebCore/page/ |
| DOMWindow.cpp | [all...] |
| DOMWindow.h | 145 PassRefPtr<DOMWindow> open(const String& urlString, const AtomicString& frameName, const String& windowFeaturesString, 149 void showModalDialog(const String& urlString, const String& dialogFeaturesString, 447 static Frame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures&, 450 bool isInsecureScriptAccess(DOMWindow* activeWindow, const String& urlString);
|
| /external/webkit/Tools/DumpRenderTree/cf/ |
| WebArchiveDumpSupport.cpp | 118 RetainPtr<CFMutableStringRef> urlString(AdoptCF, CFStringCreateMutableCopy(kCFAllocatorDefault, 0, CFURLGetString(CFURLResponseGetURL(response.get())))); 119 normalizeWebResourceURL(urlString.get()); 120 CFDictionarySetValue(responseDictionary.get(), CFSTR("URL"), urlString.get());
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar | |
| /external/webkit/Source/WebCore/bindings/v8/custom/ |
| V8LocationCustom.cpp | 222 String urlString = toWebCoreString(args[0]); 224 impl->replace(urlString, state->activeWindow(), state->firstWindow()); 235 String urlString = toWebCoreString(args[0]); 237 impl->assign(urlString, state->activeWindow(), state->firstWindow());
|
| /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
| PluginObject.cpp | 539 NPUTF8* urlString = createCStringFromNPVariant(&args[0]); 541 NPError npErr = browser->geturl(obj->npp, urlString, targetString); 542 free(urlString); 549 NPUTF8* urlString = createCStringFromNPVariant(&args[0]); 550 NPError npErr = browser->geturl(obj->npp, urlString, 0); 551 free(urlString); 566 NPUTF8* urlString = createCStringFromNPVariant(&args[0]); 571 browser->geturlnotify(obj->npp, urlString, targetString, callbackIdentifier); 573 free(urlString); 767 NPString urlString = NPVARIANT_TO_STRING(args[0]) [all...] |