Lines Matching full:moved
3487 (HTMLGenericFormElementImpl::disabled): Moved this method into the .cpp file since it's
3624 (KWQKHTMLPart::mouseMoved): Ref the KHTMLView while sending the viewport mouse moved event.
5795 * khtml/css/parser.y: Moved DIMEN rule out of unary_term, needed because a term production
5985 * khtml/xml/dom_docimpl.cpp: (DocumentImpl::updateLayout): Added. Code moved here
5990 instead of updateRendering(); the extra logic here was moved into updateLayout().
6696 (Image::putValue): Moved guts of tryPut here. Implement setting of
7175 (KWQTextDecoder::convertUTF16): Moved the BOM-based endianness detection out of here;
7269 (-[KWQTextField currentEditorForEitherField]): Moved this method inside the
8385 (Decoder::decode): Moved the check for the UTF-16 BOM out and do that check even when we have
8490 (HTMLBodyElementImpl::insertedIntoDocument): Moved HTMLBodyElementImpl::init code here.
8491 (HTMLFrameElementImpl::attach): Moved HTMLFrameElementImpl::init code here.
8492 (HTMLFrameSetElementImpl::attach): Moved HTMLFrameSetElementImpl::init code here.
8500 (HTMLInputElementImpl::attach): Moved HTMLInputElementImpl::init code here, guarded by
8502 (HTMLSelectElementImpl::attach): Moved HTMLSelectElementImpl::init code here.
8503 (HTMLTextAreaElementImpl::attach): Moved HTMLTextAreaElementImpl::init code here.
8579 (-[KWQTextField control:textShouldEndEditing:]): Moved FocusOut to controlTextDidEndEditing:.
9130 Moved all Korean character sets that are not explicitly Macintosh from MacKorean to EUC_KR.
9131 Moved Shift JIS character sets that are not explicitly Microsoft from DOSJapanese to ShiftJIS_X0213_00.
9132 Moved cp949 from DOSKorean to EUC_KR (DOSKorean is not implemented in Jaguar).
9133 Moved big5 character sets that are not explicitly Microsoft from DOSChineseTrad to Big5_HKSCS_1999.
9134 Moved all gb2312-80 character sets from GB_2312_80 to GB_18030_2000.
9135 Moved all gbk character sets from GBK_95 to GB_18030_2000.
9136 Moved all euc-cn character sets from EUC_CN to GB_18030_2000.
9943 (KHTMLView::topLevelWidget): Moved here from KHTMLView; get the top level
9945 (KHTMLView::mapToGlobal): Moved here from KHTMLView; add a needed cast.
9961 (KWQKHTMLPart::selectionStartOffset): Moved here from KWQKHTMLPart.cpp
10495 and "ISOLatinHebrew, visualOrdering". Also moved UTF-16 to "Unicode" from "UTF8" since we now
10612 (-[KWQButton initWithQButton:]): Moved here from former adaptor class.
10738 Also fixed the regression that the * selector didn't work. The new KHTML trunk moved
11883 * kwq/KWQKHTMLSettings.h: Moved almost everything here.
11884 * kwq/KWQKHTMLSettings.mm: Moved almost everything out of here.
11994 * khtml/html/html_baseimpl.cpp: Moved code around that was grouped badly.
12194 moved here from HistoryFunc::tryCall. Also set m_scheduledRedirection to noRedirectionScheduled.
12547 (QWidget::hasFocus): Added. Moved code to check if a particular view is first responder here.
12604 The logic for deciding whether new entries are added to history is moved here
12822 (codecForCFStringEncoding): Moved the static inside this function for clarity.
12829 QString::fromStringWithEncoding was moved. This needs to be changed to handle
13146 of the member variables in RenderFlow moved into RenderBlock).
13803 (RenderImage::dispatchLoadEvent): Added. Moved the code to do the actual
13809 removeImage, and an override of timerEvent. Moved APPLE_CHANGES code to a better place.
13810 * khtml/xml/dom_docimpl.cpp: Moved APPLE_CHANGES code to a better place and made these changes:
14742 (TextImpl::rendererIsNeeded): Moved logic about not making renderers for only-whitespace
14808 (RenderWidget::handleFocusOut): Moved empty virtual method here from render_form.
15740 moved down past the float, the line would incorrectly break
15878 2) moved the self-reference protection into a single function so it wasn't copied and pasted all over
15898 Moved the hack that handles list items that are not in lists out of the parser and into
15985 Moved the class ID special case MIME types out of the if statement so they can be shared
17354 - moved KWQFontFamily and KWQPageState to new homes
17421 changed. Moved the code to make things unique to getNSFamily.
17468 (KWQKHTMLPart::attributedString): Moved this code in here from the bridge.
17674 (KWQKHTMLPart::buttonForCurrentEvent): Added. Similar to code I moved here from WebCoreBridge.
17675 (KWQKHTMLPart::stateForCurrentEvent): Added. Similar to code I moved here from WebCoreBridge.
17676 (KWQKHTMLPart::mouseDown): Added. Similar to code I moved here from WebCoreBridge, except returns
17680 (KWQKHTMLPart::mouseMoved): Added. Similar to code I moved here from WebCoreBridge.
17767 (KWQKHTMLPart::keyEvent): Moved the check for null node up a bit, and set _currentEvent.
18067 * khtml/html/html_formimpl.h: type() is moved up to HTMLGenericFormElementImpl