Home
last modified time | relevance | path

Searched refs:Rearrange (Results 1 – 23 of 23) sorted by relevance

/external/chromium/chrome/browser/ui/panels/
Dpanel_manager.cc74 Rearrange(active_panels_.begin()); in OnDisplayChanged()
132 Rearrange(active_panels_.erase(iter)); in DoRemove()
268 void PanelManager::Rearrange(ActivePanels::iterator iter_to_start) { in Rearrange() function in PanelManager
Dpanel_manager.h75 void Rearrange(ActivePanels::iterator iter_to_start);
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1096 uint64_t Rearrange[2]; in ParseConstants() local
1097 Rearrange[0] = (Record[1] & 0xffffLL) | (Record[0] << 16); in ParseConstants()
1098 Rearrange[1] = Record[0] >> 48; in ParseConstants()
1100 APInt(80, Rearrange))); in ParseConstants()
/external/iproute2/
DChangeLog550 * Rearrange include files so can build with standard headers
/external/bison/
DChangeLog-19981354 * src/reader.c (LTYPESTR): Rearrange to avoid whitespace after
DChangeLog-20126145 Rearrange initialization of the parser state variables so that the
/external/webkit/Source/JavaScriptCore/
DChangeLog-2002-12-03107 * kjs/property_map.cpp: Rearrange code a little bit and tweak indentation.
DChangeLog-2007-10-1418271 * kjs/list.cpp: Rearrange list to make the values and free list share the same storage,
/external/webkit/Source/WebCore/
DChangeLog-2002-12-033492 Rearrange this so that the base class attach is called before updateFromElement
4532 Rearrange includes so qobject.h can include KWQSignal.h.
7256 * khtml/khtml_part.h: Rearrange APPLE_CHANGES a bit.
9004 * WebCore.pbproj/project.pbxproj: Rearrange some of the files.
11803 * khtml/rendering/render_applet.cpp: Rearrange APPLE_CHANGES so
DChangeLog-2003-10-255055 (KHTMLParser::reopenResidualStyleTags): Rearrange code slightly for clarity, added comment.
8590 (-[KWQTextArea _createTextView]): Rearrange a bit.
9165 (-[KWQTextField selectText:]): Rearrange slightly.
17462 * kwq/KWQKHTMLPart.h: Rearrange things to be a little more logical. Mark isFrameSet() const.
DChangeLog-2005-08-2319816 …(KWQClipboard::getData): Rearrange so that we'll use filenames if both filenames and a URL are pre…
31451 …* kwq/KWQTimer.mm: (QTimer::fire): Rearrange so we don't access the QTimer object after calling co…
32915 …(KWQKHTMLPart::fontForSelection): Rearrange the code a little to deal with possible null results f…
37533 other kinds of whitespace. Treat a tab like four spaces. Rearrange the code to
41032 … * khtml/misc/khtml_text_operations.cpp: (khtml::findPlainText): Rearrange loop to avoid an early
DChangeLog-2009-06-1612091 Rearrange data members of RenderText so that an int comes
12104 Rearrange data members of RenderStyle to minimize padding
25526 (WebCore::FrameLoader::loadURL): Rearrange the code so that the "event" PassRefPtr
45491 * loader/FrameLoaderClient.h: Rearrange virtual functions and corrected
74420 (WebCore::InspectorController::stopUserInitiatedProfiling): Rearrange code for readability.
DChangeLog-2005-12-19299 (KJS::JSLazyEventListener::parseCode): Rearrange and clean up a bit. Code is now
17095 (QPainter::drawFloatPixmap): Rearrange things so we don't get a warning.
DChangeLog-2010-01-294111 Rearrange these functions to not use 'default:' handling
22369Rearrange the public HTMLFormElement::submit() method to be called only from DOM or JS bindings,
85743 (WebCore::SelectionController::willBeModified): Rearrange function for clarity.
DChangeLog-2007-10-1458229 (WebCore::EventHandler::EventHandler): Rearrange order to match EventHandler.h, add
68231 (WebCore::RenderImage::setCachedImage): Rearrange code so it won't try to
DChangeLog-2006-05-1026665 * kwq/KWQRenderTreeDebug.cpp: (externalRepresentation): Rearrange so we won't
DChangeLog-2006-12-3138848 Rearrange code so that "delete this" is called any time the function returns
DChangeLog-2010-05-245530 Rearrange the data members of CachedResource to save 32 bytes per instance
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-032791 (-[WebNetscapePluginPackage initWithPath:]): Rearrange this code, and make sure
2797 (-[WebPluginPackage initWithPath:]): Rearrange this code, and make sure
4373 * WebView.subproj/WebLocationChangeDelegate.h: Rearrange methods so they are
5833 Rearrange checks so we won't get confused if we can't create a handle.
DChangeLog-2007-10-144069 * WebView/WebPDFView.mm: Rearrange top of file a bit, remove forward declaration of the
24217 Rearrange code so it doesn't have to get the main frame twice.
DChangeLog-2006-02-092019 (ATSU_drawHighlight): Rearrange and reuse ATSU_floatWidthForRun for more of the work.
11669 Rearrange declarations at the top of the file so that external things are up with
23243 …(-[WebTextRenderer extendUnicodeCharacterToGlyphMapToInclude:]): Rearrange code so that we won't g…
/external/strace/
DChangeLog-CVS917 * stream.c (decode_poll): Rearrange so that arguments are decoded
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-163808 (CoreIPC::ArgumentDecoder::alignBufferPosition): Rearrange buffer calculation