OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:floatingbarbackingview_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/
browser_window_controller_private.mm
397
if (
floatingBarBackingView_
.get()) {
401
if (![
floatingBarBackingView_
superview] ||
406
[
floatingBarBackingView_
removeFromSuperview];
407
[contentView addSubview:
floatingBarBackingView_
415
[
floatingBarBackingView_
setFrame:frame];
421
// Okay to call even if |
floatingBarBackingView_
| is nil.
422
if ([
floatingBarBackingView_
superview])
423
[
floatingBarBackingView_
removeFromSuperview];
516
if (fullscreen && !
floatingBarBackingView_
.get() &&
518
floatingBarBackingView_
.reset
[
all
...]
browser_window_controller.h
111
scoped_nsobject<NSView>
floatingBarBackingView_
;
browser_window_controller.mm
561
[
floatingBarBackingView_
setNeedsDisplay:YES]; // Okay even if nil.
571
[
floatingBarBackingView_
setNeedsDisplay:YES]; // Okay even if nil.
[
all
...]
Completed in 990 milliseconds