HomeSort by relevance Sort by last modified time
    Searched full:performclose (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/
fullscreen_window.mm 74 - (void)performClose:(id)sender {
90 // Explicitly enable |-performClose:| (see above); otherwise the fact that
92 if (action == @selector(performClose:))
fullscreen_window_unittest.mm 16 return @selector(performClose:);
hung_renderer_controller_unittest.mm 30 // Cannot call performClose:, because the close button is disabled.
hung_renderer_controller.mm 91 // Cannot call performClose:, because the close button is disabled.
98 // Cannot call performClose:, because the close button is disabled.
166 // Cannot call performClose:, because the close button is disabled.
browser_window_cocoa.mm 92 // |-performClose:| must take precautions to ensure that.
100 // Make sure we hide the window immediately. Even though performClose:
103 // TODO(viettrungluu): This is kind of bad, since |-performClose:| calls
107 // involves a (indirect) recursion on |-performClose:|, which is also bad.
109 [window() performClose:controller_];
458 if (item && [item action] == @selector(performClose:))
browser_window_controller.mm 466 // run loop in the |-performClose:| which contains its own autorelease pool.
487 // run loop in the |-performClose:| which contains its own autorelease pool.
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterFunction.java 101 mFilter.performClose(mFilterContext);
Filter.java 477 performClose(context);
481 final synchronized void performClose(FilterContext context) {
492 performClose(context);
FilterGraph.java 142 filter.performClose(context);
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_window_controller.h 52 BOOL closeDeferred_; // If YES, call performClose: in removeOverlay:.
159 // Tell the window that it needs to call performClose: as soon as the current
tab_window_controller.mm 145 [[self window] performClose:self]; // Autoreleases the controller.
343 // Tell the window that it needs to call performClose: as soon as the current
tab_strip_controller.mm 750 [[tabStripView_ window] performClose:nil];
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bubble_controller_unittest.mm 131 [test_window() performClose:NSApp];
  /external/webkit/Tools/MiniBrowser/mac/
MainMenu.xib     [all...]

Completed in 600 milliseconds