HomeSort by relevance Sort by last modified time
    Searched refs:label (Results 351 - 375 of 2621) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ash/accelerators/
exit_warning_handler.cc 20 #include "ui/views/controls/label.h"
35 class ExitWarningLabel : public views::Label {
47 views::Label::PaintText(canvas,
67 views::Label* label = new ExitWarningLabel; local
68 label->SetText(text_);
69 label->SetHorizontalAlignment(gfx::ALIGN_CENTER);
70 label->SetFont(font_);
71 label->SetEnabledColor(kForegroundColor);
72 label->SetDisabledColor(kForegroundColor)
    [all...]
  /external/chromium_org/chrome/browser/resources/
identity_internals.css 19 td.label {
  /external/chromium_org/chrome/browser/resources/quota_internals/
main.css 22 .tree-item:not([may-have-children]) > .tree-row > .tree-label {
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
bubble_decoration.h 15 // and an optional text label to the right.
25 void SetLabel(NSString* label);
35 // Helper returning bubble width for the given |image| and |label|
37 CGFloat GetWidthForImageAndLabel(NSImage* image, NSString* label);
51 // Label to draw to right of image. Can be |nil|.
location_bar_decoration.h 88 static void DrawLabel(NSString* label,
93 static NSSize GetLabelSize(NSString* label,
  /external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_infobar_delegate.cc 34 const string16 label = l10n_util::GetStringFUTF16( local
36 return label;
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_manager.h 64 // Callback to deliver the result of a media request. |label| is the string
104 void CancelRequest(const std::string& label);
107 virtual void StopGeneratedStream(const std::string& label);
195 void HandleAccessRequestResponse(const std::string& label,
197 void StopStreamFromUI(const std::string& label);
206 void PostRequestToUI(const std::string& label);
207 void HandleRequest(const std::string& label);
210 // identified by |label|.
211 void SendCachedDeviceList(EnumerationCache* cache, const std::string& label);
213 // Stop the request of enumerating devices indentified by |label|
    [all...]
  /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::__anon10551::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_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_drm.idl 12 label Chrome {
ppb_flash_font_file.idl 10 label Chrome {
ppb_flash_fullscreen.idl 11 label Chrome {
ppb_instance_private.idl 14 label Chrome {
ppb_video_destination_private.idl 12 label Chrome {
ppb_video_source_private.idl 12 label Chrome {

Completed in 2612 milliseconds

<<11121314151617181920>>