HomeSort by relevance Sort by last modified time
    Searched full:extension_index (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/views/
browser_actions_container_browsertest.cc 30 // Make sure extension with index |extension_index| has an icon.
31 void EnsureExtensionHasIcon(int extension_index) {
32 if (!browser_actions_bar_->HasIcon(extension_index)) {
36 browser_actions_bar_->GetExtensionAction(extension_index);
43 EXPECT_TRUE(browser_actions_bar()->HasIcon(extension_index));
  /external/chromium/chrome/browser/ui/views/
browser_actions_container_browsertest.cc 32 // Make sure extension with index |extension_index| has an icon.
33 void EnsureExtensionHasIcon(int extension_index) {
34 if (!browser_actions_bar_->HasIcon(extension_index)) {
37 browser_actions_bar_->WaitForBrowserActionUpdated(extension_index);
39 EXPECT_TRUE(browser_actions_bar()->HasIcon(extension_index));
  /external/chromium_org/v8/src/
contexts.h 249 EXTENSION_INDEX,
361 Object* extension() { return get(EXTENSION_INDEX); }
362 void set_extension(Object* object) { set(EXTENSION_INDEX, object); }
364 JSModule* module() { return JSModule::cast(get(EXTENSION_INDEX)); }
365 void set_module(JSModule* module) { set(EXTENSION_INDEX, module); }
gdb-jit.cc 1159 ASSERT(Context::EXTENSION_INDEX == 2);
    [all...]
heap-snapshot-generator.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
extensions.c 794 typedef unsigned short extension_index; typedef
    [all...]
  /external/mesa3d/src/mesa/main/
extensions.c 794 typedef unsigned short extension_index; typedef
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_validator_browsertest.cc 136 size_t extension_index = filename.find_last_of("."); local
137 ASSERT_NE(std::string::npos, extension_index);
138 std::string extension = filename.substr(extension_index);
  /external/v8/src/
contexts.h 223 EXTENSION_INDEX,
316 Object* extension() { return get(EXTENSION_INDEX); }
317 void set_extension(Object* object) { set(EXTENSION_INDEX, object); }
gdb-jit.cc 1150 ASSERT(Context::EXTENSION_INDEX == 2);
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc     [all...]
code-stubs-arm.cc 169 __ str(r1, MemOperand(r0, Context::SlotOffset(Context::EXTENSION_INDEX)));
233 __ str(r1, ContextOperand(r0, Context::EXTENSION_INDEX));
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc     [all...]
code-stubs-ia32.cc 142 __ mov(Operand(eax, Context::SlotOffset(Context::EXTENSION_INDEX)), ebx);
208 __ mov(ContextOperand(eax, Context::EXTENSION_INDEX), ebx);
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc     [all...]
code-stubs-mips.cc 171 __ sw(a1, MemOperand(v0, Context::SlotOffset(Context::EXTENSION_INDEX)));
233 __ sw(a1, ContextOperand(v0, Context::EXTENSION_INDEX));
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc     [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 927 __ ldr(r1, ContextOperand(r1, Context::EXTENSION_INDEX));
    [all...]
code-stubs-arm.cc 462 __ str(r1, MemOperand(r0, Context::SlotOffset(Context::EXTENSION_INDEX)));
524 __ str(r1, ContextOperand(r0, Context::EXTENSION_INDEX));
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 881 __ mov(eax, ContextOperand(eax, Context::EXTENSION_INDEX));
    [all...]
code-stubs-ia32.cc 450 __ mov(Operand(eax, Context::SlotOffset(Context::EXTENSION_INDEX)), ebx);
514 __ mov(ContextOperand(eax, Context::EXTENSION_INDEX), ebx);
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc     [all...]
code-stubs-mips.cc 463 __ sw(a1, MemOperand(v0, Context::SlotOffset(Context::EXTENSION_INDEX)));
523 __ sw(a1, ContextOperand(v0, Context::EXTENSION_INDEX));
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 891 __ movq(rax, ContextOperand(rax, Context::EXTENSION_INDEX));
    [all...]
code-stubs-x64.cc 451 __ movq(Operand(rax, Context::SlotOffset(Context::EXTENSION_INDEX)), rbx);
514 __ movq(ContextOperand(rax, Context::EXTENSION_INDEX), rbx);
    [all...]

Completed in 2497 milliseconds

1 2