HomeSort by relevance Sort by last modified time
    Searched refs:TestView (Results 1 - 15 of 15) sorted by null

  /frameworks/native/opengl/tests/testViewport/src/com/android/test/
TestActivity.java 25 TestView mView;
30 mView = new TestView(getApplication());
TestView.java 60 class TestView extends GLSurfaceView {
61 TestView(Context context) {
66 public TestView(Context context, AttributeSet attrs) {
  /external/chromium_org/ppapi/tests/
test_view.cc 19 TestView::TestView(TestingInstance* instance)
24 void TestView::DidChangeView(const pp::View& view) {
34 bool TestView::Init() {
38 void TestView::RunTests(const std::string& filter) {
46 bool TestView::WaitUntilViewChanged() {
49 pp::CompletionCallbackFactory<TestView> factory(this);
51 factory.NewCallback(&TestView::QuitMessageLoop);
67 void TestView::QuitMessageLoop(int32_t result) {
71 std::string TestView::TestCreatedVisible()
    [all...]
test_view.h 11 class TestView : public TestCase {
13 TestView(TestingInstance* instance);
  /frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
TestView.java 54 class TestView extends GLSurfaceView {
55 TestView(Context context) {
60 public TestView(Context context, AttributeSet attrs) {
TestActivity.java 25 TestView mView;
47 mView = new TestView(getApplication());
  /external/chromium_org/ui/views/animation/
bounds_animator_unittest.cc 71 class TestView : public View {
73 TestView() {}
87 DISALLOW_COPY_AND_ASSIGN(TestView);
94 BoundsAnimatorTest() : child_(new TestView()), animator_(&parent_) {
98 TestView* parent() { return &parent_; }
99 TestView* child() { return child_; }
104 TestView parent_;
105 TestView* child_; // Owned by |parent_|.
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 15 function TestView(mainBoxId, urlInputId, formId, summaryDivId) {
27 inherits(TestView, DivView);
29 TestView.prototype.onSubmitForm_ = function(event) {
37 TestView.prototype.onStartedConnectionTestSuite = function() {
57 TestView.prototype.onStartedConnectionTestExperiment = function(experiment) {
102 TestView.prototype.onCompletedConnectionTestExperiment = function(
129 TestView.prototype.onCompletedConnectionTestSuite = function() {
main.js 87 var testView = new TestView('testTabContent', 'testUrlInput',
143 categoryTabSwitcher.addTab('testTab', testView, false);
    [all...]
  /external/chromium_org/chrome/test/base/
view_event_test_base.cc 44 class TestView : public views::View {
46 TestView() {}
67 DISALLOW_COPY_AND_ASSIGN(TestView);
174 TestView* test_view = new TestView();
  /external/chromium_org/content/browser/renderer_host/
smooth_scroll_gesture_controller_unittest.cc 67 class TestView : public TestRenderWidgetHostView {
69 explicit TestView(RenderWidgetHostImpl* rwh)
73 virtual ~TestView() {}
108 view_.reset(new TestView(host_.get()));
145 scoped_ptr<TestView> view_;
render_widget_host_unittest.cc 458 // TestView --------------------------------------------------------------------
462 class TestView : public TestRenderWidgetHostView {
464 explicit TestView(RenderWidgetHostImpl* rwh)
531 DISALLOW_COPY_AND_ASSIGN(TestView);
648 view_.reset(new TestView(host_.get()));
836 scoped_ptr<TestView> view_;
    [all...]
  /external/chromium_org/ui/views/
view_unittest.cc 206 class TestView : public View {
208 TestView() : View(), delete_on_pressed_(false), in_touch_sequence_(false) {}
209 virtual ~TestView() {}
272 class TestViewIgnoreTouch : public TestView {
274 TestViewIgnoreTouch() : TestView() {}
282 class TestViewConsumeGesture : public TestView {
284 TestViewConsumeGesture() : TestView() {}
299 class TestViewIgnoreGesture: public TestView {
301 TestViewIgnoreGesture() : TestView() {}
332 void TestView::OnBoundsChanged(const gfx::Rect& previous_bounds)
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewTest.java 338 TestView view1 = new TestView(new Activity());
347 TestView view1 = new TestView(new Activity());
425 private static class TestView extends View {
428 public TestView(Context context) {
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 197 addTab(TestView);

Completed in 656 milliseconds