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

  /external/chromium/chrome/browser/
jumplist_win.h 30 // The string to be displayed in a JumpList.
32 // The absolute path to an icon to be displayed in a JumpList.
87 // A class which implements an application JumpList.
89 // JumpList:
92 // * Creatng COM objects used by JumpList from PageUsageData objects;
93 // * Adding COM objects to JumpList, etc.
97 // updates a JumpList when a tab is added or removed.
99 // Updating a JumpList requires some file operations and it is not good to
101 // task when it actually updates a JumpList. (This task is implemented in an
103 class JumpList : public TabRestoreServiceObserver
    [all...]
jumplist_win.cc 245 // Creates a temporary icon file to be shown in JumpList.
251 // JumpList does not care about it.
267 // Updates a specified category of an application JumpList.
275 // An application name to be used for creating JumpList items.
300 // collection to the JumpList.
313 // We can now add the new list to the JumpList.
328 // Updates the "Tasks" category of the JumpList.
371 // We can now add the new list to the JumpList.
383 // Updates the application JumpList.
385 // the Chromium JumpList, such as
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp 114 void matchCharacterClassRange(RegisterID character, JumpList& failures, JumpList& matchDest, const CharacterRange* ranges, unsigned count, unsigned* matchIndex, const UChar* matches, unsigned matchCount)
161 void matchCharacterClass(RegisterID character, JumpList& matchDest, const CharacterClass* charClass)
196 JumpList failures;
327 JumpList m_relJumps;
367 void addIndirectJumpEntry(int32_t stackOffset, JumpList jumps)
369 JumpList::JumpVector jumpVector = jumps.jumps();
418 ParenthesesTail* addParenthesesTail(PatternTerm& term, JumpList* jumpListToPriorParen)
434 JumpList jumpsToNext;
449 void addJumpsToNextInteration(JumpList jumps
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic32_64.cpp 93 JumpList notInt32Op1;
94 JumpList notInt32Op2;
100 JumpList failures;
109 JumpList failures;
182 JumpList notInt32Op1;
183 JumpList notInt32Op2;
189 JumpList failures;
198 JumpList failures;
269 JumpList notInt32Op1;
270 JumpList notInt32Op2
    [all...]
ThunkGenerators.cpp 133 SpecializedThunkJIT::JumpList doubleResult;
149 SpecializedThunkJIT::JumpList doubleResult;
SpecializedThunkJIT.h 158 MacroAssembler::JumpList m_failures;
JIT.h 172 using MacroAssembler::JumpList;
280 void addSlowCase(JumpList);
297 void testPrototype(JSValue, JumpList& failureCases);
341 void emitBinaryDoubleOp(OpcodeID, unsigned dst, unsigned op1, unsigned op2, OperandTypes, JumpList& notInt32Op1, JumpList& notInt32Op2, bool op1IsInRegisters = true, bool op2IsInRegisters = true);
    [all...]
JITArithmetic.cpp 197 JumpList failures;
219 JumpList failures;
259 JumpList failures;
268 JumpList failures;
412 JumpList failures;
421 JumpList failures;
565 JumpList failures;
574 JumpList failures;
    [all...]
JITPropertyAccess.cpp 56 JumpList failures;
557 void JIT::testPrototype(JSValue prototype, JumpList& failureCases)
576 JumpList failureCases;
    [all...]
JITInlineMethods.h 85 ALWAYS_INLINE void JIT::emitLoadCharacterString(RegisterID src, RegisterID dst, JumpList& failures)
277 ALWAYS_INLINE void JIT::addSlowCase(JumpList jumpList)
281 const JumpList::JumpVector& jumpVector = jumpList.jumps();
JITPropertyAccess32_64.cpp 273 JumpList failures;
572 void JIT::testPrototype(JSValue prototype, JumpList& failureCases)
593 JumpList failureCases;
    [all...]
JITOpcodes32_64.cpp 68 JumpList callLinkFailures;
    [all...]
JITOpcodes.cpp 73 JumpList callLinkFailures;
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
LinkBuffer.h 59 typedef MacroAssembler::JumpList JumpList;
106 void link(JumpList list, CodeLocationLabel label)
AbstractMacroAssembler.h 397 // JumpList:
399 // A JumpList is a set of Jump objects.
401 class JumpList {
428 void append(JumpList& other)
MacroAssemblerARM.h 919 void branchConvertDoubleToInt32(FPRegisterID src, RegisterID dest, JumpList& failureCases, FPRegisterID fpTemp)
    [all...]
MacroAssemblerARMv7.h 689 void branchConvertDoubleToInt32(FPRegisterID src, RegisterID dest, JumpList& failureCases, FPRegisterID)
    [all...]
MacroAssemblerMIPS.h     [all...]
MacroAssemblerX86Common.h 647 void branchConvertDoubleToInt32(FPRegisterID src, RegisterID dest, JumpList& failureCases, FPRegisterID fpTemp)
    [all...]
MacroAssemblerSH4.h     [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.h 63 class JumpList;
656 // The custom JumpList for Windows 7.
657 scoped_ptr<JumpList> jumplist_;
browser_view.cc     [all...]

Completed in 701 milliseconds