OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htmlFile
(Results
1 - 7
of
7
) sorted by null
/external/doclava/src/com/google/doclava/
ClearPage.java
216
public static String outputFilename(String
htmlFile
) {
217
if (!Doclava.htmlExtension.equals(".html") &&
htmlFile
.endsWith(".html")) {
218
return
htmlFile
.substring(0,
htmlFile
.length() - 5) + Doclava.htmlExtension;
220
return
htmlFile
;
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp
208
void testTextInputType(WebTextInputType expectedType, const std::string&
htmlFile
);
209
void testInputMode(const WebString& expectedInputMode, const std::string&
htmlFile
);
210
void testSelectionRootBounds(const char*
htmlFile
, float pageScaleFactor);
477
void WebViewTest::testTextInputType(WebTextInputType expectedType, const std::string&
htmlFile
)
479
URLTestHelpers::registerMockedURLFromBaseURL(WebString::fromUTF8(m_baseURL.c_str()), WebString::fromUTF8(
htmlFile
.c_str()));
480
WebView* webView = m_webViewHelper.initializeAndLoad(m_baseURL +
htmlFile
);
496
void WebViewTest::testInputMode(const WebString& expectedInputMode, const std::string&
htmlFile
)
498
URLTestHelpers::registerMockedURLFromBaseURL(WebString::fromUTF8(m_baseURL.c_str()), WebString::fromUTF8(
htmlFile
.c_str()));
499
WebView* webView = m_webViewHelper.initializeAndLoad(m_baseURL +
htmlFile
);
[
all
...]
WebFrameTest.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar
/packages/apps/Email/src/com/android/email/provider/
DBHelper.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar
Completed in 100 milliseconds