Searched defs:setView (Results 1 – 5 of 5) sorted by relevance
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ | ||
D | ShadowToast.java | 48 public void setView(View view) { in setView() method in ShadowToast |
D | ShadowFragment.java | 29 public void setView(View view) { in setView() method in ShadowFragment |
D | ShadowAlertDialog.java | 67 public void setView(View view) { in setView() method in ShadowAlertDialog |
/external/chromium_org/third_party/WebKit/Source/core/frame/ | ||
D | Frame.cpp | 186 void Frame::setView(PassRefPtr<FrameView> view) in setView() function in WebCore::Frame |
/external/chromium_org/chrome/browser/resources/history/ | ||
D | history.js | 440 HistoryModel.prototype.setView = function(view) { method in HistoryModel |