OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GWT
(Results
1 - 4
of
4
) sorted by null
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
Platform.java
20
import com.google.
gwt
.core.client.
GWT
;
23
* The emulation source used in
GWT
.
34
return
GWT
.isProdMode() ? 2 : 4;
40
return
GWT
.isProdMode() ? 3 : 5;
/external/autotest/frontend/client/src/autotest/tko/
EmbeddedTkoClient.java
9
import com.google.
gwt
.core.client.EntryPoint;
10
import com.google.
gwt
.core.client.
GWT
;
11
import com.google.
gwt
.core.client.JavaScriptObject;
12
import com.google.
gwt
.core.client.
GWT
.UncaughtExceptionHandler;
13
import com.google.
gwt
.dom.client.Element;
/external/autotest/frontend/client/src/autotest/common/
PaddedJsonRpcProxy.java
3
import com.google.
gwt
.core.client.
GWT
;
4
import com.google.
gwt
.core.client.JavaScriptObject;
5
import com.google.
gwt
.core.client.
GWT
.UncaughtExceptionHandler;
6
import com.google.
gwt
.dom.client.Element;
7
import com.google.
gwt
.json.client.JSONObject;
8
import com.google.
gwt
.user.client.Timer;
81
* our callback method, which calls this), so we need to do proper
GWT
exception handling
84
* See the implementation of com.google.
gwt
.user.client.Timer.fire(), from which thi
[
all
...]
/external/autotest/frontend/client/src/autotest/common/table/
TableRenderer.java
6
import com.google.
gwt
.core.client.
GWT
;
7
import com.google.
gwt
.dom.client.Element;
8
import com.google.
gwt
.user.client.DOM;
9
import com.google.
gwt
.user.client.ui.HTMLTable;
14
public static final String SIZE_PREFIX =
GWT
.isScript() ? "min-" : "";
98
table.@com.google.
gwt
.user.client.ui.HTMLTable::bodyElem = newBody;
Completed in 548 milliseconds