Searched
refs:label (Results
376 -
400 of
2711) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
location_bar_decoration.h | 88 static void DrawLabel(NSString* label, 93 static NSSize GetLabelSize(NSString* label,
|
/external/chromium_org/content/public/common/ |
page_transition_types.h | 15 #define PAGE_TRANSITION(label, value) PAGE_TRANSITION_ ## label = value,
|
/external/chromium_org/content/renderer/ |
menu_item_builder.cc | 14 result.label = item.label;
|
/external/chromium_org/courgette/ |
assembly_program.cc | 28 REL32, // REL32 <label> - emit a rel32 encoded reference to 'label'. 29 ABS32, // REL32 <label> - emit am abs32 encoded reference to 'label'. 30 REL32ARM, // REL32ARM <c_op> <label> - arm-specific rel32 reference 105 // A ABS32 to REL32 instruction emits a reference to a label's address. 108 InstructionWithLabel(OP op, Label* label) 109 : Instruction(op, 0), label_(label) { 110 if (label == NULL) NOTREACHED() 112 Label* label() const { return label_; } function in class:courgette::__anon8316::InstructionWithLabel 233 Label* label = local 383 Label* label = p->second; local 431 Label* label = static_cast<InstructionWithLabel*>(instruction)->label(); local 437 Label* label = local 447 Label* label = static_cast<InstructionWithLabel*>(instruction)->label(); local 526 Label* label = local [all...] |
/external/chromium_org/ppapi/api/dev/ |
ppb_buffer_dev.idl | 10 label Chrome {
|
ppb_cursor_control_dev.idl | 11 label Chrome {
|
ppb_device_ref_dev.idl | 12 label Chrome {
|
ppb_graphics_2d_dev.idl | 10 label Chrome {
|
ppb_resource_array_dev.idl | 12 label Chrome {
|
/external/chromium_org/ppapi/api/ |
ppb_console.idl | 12 label Chrome {
|
ppb_file_system.idl | 12 label Chrome {
|
ppb_message_loop.idl | 9 label Chrome {
|
ppb_url_response_info.idl | 13 label Chrome {
|
ppb_var_array.idl | 11 label Chrome {
|
/external/chromium_org/ppapi/api/private/ |
ppb_flash_font_file.idl | 10 label Chrome {
|
ppb_flash_fullscreen.idl | 11 label Chrome {
|
ppb_instance_private.idl | 14 label Chrome {
|
ppb_platform_verification_private.idl | 13 label Chrome {
|
ppb_video_destination_private.idl | 12 label Chrome {
|
ppb_video_source_private.idl | 12 label Chrome {
|
/external/chromium_org/ppapi/api/trusted/ |
ppb_broker_trusted.idl | 11 label Chrome {
|
ppb_file_chooser_trusted.idl | 13 label Chrome {
|
ppb_url_loader_trusted.idl | 10 label Chrome {
|
/external/chromium_org/ppapi/generators/test_cgen/ |
structs.idl | 11 label Chrome {
|
/external/chromium_org/ppapi/generators/test_cgen_range/ |
versions.idl | 8 label Chrome {
|
Completed in 57 milliseconds
<<11121314151617181920>>