HomeSort by relevance Sort by last modified time
    Searched refs:append_messages (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/extensions/
extension_message_bundle.cc 99 SubstitutionMap append_messages; local
100 append_messages[kUILocaleKey] = app_locale;
106 append_messages[kBidiDirectionKey] = "rtl";
107 append_messages[kBidiReversedDirectionKey] = "ltr";
108 append_messages[kBidiStartEdgeKey] = kBidiRightEdgeValue;
109 append_messages[kBidiEndEdgeKey] = kBidiLeftEdgeValue;
111 append_messages[kBidiDirectionKey] = "ltr";
112 append_messages[kBidiReversedDirectionKey] = "rtl";
113 append_messages[kBidiStartEdgeKey] = kBidiLeftEdgeValue;
114 append_messages[kBidiEndEdgeKey] = kBidiRightEdgeValue
    [all...]
  /external/chromium_org/chrome/common/extensions/
message_bundle.cc 99 SubstitutionMap append_messages; local
100 append_messages[kUILocaleKey] = app_locale;
106 append_messages[kBidiDirectionKey] = "rtl";
107 append_messages[kBidiReversedDirectionKey] = "ltr";
108 append_messages[kBidiStartEdgeKey] = kBidiRightEdgeValue;
109 append_messages[kBidiEndEdgeKey] = kBidiLeftEdgeValue;
111 append_messages[kBidiDirectionKey] = "ltr";
112 append_messages[kBidiReversedDirectionKey] = "rtl";
113 append_messages[kBidiStartEdgeKey] = kBidiLeftEdgeValue;
114 append_messages[kBidiEndEdgeKey] = kBidiRightEdgeValue
    [all...]

Completed in 44 milliseconds