OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:urlstring
(Results
51 - 75
of
179
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium/chrome/browser/ui/cocoa/
external_protocol_dialog.mm
68
NSString*
urlString
= l10n_util::GetNSStringFWithFixup(
79
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/
BackForwardListChromium.cpp
99
String
urlString
= makeString(backForwardNavigationScheme, "://go/", String::number(index));
100
m_pendingHistoryItem = HistoryItem::create(
urlString
, String(), 0);
/external/webkit/Source/WebKit/win/
WebHistoryItem.h
59
/* [in] */ BSTR
urlString
,
66
virtual HRESULT STDMETHODCALLTYPE
URLString
(
/external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.cpp
202
void PluginControllerProxy::loadURL(uint64_t requestID, const String& method, const String&
urlString
, const String& target, const HTTPHeaderMap& headerFields, const Vector<uint8_t>& httpBody, bool allowPopups)
204
m_connection->connection()->send(Messages::PluginProxy::LoadURL(requestID, method,
urlString
, target, headerFields, httpBody, allowPopups), m_pluginInstanceID);
313
String PluginControllerProxy::proxiesForURL(const String&
urlString
)
317
if (!m_connection->connection()->sendSync(Messages::PluginProxy::CookiesForURL(
urlString
), Messages::PluginProxy::CookiesForURL::Reply(proxyString), m_pluginInstanceID))
323
String PluginControllerProxy::cookiesForURL(const String&
urlString
)
327
if (!m_connection->connection()->sendSync(Messages::PluginProxy::CookiesForURL(
urlString
), Messages::PluginProxy::CookiesForURL::Reply(cookieString), m_pluginInstanceID))
333
void PluginControllerProxy::setCookiesForURL(const String&
urlString
, const String& cookieString)
335
m_connection->connection()->send(Messages::PluginProxy::SetCookiesForURL(
urlString
, cookieString), m_pluginInstanceID);
/external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.cpp
370
void PluginProxy::loadURL(uint64_t requestID, const String& method, const String&
urlString
, const String& target, const HTTPHeaderMap& headerFields, const Vector<uint8_t>& httpBody, bool allowPopups)
372
m_pluginController->loadURL(requestID, method,
urlString
, target, headerFields, httpBody, allowPopups);
375
void PluginProxy::proxiesForURL(const String&
urlString
, String& proxyString)
377
proxyString = m_pluginController->proxiesForURL(
urlString
);
380
void PluginProxy::cookiesForURL(const String&
urlString
, String& cookieString)
382
cookieString = m_pluginController->cookiesForURL(
urlString
);
385
void PluginProxy::setCookiesForURL(const String&
urlString
, const String& cookieString)
387
m_pluginController->setCookiesForURL(
urlString
, cookieString);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
WebInspector.cpp
89
void WebInspector::inspectedURLChanged(const String&
urlString
)
91
WebProcess::shared().connection()->send(Messages::WebInspectorProxy::InspectedURLChanged(
urlString
), m_page->pageID());
/external/webkit/Source/WebKit2/UIProcess/
WebContext.messages.in
36
GetPluginPath(WTF::String mimeType, WTF::String
urlString
) -> (WTF::String pluginPath)
/development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoFragment.java
182
* @param
urlString
A String representation of the URL pointing to the picture
184
public void setPhoto(String
urlString
) {
185
mURLString =
urlString
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
Uploader.java
64
final String
urlString
= context.getString(R.string.research_logger_upload_url);
65
if (TextUtils.isEmpty(
urlString
)) {
71
url = new URL(
urlString
);
/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
);
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageFetcher.java
263
* @param
urlString
The URL to fetch
266
public boolean downloadUrlToStream(String
urlString
, OutputStream outputStream) {
273
final URL url = new URL(
urlString
);
/external/chromium/webkit/glue/
glue_serialize_unittest.cc
48
item.setURLString(WebString::fromUTF8("
urlString
"));
85
EXPECT_EQ(string16(a.
urlString
()), string16(b.
urlString
()));
/external/webkit/Source/WebKit/mac/Misc/
WebNSPasteboardExtras.mm
128
NSString *
URLString
= [self stringForType:NSStringPboardType];
129
if ([
URLString
_webkit_looksLikeAbsoluteURL]) {
130
NSURL *URL = [[NSURL _web_URLWithUserTypedString:
URLString
] _webkit_canonicalize];
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebEditorClientMac.mm
84
NSURL *WebEditorClient::canonicalizeURLString(NSString *
URLString
)
87
if ([
URLString
_webkit_looksLikeAbsoluteURL])
88
URL = [[NSURL _web_URLWithUserTypedString:
URLString
] _webkit_canonicalize];
/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());
/development/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java
215
private String loadXmlFromNetwork(String
urlString
) throws XmlPullParserException, IOException {
235
stream = downloadUrl(
urlString
);
265
private InputStream downloadUrl(String
urlString
) throws IOException {
266
URL url = new URL(
urlString
);
/external/clang/test/Analysis/
refcnt_naming.m
6
extern CFURLRef CFURLCreateWithString(CFAllocatorRef allocator, CFStringRef
URLString
, CFURLRef baseURL);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ObjectDescriptor.java_bak
33
bit(8)
URLstring
[URLlength];
/external/webkit/Source/JavaScriptCore/wtf/url/api/
ParsedURL.cpp
34
ParsedURL::ParsedURL(const
URLString
& spec)
/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/mac/History/
WebHistoryItemInternal.h
48
- (id)initWithURLString:(NSString *)
URLString
title:(NSString *)title displayTitle:(NSString *)displayTitle lastVisitedTimeInterval:(NSTimeInterval)time;
WebHistoryPrivate.h
42
- (WebHistoryItem *)_itemForURLString:(NSString *)
URLString
;
Completed in 2984 milliseconds
1
2
3
4
5
6
7
8