Searched defs:expanded (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium/chrome/browser/ui/gtk/
H A Dstatus_bubble_gtk.h103 // currently expanded or in the process of expanding).
104 bool expanded() { function in class:StatusBubbleGtk
H A Dslide_animator_gtk.cc13 void OnChildSizeRequest(GtkWidget* expanded, argument
/external/openfst/src/include/fst/
H A Ddfs-visit.h107 bool expanded = false; local
108 if (fst.Properties(kExpanded, false)) { // tests if expanded case, then
110 expanded = true;
184 if (!expanded && root == nstates) {
H A Dvisit.h94 bool expanded = false; local
95 if (fst.Properties(kExpanded, false)) { // tests if expanded case, then
97 expanded = true;
173 if (!expanded && root == nstates) {
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DRunnerController.java203 boolean selected, boolean expanded, boolean leaf, int row,
202 getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
/external/chromium_org/chrome/browser/ui/gtk/
H A Dslide_animator_gtk.cc13 void OnChildSizeRequest(GtkWidget* expanded, argument
H A Dstatus_bubble_gtk.h104 // currently expanded or in the process of expanding).
105 bool expanded() { function in class:StatusBubbleGtk
/external/v8/src/
H A Dlog-utils.cc128 SmartArrayPointer<const char> expanded = stream.ToCString(); local
129 OpenFile(*expanded);
/external/chromium/base/win/
H A Dregistry.cc164 wchar_t expanded[kMaxStringLength]; local
165 size = ExpandEnvironmentStrings(raw_value, expanded, kMaxStringLength);
172 *value = expanded;
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
H A Dbraille_controller_brlapi.cc267 brlapi_expandedKeyCode_t expanded; local
268 if (libbrlapi_loader_.brlapi_expandKeyCode(code, &expanded) != 0) {
274 switch (expanded.type) {
276 switch (expanded.command) {
297 result->display_position.reset(new int(expanded.argument));
302 result->braille_dots.reset(new int(expanded.argument & 0xf));
303 if ((expanded.argument & BRLAPI_DOTC) != 0)
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view.h53 // expanded. The default is false. If true, when a node in the tree is
54 // expanded for the first time, its children are also automatically expanded.
55 // If a node is subsequently collapsed and expanded again, the children
56 // will not be automatically expanded.
86 // its parents are expanded (IsExpanded(model_node) returns true).
89 // Make sure node and all its parents are expanded.
96 // Returns true if the specified node is expanded.
188 // Whether the node is expanded.
189 void set_is_expanded(bool expanded) { is_expanded argument
[all...]
H A Dtree_view.cc147 // Make sure all ancestors are expanded.
817 bool expanded) {
829 if (!expanded) {
815 PaintExpandControl(gfx::Canvas* canvas, const gfx::Rect& node_bounds, bool expanded) argument
/external/chromium_org/base/win/
H A Dregistry.cc212 wchar_t expanded[kMaxStringLength]; local
213 size = ExpandEnvironmentStrings(raw_value, expanded, kMaxStringLength);
220 *out_value = expanded;
/external/chromium_org/chrome/browser/ui/gtk/infobars/
H A Dinfobar_gtk.cc329 void InfoBarGtk::OnChildSizeRequest(GtkWidget* expanded, argument
/external/chromium_org/ui/message_center/
H A Dnotification.h156 void set_is_expanded(bool expanded) { is_expanded_ = expanded; } argument
224 bool is_expanded_; // True if this has been expanded in the message center.
/external/chromium/chrome/browser/
H A Denumerate_modules_model_win.cc516 wchar_t expanded[MAX_PATH]; local
518 entry.location.c_str(), expanded, MAX_PATH);
521 GetSubjectNameFromDigitalSignature(FilePath(expanded));
/external/chromium_org/chrome/browser/
H A Denumerate_modules_model_win.cc576 wchar_t expanded[MAX_PATH]; local
578 entry.location.c_str(), expanded, MAX_PATH);
581 GetSubjectNameFromDigitalSignature(base::FilePath(expanded));
/external/chromium_org/chrome/browser/ui/panels/
H A Dstacked_panel_collection.cc347 bool expanded = panel->expansion_state() == Panel::EXPANDED; local
349 if (expanded)
354 if (expanded)
367 // Make sure the panel is expanded when activated so the user input
378 // Ensure that the panel could fit within the work area after it is expanded.
442 // panel that is clicked by the user will be expanded.
450 // stop now since we cannot fit any more expanded panels.
600 // If the panel below the panel being resized is expanded, update its
/external/chromium_org/ui/message_center/views/
H A Dmessage_popup_collection.cc189 bool expanded = true; local
191 expanded = (*iter)->is_expanded();
195 expanded,
502 bool expanded = true; local
504 expanded = (*iter)->is_expanded();
514 expanded,
H A Dnotification_view.cc268 bool expanded,
290 new NotificationView(controller, notification, expanded);
304 bool expanded)
311 is_expanded_(expanded) {
657 int expanded = GetMessageLines(width, local
659 return current < expanded;
266 Create(MessageCenterController* controller, const Notification& notification, bool expanded, bool top_level) argument
302 NotificationView(MessageCenterController* controller, const Notification& notification, bool expanded) argument
H A Dmessage_center_view.cc998 bool expanded = true; local
1000 expanded = (*iter)->is_expanded();
1004 expanded,
1143 // NotificationViews are expanded by default here until
1145 bool expanded = true; local
1147 expanded = notification.is_expanded();
1151 expanded,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp815 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
816 emit(BRW_OPCODE_MOV, expanded, src);
817 src = expanded;
855 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
856 expanded.type = src0.type;
857 emit(BRW_OPCODE_MOV, expanded, src0);
858 src0 = expanded;
862 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
863 expanded.type = src1.type;
864 emit(BRW_OPCODE_MOV, expanded, src
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java1127 if (b.expanded()) {
1297 boolean expanded() { return false; } method in class:CodeIterator.Branch
1316 boolean expanded() { method in class:CodeIterator.LdcW
1355 boolean expanded() { method in class:CodeIterator.Branch16
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp815 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
816 emit(BRW_OPCODE_MOV, expanded, src);
817 src = expanded;
855 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
856 expanded.type = src0.type;
857 emit(BRW_OPCODE_MOV, expanded, src0);
858 src0 = expanded;
862 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
863 expanded.type = src1.type;
864 emit(BRW_OPCODE_MOV, expanded, src
[all...]
/external/zxing/core/
H A Dcore.jar ... com/google/zxing/oned/rss/ com/google/zxing/oned/rss/expanded/ com/google/zxing/oned/rss/expanded/decoders/ com/google/zxing ...

Completed in 957 milliseconds

123