/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_window_controller.h | 37 BOOL closeDeferred_; // If YES, call performClose: in removeOverlay:. 46 // is torn off. If -deferPerformClose (below) is used, -removeOverlay will 49 - (void)removeOverlay;
|
tab_window_controller.mm | 93 - (void)removeOverlay { 113 selector:@selector(removeOverlay)
|
tab_strip_drag_controller.mm | 395 [draggedController_ removeOverlay]; 399 [draggedController_ removeOverlay];
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_window_controller.h | 52 BOOL closeDeferred_; // If YES, call performClose: in removeOverlay:. 62 // is torn off. If -deferPerformClose (below) is used, -removeOverlay will 65 - (void)removeOverlay;
|
tab_window_controller.mm | 140 - (void)removeOverlay { 181 selector:@selector(removeOverlay)
|
tab_view.mm | 612 [draggedController_ removeOverlay]; 616 [draggedController_ removeOverlay]; [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
image_buffer.js | 36 ImageBuffer.prototype.removeOverlay = function(overlay) {
|
image_editor.js | 338 this.editor_.getBuffer().removeOverlay(this);
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
OverlayLinearLayout.java | 537 public void removeOverlay(String mediaItemId, String overlayId) { 540 Log.e(TAG, "removeOverlay: Media item not found: " + mediaItemId); 716 ApiService.removeOverlay(activity, mProject.getPath(), mediaItem.getId(), [all...] |
MediaLinearLayout.java | 207 removeOverlay(mMediaItem); [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
VideoEditorStressTest.java | 459 mediaItem1.removeOverlay("overlay"+i); 468 mediaItem2.removeOverlay("overlay"+i); 478 mediaItem1.removeOverlay("overlay"+i); [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
VideoEditorProject.java | 832 mediaItem.removeOverlay(oldOverlay.getId()); 845 void removeOverlay(String mediaItemId, String overlayId) { 847 mediaItem.removeOverlay(overlayId); [all...] |
MovieMediaItem.java | 418 void removeOverlay(String overlayId) {
|
ApiService.java | [all...] |
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/ |
SDL_main.cpp | 975 EXPORT_C TInt CSDL::RemoveOverlay(MOverlay& aOverlay) 979 return gEpocEnv->iDsa->RemoveOverlay(aOverlay);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
externs.js | 521 removeOverlay: function(spec) { },
|
CodeMirrorTextEditor.js | [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
dsa_old.cpp | 774 TInt CDsa::RemoveOverlay(MOverlay& aOverlay)
|
dsa.cpp | 792 TInt CDsa::RemoveOverlay(MOverlay& aOverlay)
|
dsa_new.cpp | 518 TInt CDsa::RemoveOverlay(MOverlay& aOverlay)
|
/frameworks/base/media/java/android/media/videoeditor/ |
MediaItem.java | 497 public Overlay removeOverlay(String overlayId) {
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/ |
VideoEditorAPITest.java | 455 mediaVideoItem1.removeOverlay("xyz")); 459 mediaVideoItem1.removeOverlay(overlayFrame.getId())); 701 mediaImageItem1.removeOverlay("xyz")); 705 overlayFrame, mediaImageItem1.removeOverlay(overlayFrame.getId())); [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
VideoEditorBaseActivity.java | 600 getOverlayLayout().removeOverlay(mediaItemId, overlayId); [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
VideoEditorPerformance.java | 612 mediaVideoItem.removeOverlay((overlayFrame[i].getId()))); [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
codemirror.js | [all...] |