OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attached_
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/ui/views/
browser_bubble.cc
43
attached_
(false),
55
DCHECK(!
attached_
);
67
DCHECK(
attached_
);
68
if (!
attached_
)
70
attached_
= false;
77
DCHECK(!
attached_
);
78
if (
attached_
)
84
attached_
= true;
browser_bubble.h
62
bool attached() const { return
attached_
; }
137
bool
attached_
;
member in class:BrowserBubble
/external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc
56
attached_
(false),
98
attached_
= true;
111
attached_
= false;
165
if (
attached_
) {
181
if (
attached_
)
199
return
attached_
? value : static_cast<int>(value * kScalingFactor);
248
if (!
attached_
)
253
if (!
attached_
) {
297
if (backing_store && !dragged_tab->
attached_
) {
309
if (!dragged_tab->
attached_
) {
[
all
...]
dragged_tab_gtk.h
119
bool
attached_
;
member in class:DraggedTabGtk
/external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_view_gtk.cc
60
attached_
(false),
105
DCHECK(!
attached_
);
114
DCHECK(
attached_
);
132
attached_
= true;
154
attached_
= false;
250
if (
attached_
) {
271
if (
attached_
) {
292
return
attached_
? value : static_cast<int>(value * kScalingFactor);
344
if (!
attached_
)
357
if (!
attached_
) {
[
all
...]
dragged_view_gtk.h
158
bool
attached_
;
member in class:DraggedViewGtk
/external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h
44
bool attached() const { return
attached_
; }
320
bool
attached_
;
member in class:content::BrowserPlugin
browser_plugin.cc
72
attached_
(false),
431
attached_
= true;
[
all
...]
Completed in 186 milliseconds