Searched refs:Rearrange (Results 1 – 23 of 23) sorted by relevance
74 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
75 void Rearrange(ActivePanels::iterator iter_to_start);
1096 uint64_t Rearrange[2]; in ParseConstants() local1097 Rearrange[0] = (Record[1] & 0xffffLL) | (Record[0] << 16); in ParseConstants()1098 Rearrange[1] = Record[0] >> 48; in ParseConstants()1100 APInt(80, Rearrange))); in ParseConstants()
550 * Rearrange include files so can build with standard headers
1354 * src/reader.c (LTYPESTR): Rearrange to avoid whitespace after
6145 Rearrange initialization of the parser state variables so that the
107 * kjs/property_map.cpp: Rearrange code a little bit and tweak indentation.
18271 * kjs/list.cpp: Rearrange list to make the values and free list share the same storage,
3492 Rearrange this so that the base class attach is called before updateFromElement4532 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
5055 (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.
19816 …(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 to41032 … * khtml/misc/khtml_text_operations.cpp: (khtml::findPlainText): Rearrange loop to avoid an early
12091 Rearrange data members of RenderText so that an int comes12104 Rearrange data members of RenderStyle to minimize padding25526 (WebCore::FrameLoader::loadURL): Rearrange the code so that the "event" PassRefPtr45491 * loader/FrameLoaderClient.h: Rearrange virtual functions and corrected74420 (WebCore::InspectorController::stopUserInitiatedProfiling): Rearrange code for readability.
299 (KJS::JSLazyEventListener::parseCode): Rearrange and clean up a bit. Code is now17095 (QPainter::drawFloatPixmap): Rearrange things so we don't get a warning.
4111 Rearrange these functions to not use 'default:' handling22369 … Rearrange the public HTMLFormElement::submit() method to be called only from DOM or JS bindings,85743 (WebCore::SelectionController::willBeModified): Rearrange function for clarity.
58229 (WebCore::EventHandler::EventHandler): Rearrange order to match EventHandler.h, add68231 (WebCore::RenderImage::setCachedImage): Rearrange code so it won't try to
26665 * kwq/KWQRenderTreeDebug.cpp: (externalRepresentation): Rearrange so we won't
38848 Rearrange code so that "delete this" is called any time the function returns
5530 Rearrange the data members of CachedResource to save 32 bytes per instance
2791 (-[WebNetscapePluginPackage initWithPath:]): Rearrange this code, and make sure2797 (-[WebPluginPackage initWithPath:]): Rearrange this code, and make sure4373 * WebView.subproj/WebLocationChangeDelegate.h: Rearrange methods so they are5833 Rearrange checks so we won't get confused if we can't create a handle.
4069 * WebView/WebPDFView.mm: Rearrange top of file a bit, remove forward declaration of the24217 Rearrange code so it doesn't have to get the main frame twice.
2019 (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 with23243 …(-[WebTextRenderer extendUnicodeCharacterToGlyphMapToInclude:]): Rearrange code so that we won't g…
917 * stream.c (decode_poll): Rearrange so that arguments are decoded
3808 (CoreIPC::ArgumentDecoder::alignBufferPosition): Rearrange buffer calculation