/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
FilterBar.js | 180 this._filterInputElement.placeholder = WebInspector.UIString("Filter");
|
SettingsScreen.js | [all...] |
IndexedDBViews.js | 228 this._keyInputElement.placeholder = WebInspector.UIString("Start from key");
|
AdvancedSearchController.js | 242 this._search.placeholder = WebInspector.UIString("Search sources");
|
elementsPanel.css | 204 .styles-sidebar-placeholder {
|
/external/chromium_org/chrome/browser/profile_resetter/ |
profile_resetter_unittest.cc | 273 const std::string& placeholder, 276 size_t placeholder_pos = str->find(placeholder); 278 str->replace(placeholder_pos, placeholder.size(), substitution); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
DeleteSelectionCommand.cpp | 203 // and receive the placeholder after deletion. 381 // Make sure empty cell has some height, if a placeholder can be inserted. 596 // a placeholder, but not in this case. 661 // removals that it does cause the insertion of *another* placeholder. 832 RefPtr<Node> placeholder = m_needPlaceholder ? createBreakElement(document()).get() : 0; local [all...] |
ReplaceSelectionCommand.cpp | 112 // If we're already on a break, it's probably a placeholder and we shouldn't change our position. 823 RefPtr<Node> placeholder = createBreakElement(document()); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXNodeObject.cpp | 1066 String placeholder = placeholderValue(); local 1067 if (!placeholder.isEmpty()) 1068 textOrder.append(AccessibilityText(placeholder, PlaceholderText)); [all...] |
/external/chromium_org/chrome/browser/resources/web_dev_style/ |
css_checker.py | 178 'input-placeholder',
|
/external/protobuf/src/google/protobuf/ |
descriptor.cc | 433 // Empty table, used with placeholder files. 2503 FileDescriptor* placeholder = tables_->Allocate<FileDescriptor>(); local [all...] |
/art/compiler/dex/portable/ |
mir_to_gbc.cc | 63 // Replace the placeholder value with the real definition 65 ::llvm::Value* placeholder = GetLLVMValue(s_reg); local 66 if (placeholder == NULL) { 68 LOG(WARNING) << "Null placeholder"; 71 placeholder->replaceAllUsesWith(val); 72 val->takeName(placeholder); 74 ::llvm::Instruction* inst = ::llvm::dyn_cast< ::llvm::Instruction>(placeholder); [all...] |
/build/tools/droiddoc/templates-ds/assets/js/ |
global-libraries-combined.js | [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.cc | 494 // Empty table, used with placeholder files. 2842 FileDescriptor* placeholder = tables_->Allocate<FileDescriptor>(); local [all...] |
/external/chromium_org/ui/native_theme/ |
native_theme_win.cc | 619 // To work-around this, mark all pixels with a placeholder value, to detect 622 const SkColor placeholder = SkColorSetARGB(1, 0, 0, 0); local 623 offscreen_canvas.clear(placeholder); 655 const SkPMColor placeholder_value = SkPreMultiplyColor(placeholder); [all...] |
/external/chromium_org/chrome/browser/resources/inspect/ |
inspect.js | 250 newPageUrl.placeholder = 'Open tab with url'; 723 input.placeholder = hint;
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorCSSAgent.cpp | 383 String placeholder; local 384 return m_styleSheet->setStyleText(m_cssId, m_oldText, &placeholder, exceptionState); 435 String placeholder; local 436 return m_styleSheet->setPropertyText(m_cssId, m_propertyIndex, m_overwrite ? m_oldText : "", true, &placeholder, exceptionState); [all...] |
/external/chromium_org/tools/grit/grit/ |
util.py | 588 Text of the form [message_name] will be replaced by a new placeholder, 611 placeholders.append(tclib.Placeholder(name, f, sub))
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_locally_managed_user_creation.css | 100 #managed-user-creation-intro-placeholder {
|
/external/chromium_org/chrome/browser/resources/feedback/js/ |
feedback.js | 120 description.placeholder = loadTimeData.getString('no-description');
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
html.css | 660 ::-webkit-input-placeholder { 667 input::-webkit-input-placeholder, isindex::-webkit-input-placeholder {
|
/external/libvpx/libvpx/vp8/common/x86/ |
subpixel_ssse3.asm | [all...] |
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_win.cc | 3024 std::string placeholder; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
DateTimeEditElement.cpp | 315 yearParams.placeholder = m_parameters.placeholderForYear;
|
/external/libvorbis/doc/ |
04-codec.tex | 123 configuration placeholder values must be read to maintain bitstream 231 \item read and discard 8 bits (the unused time configuration placeholder)
|