Home
last modified time | relevance | path

Searched refs:clearResults (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebSpeechInputControllerMockImpl.cpp65 void WebSpeechInputControllerMockImpl::clearResults() in clearResults() function in WebKit::WebSpeechInputControllerMockImpl
67 m_webcoreMock->clearResults(); in clearResults()
DWebSpeechInputControllerMockImpl.h66 void clearResults();
/external/chromium/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_cocoa_controller_unittest.mm100 // Call clearResults, which doesn't actually clear the find text but
103 // our implementation of clearResults, so it's ok to pass in an
106 [controller_ clearResults:details];
Dfind_bar_text_field_cell.h22 - (void)clearResults;
Dfind_bar_cocoa_controller.h83 - (void)clearResults:(const FindNotificationDetails&)results;
Dfind_bar_text_field_cell_unittest.mm76 [cell_ clearResults];
92 [cell_ clearResults];
Dfind_bar_text_field_unittest.mm88 [cell clearResults];
Dfind_bar_text_field_cell.mm86 - (void)clearResults { method
Dfind_bar_bridge.mm52 [cocoa_controller_ clearResults:results];
Dfind_bar_cocoa_controller.mm312 - (void)clearResults:(const FindNotificationDetails&)results {
344 [[findText_ findBarTextFieldCell] clearResults];
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DCompiler.cpp109 clearResults(); in compile()
169 void TCompiler::clearResults() in clearResults() function in TCompiler
DShHandle.h67 void clearResults();
/external/webkit/Source/WebKit/chromium/public/
DWebSpeechInputControllerMock.h49 virtual void clearResults() = 0;
/external/webkit/Source/WebCore/platform/mock/
DSpeechInputClientMock.h53 void clearResults();
DSpeechInputClientMock.cpp96 void SpeechInputClientMock::clearResults() in clearResults() function in WebCore::SpeechInputClientMock
/external/icu4c/test/intltest/
Drbbitst.cpp179 void clearResults();
287 void BITestData::clearResults() { in clearResults() function in BITestData
886 td.clearResults(); in testFirstAndNext()
915 td.clearResults(); in testLastAndPrevious()
947 td.clearResults(); in testFollowing()
990 td.clearResults(); in testPreceding()
1030 td.clearResults(); in testIsBoundary()
/external/webkit/Tools/DumpRenderTree/chromium/
DWebViewHost.cpp1211 m_speechInputControllerMock->clearResults(); in reset()
/external/webkit/Tools/CSSTestSuiteHarness/harness/
Dharness.js1111 TestSuite.prototype.clearResults = function(data) method in TestSuite
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog56 (TCompiler::clearResults):
/external/webkit/Tools/
DChangeLog-2011-02-1610607 (WebViewHost::reset): Invoke speech input mock's clearResults method.
17741 (TestSuite.prototype.clearResults):
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-164459 (WebKit::WebSpeechInputControllerMockImpl::clearResults): Added method to clear results.
/external/webkit/Source/WebCore/
DChangeLog-2010-12-067098 (WebCore::SpeechInputClientMock::clearResults):
11004 (WebCore::SpeechInputClientMock::clearResults): Added clearResults method.