OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stoploading
(Results
1 - 25
of
60
) sorted by null
1
2
3
/external/webkit/WebCore/loader/icon/
IconLoader.h
47
void
stopLoading
();
IconLoader.cpp
74
// Store the handle so we can cancel the load if
stopLoading
is called later.
80
void IconLoader::
stopLoading
()
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java
120
webView.
stopLoading
();
158
webView.
stopLoading
();
255
webView.
stopLoading
();
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTestActivity.java
124
webView.
stopLoading
();
162
webView.
stopLoading
();
293
webView.
stopLoading
();
/external/webkit/WebKit/win/Interfaces/
IWebFrame.idl
175
@method
stopLoading
178
- (void)
stopLoading
;
180
HRESULT
stopLoading
();
/external/webkit/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/
classes.nib
125
<key>
stopLoading
</key>
/external/webkit/WebKitTools/WebKitLauncher/
WebKitLauncherURLProtocol.m
85
-(void)
stopLoading
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
WebView.java
120
public void
stopLoading
() {
/external/webkit/WebKit/mac/WebView/
WebFrame.h
160
@method
stopLoading
164
- (void)
stopLoading
;
/external/webkit/WebCore/loader/
DocumentLoader.cpp
203
//
stopLoading
will stop all loads initiated by the data source,
205
void DocumentLoader::
stopLoading
(DatabasePolicy databasePolicy)
207
// In some rare cases, calling FrameLoader::
stopLoading
could set m_loading to false.
208
// (This can happen when there's a single XMLHttpRequest currently loading and
stopLoading
causes it
218
m_frame->loader()->
stopLoading
(UnloadEventPolicyNone, databasePolicy);
RedirectScheduler.cpp
342
provisionalDocumentLoader->
stopLoading
();
343
loader->
stopLoading
(UnloadEventPolicyUnloadAndPageHide);
DocumentLoader.h
95
void
stopLoading
(DatabasePolicy = DatabasePolicyStop);
FrameLoader.h
225
void
stopLoading
(UnloadEventPolicy, DatabasePolicy = DatabasePolicyStop);
/external/webkit/WebCore/loader/appcache/
ApplicationCacheGroup.cpp
80
stopLoading
();
239
ASSERT(!m_cacheBeingUpdated); // Already cleared out by
stopLoading
().
281
ASSERT(!m_cacheBeingUpdated); // Already cleared out by
stopLoading
().
306
void ApplicationCacheGroup::
stopLoading
()
692
stopLoading
();
707
stopLoading
();
[
all
...]
ApplicationCacheGroup.h
124
void
stopLoading
();
/external/webkit/WebKit/mac/DefaultDelegates/
WebDefaultContextMenuDelegate.mm
80
action = @selector(
stopLoading
:);
/packages/apps/HTMLViewer/src/com/android/htmlviewer/
HTMLViewerActivity.java
135
mWebView.
stopLoading
();
/external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp
720
stopLoading
(); // Make sure existing activity stops.
734
stopLoading
(); // Make sure existing activity stops.
743
stopLoading
(); // Make sure existing activity stops.
781
stopLoading
(); // Make sure existing activity stops.
811
void WebFrameImpl::
stopLoading
()
817
// that FrameLoader::
stopLoading
doesn't call stopAllLoaders.
819
m_frame->loader()->
stopLoading
(UnloadEventPolicyNone);
[
all
...]
ChromeClientImpl.cpp
384
m_webView->mainFrame()->
stopLoading
();
/external/webkit/WebKit/win/
WebFrame.h
138
virtual HRESULT STDMETHODCALLTYPE
stopLoading
( void);
/external/webkit/WebKitTools/DumpRenderTree/mac/
FrameLoadDelegate.mm
159
[frame
stopLoading
];
/packages/apps/Browser/src/com/android/browser/
TitleBar.java
220
mBrowserActivity.
stopLoading
();
TabControl.java
448
webview.
stopLoading
();
452
webview.
stopLoading
();
/packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java
230
mActivity.getTabControl().getCurrentTab().getWebView().
stopLoading
();
/external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp
229
mainFrame->loader()->
stopLoading
(UnloadEventPolicyNone);
Completed in 2237 milliseconds
1
2
3