Home
last modified time | relevance | path

Searched refs:labelString (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DCustomContextMenuProvider.cpp70 String labelString = menuItem->fastGetAttribute(labelAttr); in appendMenuItem() local
71 if (labelString.isEmpty()) in appendMenuItem()
75 …atic_cast<ContextMenuAction>(ContextMenuItemBaseCustomTag + m_menuItems.size() - 1), labelString)); in appendMenuItem()
87 String labelString = nextElement->fastGetAttribute(labelAttr); in populateContextMenuItems() local
88 if (labelString.isNull()) { in populateContextMenuItems()
92 } else if (!labelString.isEmpty()) { in populateContextMenuItems()
94 ….appendItem(ContextMenuItem(SubmenuType, ContextMenuItemCustomTagNoAction, labelString, &subMenu)); in populateContextMenuItems()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
DV8InspectorFrontendHostCustom.cpp86 TOSTRING_DEFAULT(V8StringResource<TreatNullAsNullString>, labelString, label, false); in populateContextMenuItems()
89 labelString, in populateContextMenuItems()
94 TOSTRING_DEFAULT(V8StringResource<TreatNullAsNullString>, labelString, label, false); in populateContextMenuItems()
95 …Item menuItem((typeString == "checkbox" ? CheckableActionType : ActionType), typedId, labelString); in populateContextMenuItems()
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
Dconfirm_infobar_controller_unittest.mm26 - (NSString*)labelString; method in ExposedForTesting
31 - (NSString*)labelString { method in ExposedForTesting
157 base::SysNSStringToUTF8([controller_.get() labelString]));
/external/chromium_org/third_party/icu/source/common/
Duts46.cpp691 UnicodeString *labelString; in processLabel() local
741 labelString=&fromPunycode; in processLabel()
747 labelString=&dest; in processLabel()
754 return replaceLabel(dest, destLabelStart, destLabelLength, *labelString, labelLength); in processLabel()
812 labelString->replace(labelStart, cpLength, (UChar)0xfffd); in processLabel()
813 label=labelString->getBuffer()+labelStart; in processLabel()
815 if(labelString==&dest) { in processLabel()
892 return replaceLabel(dest, destLabelStart, destLabelLength, *labelString, labelLength); in processLabel()
/external/icu/icu4c/source/common/
Duts46.cpp689 UnicodeString *labelString; in processLabel() local
739 labelString=&fromPunycode; in processLabel()
745 labelString=&dest; in processLabel()
752 return replaceLabel(dest, destLabelStart, destLabelLength, *labelString, labelLength); in processLabel()
810 labelString->replace(labelStart, cpLength, (UChar)0xfffd); in processLabel()
811 label=labelString->getBuffer()+labelStart; in processLabel()
813 if(labelString==&dest) { in processLabel()
890 return replaceLabel(dest, destLabelStart, destLabelLength, *labelString, labelLength); in processLabel()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
DRTCPeerConnection.mm167 std::string labelString([label UTF8String]);
169 self.peerConnection->CreateDataChannel(labelString,