Home
last modified time | relevance | path

Searched refs:StopLoading (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/automation/
Dautomation_tab_helper_unittest.cc33 void StopLoading() { in StopLoading() function in AutomationTabHelperTest
89 StopLoading(); in TEST_F()
100 StopLoading(); in TEST_F()
101 StopLoading(); in TEST_F()
143 StopLoading(); in TEST_F()
159 StopLoading(); in TEST_F()
172 StopLoading(); in TEST_F()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.messages.in59 StopLoading()
/external/webkit/Source/WebKit/android/jni/
DWebCoreFrameBridge.cpp1310 static void StopLoading(JNIEnv *env, jobject obj) in StopLoading() function
1938 (void*) StopLoading },
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp434 process()->send(Messages::WebPage::StopLoading(), m_pageID); in stopLoading()