Searched refs:JumpList (Results 1 - 22 of 22) sorted by relevance

/external/chromium/chrome/browser/
H A Djumplist_win.h30 // 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 class in inherits:TabRestoreServiceObserver
[all...]
H A Djumplist_win.cc245 // 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, suc
576 JumpList::JumpList() : profile_(NULL) { function in class:JumpList
[all...]
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrJIT.cpp114 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 jump
[all...]
/external/webkit/Source/JavaScriptCore/jit/
H A DJITArithmetic32_64.cpp93 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 notInt32Op
[all...]
H A DThunkGenerators.cpp133 SpecializedThunkJIT::JumpList doubleResult;
149 SpecializedThunkJIT::JumpList doubleResult;
H A DSpecializedThunkJIT.h158 MacroAssembler::JumpList m_failures;
H A DJIT.h172 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);
933 void emitLoadCharacterString(RegisterID src, RegisterID dst, JumpList& failures);
H A DJITArithmetic.cpp197 JumpList failures;
219 JumpList failures;
259 JumpList failures;
268 JumpList failures;
412 JumpList failures;
421 JumpList failures;
565 JumpList failures;
574 JumpList failures;
H A DJITPropertyAccess.cpp56 JumpList failures;
557 void JIT::testPrototype(JSValue prototype, JumpList& failureCases)
576 JumpList failureCases;
914 JumpList bucketsOfFail;
983 JumpList bucketsOfFail;
H A DJITInlineMethods.h85 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();
H A DJITPropertyAccess32_64.cpp273 JumpList failures;
572 void JIT::testPrototype(JSValue prototype, JumpList& failureCases)
593 JumpList failureCases;
946 JumpList bucketsOfFail;
1014 JumpList bucketsOfFail;
H A DJITOpcodes32_64.cpp68 JumpList callLinkFailures;
1060 JumpList storeResult;
1061 JumpList genericCase;
1108 JumpList storeResult;
1109 JumpList genericCase;
1286 JumpList isNotObject;
1329 JumpList callHasProperty;
H A DJITOpcodes.cpp73 JumpList callLinkFailures;
893 JumpList isNotObject;
937 JumpList callHasProperty;
/external/webkit/Source/JavaScriptCore/assembler/
H A DLinkBuffer.h59 typedef MacroAssembler::JumpList JumpList; typedef in class:JSC::LinkBuffer
106 void link(JumpList list, CodeLocationLabel label)
H A DAbstractMacroAssembler.h397 // JumpList:
399 // A JumpList is a set of Jump objects.
401 class JumpList { class in class:JSC::AbstractMacroAssembler
428 void append(JumpList& other)
H A DMacroAssemblerARM.h919 void branchConvertDoubleToInt32(FPRegisterID src, RegisterID dest, JumpList& failureCases, FPRegisterID fpTemp)
H A DMacroAssemblerARMv7.h689 void branchConvertDoubleToInt32(FPRegisterID src, RegisterID dest, JumpList& failureCases, FPRegisterID)
H A DMacroAssemblerMIPS.h1789 void branchConvertDoubleToInt32(FPRegisterID src, RegisterID dest, JumpList& failureCases, FPRegisterID fpTemp)
H A DMacroAssemblerX86Common.h647 void branchConvertDoubleToInt32(FPRegisterID src, RegisterID dest, JumpList& failureCases, FPRegisterID fpTemp)
H A DMacroAssemblerSH4.h1596 void branchConvertDoubleToInt32(FPRegisterID src, RegisterID dest, JumpList& failureCases, FPRegisterID fpTemp)
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.h63 class JumpList;
656 // The custom JumpList for Windows 7.
657 scoped_ptr<JumpList> jumplist_;
H A Dbrowser_view.cc1818 // Create a custom JumpList and add it to an observer of TabRestoreService
1819 // so we can update the custom JumpList when a tab is added or removed.
1820 if (JumpList::Enabled()) {
1821 jumplist_.reset(new JumpList);

Completed in 1215 milliseconds